Skip to content

This is a social distance measuring application which measure whether people are maintaining 6 fit distance among themselves.

License

Notifications You must be signed in to change notification settings

dufftt/social_distance_detector

Repository files navigation

social_distance_detector

This is a social distance measuring application which measure whether people are maintaining 6 fit distance among themselves.

Technologies used: Opencv,numpy,tkinter,darknet-yolo

Prerequistive

You should have python installed.

Installation Guide

Step 1) Download and go to source directory

$ git clone https://github.com/dufftt/social_distance_detector.git
$ cd social_distance_detector

Step 2) create and activate virtual environment

$ mkvirtualenv detector
$ workon detector

For Window Users

python3 -m venv detector

detector\Scripts\activate.bat

Step 3) Install Requirements

$ pip install -r requirements.txt

Step 4) Start Application

$ python myApp.py

Refernce:

  1. Adrian's Blog

About

This is a social distance measuring application which measure whether people are maintaining 6 fit distance among themselves.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages