PINTO0309 / OpenVINO-YoloV3

YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO
https://qiita.com/PINTO
Apache License 2.0
538 stars 167 forks source link

出现了这种问题 #36

Open chirsa opened 5 years ago

chirsa commented 5 years ago

[Required] Your device (RaspberryPi3, LaptopPC, or other device name):
RaspberryPi3 [Required] Your device's CPU architecture (armv7l, x86_64, or other architecture name):
armv7l [Required] Your OS (Raspbian, Ubuntu1604, or other os name):
Raspbian [Required] Details of the work you did before the problem occurred:

I use the xml and bin files you have converted.
Then run on the Raspberry Pi [Required] Error message:

this demo only acceptes networks with three layers

[Required] Overview of problems and questions:

run ./object_detection_demo_yolov3_async -i cam -m /home/xs/tensorflow_tools/E:\OpenVINO\OpenVINO-YoloV3-master\lrmodels\tiny-YoloV3\FP16\frozen_tiny_yolo_v3.xml -d MYRIAD display this demo only acceptes networks with three layers



PINTO0309 commented 5 years ago

The C ++ program is the same as the Intel sample program. I have not modified anything except to customize USB camera switching. And the latest OpenVINO 2019 R1.0.1 is not implemented.

chirsa commented 5 years ago

Thank you so much for your reply so quickly, I will try the lower version of openvino.