This commit is contained in:
Francesco Gatti
2019-02-19 09:03:33 +00:00
parent 1aa4f0275d
commit de04ae1cab
2 changed files with 13 additions and 8 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ rm yolo3_berkeley.rt # be sure to delete(or move) old tensorRT files
```
this will genereate a yolo3_berkeley.rt file that can be used for live detection:
```
./demo # launch detection on a demo video
./demo /dev/video0 # launch detection on device 0
./yolo3_demo # launch detection on a demo video
./yolo3_demo yolo3_berkeley.rt /dev/video0 # launch detection on device 0
```