Naidala
Posts: 1
Joined: Tue Jan 24, 2023 4:52 pm

Best Neural Network for Object Detection on Raspberry Pi 4

Tue Jan 24, 2023 5:54 pm

Hello!
We are working on counting targets in a frame, captured by a camera.
We are more interested in accuracy rather than speed (1 FPS would even be enough); so, we started implementing with Pytorch a Faster-RCNN on a ResNet50 backend.
However, I see no use of such a model on a Raspberry Pi, is it because it is not sufficiently light?
Which one would you suggest to use, on condition that we don't lose too much accuracy.

PS Pytorch mentions Weights Quantization: is it mandatory to let a NN work on Raspberry, or is it just recommended?

Thanks!

bidrohini
Posts: 201
Joined: Thu Oct 20, 2022 1:52 pm

Re: Best Neural Network for Object Detection on Raspberry Pi 4

Thu Jan 26, 2023 7:46 am

This is something similar to what you want to do. This is a project on Image Processing. It estimates the size of a crowd.

https://www.theengineeringprojects.com/ ... -pi-4.html

Return to “Automation, sensing and robotics”