Skip to content

We can use OpenCV, computer vision, and deep learning to implement social distancing detectors. The steps to build a social distancing detector include: Apply object detection to detect all people (and only people) in a video stream (see this tutorial on building an OpenCV people counter) Compute the pairwise distances between all detected peopl…

Notifications You must be signed in to change notification settings

Jayant0jha/social-distance-detection-via-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Social distance detection via open-cv

  • a COVID-19 social distancing detector using OpenCV, Deep Learning, and Computer Vision.

###Project structure: . ├── pyimagesearch │ ├── detection.py │ ├── init.py │ └── social_distancing_config.py ├── yolo-coco │ ├── coco.names │ ├── yolov3.cfg │ └── yolov3.weights ├── pedestrians.mp4 └── social_distance_detector.py

You can download yolov3.weights from here and add it to the above mentioned location

About

We can use OpenCV, computer vision, and deep learning to implement social distancing detectors. The steps to build a social distancing detector include: Apply object detection to detect all people (and only people) in a video stream (see this tutorial on building an OpenCV people counter) Compute the pairwise distances between all detected peopl…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages