darknet-nnpack icon indicating copy to clipboard operation
darknet-nnpack copied to clipboard

Does anyone have a nice code for real-time detection on Raspberry Pi 4?

Open HaroldSP opened this issue 4 years ago • 1 comments

Hello everyone!

Does anyone have a nice code for real-time detection on Raspberry Pi 4?

Right now I use this and it's working:

./darknet detector demo cfg/coco.data cfg/yolov3-tiny.cfg yolov3-tiny.weights

But very slow - it shows only 0.5 FPS.

Another thing is that I do not quite understand how to use it further - simply is that I can't find the executable file to edit it.

let's say I want to make my robot stop when it sees a cat from a rpi cam video stream.

I mean it is not so hard I guess to write it from scratch, but I am quite sure that it's already been done.

Thanks, everyone.

HaroldSP avatar May 17 '20 19:05 HaroldSP