Skip to content

ludvigls/Social-Distancing-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social-Distancing-Detection

Created a program monitoring whether the Covid-19 social distancing rules were upheld, tested on a stereo-camera dataset. We used a pre-trained Yolov3 network to detect people and a dense stereo estimator to find their positions in 3D space. The shortest distance each person had to another person were calculated. The end result can be seen in the image below, it can also be seen as a gif (socialdistance.gif).

socialdist

Installing dependecies

All dependencies can be installed through https://github.com/tek5030/setup_scripts

How to run

Run these commands to run the person placer

cd person_placer
make
./person_placer

About

Program for monitoring whether the Covid-19 social distancing rules are upheld using a stereo camera and YoloV3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors