AlexeyAB / darknet

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

Yolov3-tiny_3l on raspberry pi #4815

Open kalooy-e opened 4 years ago

kalooy-e commented 4 years ago

Can i use yolov3-tiny_3l on a raspberry ?I want to grocery products with a total of 50 classes. What is the best cfg should I use?

stephanecharette commented 4 years ago

I have 1 grocery store customer that uses a NN I built with yolov3-tiny on a RPI Zero. But I only have 12 classes, not 50. (https://www.ccoderun.ca/programming/ml/store.html) I don't know how the .cfg file yolov3-tiny_3l is different from yolov3-tiny, I've never looked at that first one.

We so need a web page to describe all the different .cfg files, and what they attempt to do differently from each other. I have no idea what they are, and I cannot be the only one.

(Edit to clarify: I didn't build it on the RPI0. But the final product runs on a RPI0.)

kalooy-e commented 4 years ago

Thank you so much for the reply. It helps me a lot

stephanecharette commented 4 years ago

We so need a web page to describe all the different .cfg files, and what they attempt to do differently from each other.

Started to document all the .cfg files: https://www.ccoderun.ca/DarkMark/Configuration.html

ghost commented 4 years ago

@stephanecharette so when i want to inference using yolo v4 on my raspberry pi:

AlexeyAB commented 4 years ago

./darknet detector demo cfg/coco.data cfg/yolov4.cfg yolov4.weights -c 0

./darknet detector demo cfg/coco.data cfg/yolov4.cfg yolov4.weights rtsp://login:pass@192.168.0.228:554


Read: https://github.com/AlexeyAB/darknet#yolo-v3-in-other-frameworks

ghost commented 4 years ago

@AlexeyAB Thanks for your hard work, i think this repo has found it's 1 man army in you