AlexeyAB / darknet

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

Is that possible that, darknet running on Intel GPU by using OpenCL? #1578

Open leekwunfung817 opened 6 years ago

leekwunfung817 commented 6 years ago

I have a lot of computer are using Intel GPU on motherboard, How to run darknet using them?

Any software support or alternative tools to use them, to make darknet are possible running in most computer?

AlexeyAB commented 6 years ago

@leekwunfung817



DNN_BACKEND_DEFAULT, DNN_TARGET_CPU 216.11ms
DNN_BACKEND_DEFAULT, DNN_TARGET_OPENCL 353.77ms

Use one of these examples

leekwunfung817 commented 6 years ago

Thank you very much @AlexeyAB

Issue solved