AlexeyAB / darknet

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

Vehicle counting #2247

Open dascar5 opened 5 years ago

dascar5 commented 5 years ago

So I'm trying to count vehicles in a fixed frame (parking lot). Not a lot of movement, all I need is for the counter to go up when something enters the frame, and down when it leaves the frame. I was told to build yolo console, but that didn't work for me, as VS17 reports that it couldn't find opencv2/opencv.h, even though I rewrote the code so it redirects to it on my storage. Any tips?

hexiangquan commented 5 years ago

so easy need

VellalaVineethKumar commented 5 years ago

Hey, @dascar5 even I was trying to do the same. Any solutions?