Skip to content

Create Social Distance Detection #1007

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Kirti-Pant
Copy link

@Kirti-Pant Kirti-Pant commented Oct 27, 2024

The Social Distance Detection system is a Python application that uses OpenCV and deep learning techniques to monitor and determine whether individuals in a specified area are maintaining appropriate social distancing. This tool is particularly useful in public spaces to promote safety during health crises.

Pull Request Template

script name - social_distance_detection.py

Brief about script
The Social Distance Detection script utilizes OpenCV and a YOLO deep learning model to monitor real-time social distancing in public spaces. It captures video from a webcam, detects individuals in the frame, and calculates the distance between them. If any two individuals are found to be closer than a specified threshold, a visual alert is displayed on the screen. This tool promotes safety by helping ensure compliance with social distancing guidelines.

Issue no.(must) - #683

Self Check(Tick After Making pull Request)

  • This issue was assigned to me.
  • One Change in one Pull Request
  • My file is in proper folder (Name of folder should be in lowercase with no space in between) (E.g. meet_schedular)
  • I am following clean code and Documentation and my code is well linted with flake8.
  • I have added README.md and requirements.txt (Include version numbers too e.g. pandas==0.0.1) with my script
  • I have used REPO README TEAMPLATE (Necessary)
  • Just including required dependencies in requirements.txt (Don't include Python version too)

If issue was not assigned to you Please don't make a PR. It will marked as invalid.

The Social Distance Detection system is a Python application that uses OpenCV and deep learning techniques to monitor and determine whether individuals in a specified area are maintaining appropriate social distancing. This tool is particularly useful in public spaces to promote safety during health crises.
@Kirti-Pant
Copy link
Author

@pawangeek , I've uploaded my PR please do have a look

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant