Ask Your Question
1

Can I use NCS2 (VPU Myriad X) for acceleration cv::StereoBM?

asked 2019-04-08 17:55:02 -0600

AlexB gravatar image

Can I use NCS2 – Neural Compute Stick 2 (Myriad™ X) for acceleration cv::StereoBM and cv::StereoSGBM OpenCV functions in the last OpenCV 4.x versions?

Should I use custom OpenCV(OpenVINO) version? https://www.learnopencv.com/using-ope...

Note that OpenVINO ships with it’s own OpenCV version.

As known, OpenCV supports OpenVINO that uses Neural Compute Stick 2 (Myriad™ X): https://opencv.org/opencv-4-0-0.html

dnn module was updated with Deep Learning Deployment Toolkit from the OpenVINO™ toolkit R4

But can NCS2 be used for cv::StereoBM / cv::StereoSGBM instead of Deep Neural Networks?

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
2

answered 2019-04-09 05:13:59 -0600

Eduardo gravatar image

updated 2019-04-09 05:14:37 -0600

No, only DNN can benefit from VPU for now.

Probably you should get the same results if you build yourself OpenCV with Intel Inference Engine, or even OpenVINO.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-04-08 17:55:02 -0600

Seen: 849 times

Last updated: Apr 08 '19