#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