Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.99 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.99 KB

Social Distance Detection

Social distancing detection using deep learning to evaluate the distance between people to mitigate the impact of this coronavirus pandemic. The detection tool was developed to alert people to maintain a safe distance with each other by evaluating a video feed. The video frame from the camera was used as input, and the open-source object detection pre-trained model.

Project Output

Sample Output 1

Output avi gif

Sample output 2

Output avi gif

Important Note:

  • Github doesn't support files with size larger than 25 Mb.You can find the yolo weights in google drive
  • Download and paste it to yolo-coco folder

Steps to run project in the terminal:

  • Open your terminal
  • Change directory to project directory
  • Execute pip install -r requirements.txt to install the project dependencies
  • Run the command python social_distance_detector.py --input pedestrians.mp4 --output output.avi --display 1 to run your social distance detection project
  • After you run the last line of command,a window eill pop up and after execution of the file a output.avi file will be showing up in your directory

Contacts:

License

MIT License GPLv3 License AGPL License