連結已複製
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
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.
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' >>>
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...
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
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
