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

Object detection speed up by GPU acceleration on rasbperry pi #2088

Open tklkalok opened 5 years ago

tklkalok commented 5 years ago

I would like to ask if I can speed up the object detection process by the support of GPU on raspbian (Raspberry pi 3 model B)?

Since I am doing a project to see the difference between CPU object detection and GPU object detection by a raspberry pi. Thanks

theshawnz commented 5 years ago

AFAIK Darknet running on GPU requires a graphics chipset which supports CUDA (nvidia to be specific) which the pi is not equipped with.

Favi0 commented 5 years ago

you can check NNPACK