- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fixed, that was the wrong TF version
Please disregard, sorry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Sergey,
I'm having the same error. Could you tell me how you fixed this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Fotis,
in my case the mistake was to run convert_weights_pb.py on other machine than where the OpenVINO is installed.
The solution is to do all such transformations on the OpenVINO machine where all components have the correct versions and configurations.
So now I have a yolo3 with image size = 832 which was critical for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
zhernovoy, sergey wrote:Hi Fotis,
in my case the mistake was to run convert_weights_pb.py on other machine than where the OpenVINO is installed.
The solution is to do all such transformations on the OpenVINO machine where all components have the correct versions and configurations.
So now I have a yolo3 with image size = 832 which was critical for me
So what are the correct versions? Because I think that some modules were updated on my machine and now I get that error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
on my OpenVINO machine (Ubuntu 16.04 fresh install) it looks :
szh@szh-vino:~/yolo$ python3 Python 3.5.2 (default, Nov 12 2018, 13:43:14) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import tensorflow as tf >>> tf.__version__ '1.12.0' >>>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
zhernovoy, sergey wrote:on my OpenVINO machine (Ubuntu 16.04 fresh install) it looks :
szh@szh-vino:~/yolo$ python3 Python 3.5.2 (default, Nov 12 2018, 13:43:14) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import tensorflow as tf >>> tf.__version__ '1.12.0' >>>
In my case it looks like this:
Python 3.6.7 (default, Oct 22 2018, 11:32:17)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow as tf
tf>>> tf.__version__
'1.12.0'
>>>
I don't know what's causing the error...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Frankly I don't know, my experience with the subject is about zero (3 days). I would start from fresh VM with just OpenVINO installed to make sure that the model conversion goes w/o errors. It was written that fresh OS is recommended because of possible conflicts with other previously installed packages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Sergey,
It's good to hear that you have yolo3 working. What yolo3 mode are you using ? Is the detection looks normal? Did you try NCS2 ?
I'm having detection quality issue with yolo3 tiny using NCS2.
Thanks, Terry
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page