Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruhyadi/social-distancing

Bird-eye view social distancing detector with YOLOv3
https://github.com/ruhyadi/social-distancing

Last synced: about 10 hours ago
JSON representation

Bird-eye view social distancing detector with YOLOv3

Awesome Lists containing this project

README

        

# Social-Distancing
Bird-eye view social distancing detector with YOLOv3

Open In Kaggle

## Demo
![Social Distancing Demo](https://github.com/ruhyadi/Social-Distancing/blob/main/demo/soial-distancing-1.gif)

## 1. Install Requirements
Install depedencies in requirements.
```
pip install -r requirements.txt
```

## 2. Download YOLOv3 Models
Downloa YOLOv3 models and save it to `models` directory.
```
cd models
python download_yolov3.py
```

## 3. Run Demo
Running demo with
```
python demo.py \
--input_vid=demo/video.mp4 \
--output=demo/output.avi
```