Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 465 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 465 Bytes

Walking Assistance System

Usage

1. YOLOv5 Fork from ultralytics Github

git clone https://github.com/ultralytics/yolov5.git

2. Install requirements

Require ffmpeg

Recommend to use virtualenv

pip install -r requirements.txt
pip install -r yolov5/requirements.txt

3. Moved your weights to ./models folder

4. Run

(sudo) python3 app.py
why sudo? because we need to use the keyboard input