Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan903 committed Aug 21, 2023
1 parent 488226b commit 4469eac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion human_detection/yolov7_skeleton/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@

Usage:
1. download the model and test video here: https://utoronto-my.sharepoint.com/:f:/r/personal/nathan_hung_mail_utoronto_ca/Documents/yolov7?csf=1&web=1&e=pSSspq
2. run ```
2. run `sudo apt-get install ros-humble-vision-msgs`
3. run ```
python yolov7.py --weights-file yolov7.pt --nosave --view-img --show-fps --show-track-lines --classes 0 --no-trace --source video.mp4
``` to run inference on __video.mp4__
to run inference on webcam, use ```
python yolov7.py --weights-file yolov7.pt --nosave --view-img --show-fps --show-track-lines --classes 0 --no-trace --source webcam
```

0 comments on commit 4469eac

Please sign in to comment.