Open sdimantsd opened 5 years ago
@sdimantsd Hi,
NCS2 (Myriad X) isn't a GPU, it is a NPU.
You can run Yolo v3 on NCS2 by using OpenVINO
or by using OpenVINO+OpenCV-dnn
.
Read:
https://github.com/AlexeyAB/darknet#yolo-v3-in-other-frameworks
https://software.intel.com/en-us/articles/OpenVINO-Using-TensorFlow#converting-a-darknet-yolo-model
https://github.com/opencv/opencv/wiki/Intel's-Deep-Learning-Inference-Engine-backend and https://github.com/opencv/opencv/blob/8c25a8eb7b10fb50cda323ee6bec68aa1a9ce43c/samples/dnn/object_detection.cpp#L192-L221
https://github.com/AlexeyAB/darknet/issues/3040#issuecomment-488564212
I will take a look. thx!
Hi, I can't compile the project with an intel GPU USB stick (NCS2) since CUDA is a NVIDIA library and NCS2 is an intel product.
There is any solution for this?