- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After I got the OpenVino c++ yolo_v3 sample running successfully I wanted to try the same with the python API.
When I try to run it though I get the following error:
python3 ./object_detection_demo_yolov3.py -m yolo_v3.xml -i cam
[ INFO ] Loading network files:
yolo_v3.xml
yolo_v3.bin
[ ERROR ] Following layers are not supported by the plugin for specified device CPU:
detector/yolo-v3/ResizeNearestNeighbor, detector/yolo-v3/ResizeNearestNeighbor_1, detector/yolo-v3/Conv_22/BiasAdd/YoloRegion, detector/yolo-v3/Conv_14/BiasAdd/YoloRegion, detector/yolo-v3/Conv_6/BiasAdd/YoloRegion
[ ERROR ] Please try to specify cpu extensions library path in sample's command line parameters using -l or --cpu_extension command line argument
I was unable to find any guide regarding the python samples. Am I missing a step maybe? I'm using the same model files as I used for the C++ sample.
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, those scripts are very helpful!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I am trying to implement python demos from open_model_zoo, but in some demos especially object_detection_yolo_v3, object_detection_ssd, and segmentation_demo there are no .xml and .bin files available.
please send me those files.
open_model_zoo link - https://github.com/opencv/open_model_zoo/tree/master/demos/python_demos

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page