- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I have verified the performance of OpenVINO with NCS and NCS2. What confused me is that the result of NCS and NCS2 are roughly the same(FPS:6-8).
about my environment:
ubuntu 16.04
OpenVINO 2018.4.420
command:
./interactive_face_detection_demo -m /opt/intel/computer_vision_sdk/deployment_tools/intel_models/face-detection-adas-0001/FP16/face-detection-adas-0001.xml -m_ag /opt/intel/computer_vision_sdk/deployment_tools/intel_models/age-gender-recognition-retail-0013/FP16/age-gender-recognition-retail-0013.xml -m_hp /opt/intel/computer_vision_sdk/deployment_tools/intel_models/head-pose-estimation-adas-0001/FP16/head-pose-estimation-adas-0001.xml -m_em /opt/intel/computer_vision_sdk/deployment_tools/intel_models/emotions-recognition-retail-0003/FP16/emotions-recognition-retail-0003.xml -d MYRIAD -d_ag MYRIAD -d_hp MYRIAD -d_em MYRIAD
Does anyone have an idea? Thanks!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I also found the performance of the Myriad X under the expectations. After reading this question I tried with the R5 2018 version of OpenVINO and found a little improvement in performance.
I got 3 FPS on Myriad 2 and 5.6 FPS on Myriad X with this command:
./interactive_face_detection_demo \ -i ~/Videos/6.mp4 \ -m $openvino_install_dir/intel/computer_vision_sdk/deployment_tools/intel_models/face-detection-adas-0001/FP16/face-detection-adas-0001.xml -d MYRIAD \ -m_hp $openvino_install_dir/intel/computer_vision_sdk/deployment_tools/intel_models/head-pose-estimation-adas-0001/FP16/head-pose-estimation-adas-0001.xml -d_hp MYRIAD
So, maybe give a try on the latest version of OpenVINO.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page