Skip to content

data-stats/Social-Distancing-YOLO

Repository files navigation

Social Distancing ( YOLOv3 )

Program to detect social distancing violations in a video using YOLOv3.


Dependencies

The list of required libraries can be found in the requirements.txt file. You can use pip to install the packages from requirements.txt file.

pip3 install -r requirements.txt

Installation

  1. Clone the git repo
git clone https://github.com/data-stats/Social-distancing-YOLO.git
  1. Change directory
cd Social-Distancing-YOLO
  1. Run the main.py file
python3 main.py

Note : Download yolov3.weights from https://pjreddie.com/darknet/yolo/ and add it to the models folder before executing the file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages