Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 861 Bytes

README.md

File metadata and controls

56 lines (32 loc) · 861 Bytes

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