Skip to content

Commit 16910f8

Browse files
authoredMar 15, 2021
Update README.md
1 parent e7b2b79 commit 16910f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ python object_tracker.py --video ./data/video/test.mp4 --output ./data/video/res
9393
```
9494
The output flag saves your object tracker results as an avi file for you to watch back. It is not necessary to have the flag if you don't want to save the resulting video.
9595

96-
There is a test video uploaded in the data/video folder called test.mp4. If you have followed all the steps properly then you should see the output as below by running first command.ie;
96+
There is a test video uploaded in the data/video folder called test.mp4. If you have followed all the steps properly then you should see the output as below by running first command.
9797
```
9898
python object_tracker.py --video ./data/video/test.mp4 --output ./data/video/results.avi
9999
```

0 commit comments

Comments
 (0)
Please sign in to comment.