https://github.com/ruhyadi/social-distancing
Bird-eye view social distancing detector with YOLOv3
https://github.com/ruhyadi/social-distancing
Last synced: 8 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T09:31:03.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T02:24:06.013Z (10 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
## 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
```