- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi , I am following the tutorial for object detection using intel neural stick and open vino https://towardsdatascience.com/speed-up-predictions-on-low-power-devices-using-neural-compute-stick-and-openvino-98f3ae9dcf41
I have created the .xml and .bin files, when i run the code
python3 object_detection_demo_ssd_async.py \
-m ~/Downloads/frozen_inference_graph.xml \
-i cam \
-pt 0.6 \
-l ~/inference_engine_samples/intel64/Release/lib/libcpu_extension.so
I get the following error
File "object_detection_demo_ssd_async.py" , line 77 in main
exec_net = plugin.load(network=net,num_requests= 2)
File "ie_api.pyx, line 389 , in openvino.infernce_engine.ie_api.IEPlugin.load
File "ie_api.pyx, line 400 , in openvino.infernce_engine.ie_api.IEPlugin.load
RuntimeError : The plugin does not support FP16
What should i do to solve this error?
i followed the previous steps correctly just stuck at this last step
- Tags:
- Object Detection
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Osama1995
This issue was discussed on a thread here . Please let me know if this information was helpful.
Best Regards,
Sahira
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page