Open tklkalok opened 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
AFAIK Darknet running on GPU requires a graphics chipset which supports CUDA (nvidia to be specific) which the pi is not equipped with.
you can check NNPACK
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