Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 674 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 674 Bytes

social_distancing

working on python 3.7.5

Step 1: Clone the repository
Step 2: install all the libraries in requirements.txt
Step 3: Download the pretained model https://github.com/onnx/models/blob/master/vision/object_detection_segmentation/yolov4/model/yolov4.onnx
Step 4: Download the video file https://raw.githubusercontent.com/basileroth75/covid-social-distancing-detection/master/video/PETS2009.avi
Step 5: Give the path in config file present in src folder
Step 6: Run main.py file in social distancing directory
Step 7: Run test_image.py file in src directtory to check one image (Optional)