AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.73k stars 7.96k forks source link

compile yolov on intel GPU (NCS2) #3189

Open sdimantsd opened 5 years ago

sdimantsd commented 5 years ago

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?

AlexeyAB commented 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:

sdimantsd commented 5 years ago

I will take a look. thx!