Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ruhyadi/social-distancing
- Owner: ruhyadi
- Created: 2021-11-02T02:49:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T09:31:03.000Z (about 3 years ago)
- Last Synced: 2024-11-08T20:51:04.798Z (about 2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social-Distancing
Bird-eye view social distancing detector with YOLOv3## 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
```