Skip to content

Commit ede3a99

Browse files
committed
Updated Readme
1 parent 6287d7c commit ede3a99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Real-time Object Tracking and Detection for Video-streams
22

33

4-
*Implementation under progress*
5-
64

75
## Pre-req:
86

@@ -55,7 +53,7 @@ python3 src/main.py --model model_data/MobileNetSSD_deploy.caffemodel --config m
5553
```
5654

5755

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*
5957

6058

6159
## MobileNet_SSD with KCF tracker

0 commit comments

Comments
 (0)