pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.51k stars 21.33k forks source link

Detecting People from Overhead Realtime #750

Open inspired27 opened 6 years ago

inspired27 commented 6 years ago

Hi,

Is it possible to detect people from an overhead camera using Yolo3 and track their movements, if so are there any examples?

There is lots of examples of face detection or camera facing person stood up from the side but not from overhead.

Thanks

anthonymichaelclark commented 6 years ago

It is, yes! I've run yolov3 on an IP stream in real-time with fine results. I used https://github.com/ayooshkathuria/pytorch-yolo-v3's cam_demo.py to do so.

autofasurer commented 4 years ago

It is, yes! I've run yolov3 on an IP stream in real-time with fine results.

Care to share some more info on your setup and the speed? Maybe the resolution of the video?