You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# Real-time Object Tracking and Detection for Video-streams
2
2
3
3
4
-
*Implementation under progress*
5
-
6
4
7
5
## Pre-req:
8
6
@@ -55,7 +53,7 @@ python3 src/main.py --model model_data/MobileNetSSD_deploy.caffemodel --config m
55
53
```
56
54
57
55
58
-
*Note: --input can be ommitted, which will activate stream from webcam. New objects are detected when current objects being tracked are lost, or when 'q' is pressed*
56
+
*Note: --input can be ommitted, which will activate stream from webcam. New objects are detected when all current objects being tracked are lost, or when 'q' is pressed*
0 commit comments