Skip to content

beckyw5/social-distance-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Social distancing detector

Setup

Download yolov3.weights and add to yolo-coco directory.

Commands

To run the check against pedestrians.mp4

time python social_distance_detector.py --input pedestrians.mp4

Further information

Tutorial for this

https://www.pyimagesearch.com/2020/06/01/opencv-social-distancing-detector/

COCO

Common Objects in Context. COCO is a large-scale object detection, segmentation, and captioning dataset.

http://cocodataset.org/#home

Darknet YOLO

You only look once (YOLO) is a state-of-the-art, real-time object detection system.

https://pjreddie.com/darknet/yolo/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages