Skip to content

Commit

Permalink
Update to reflect final version
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmurray authored Dec 7, 2017
1 parent f89b3a9 commit 8a61d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Three example usages are provided:
$ make detect
$ ./detectApp.out [-s sequencesFile] [-m modelConfigFile]
```
2. **Track** - Track objects from provided detections. The detections should be on the format used in [MOTChallenge](https://motchallenge.net/), or a custom format used for the Okutama-Action dataset (not yet publicly available).
2. **Track** - Track objects from provided detections. The detections should be on the format used in [MOTChallenge](https://motchallenge.net/).
```
$ make track
$ ./trackApp.out [-s sequencesFile] [-m modelType] \
Expand Down

0 comments on commit 8a61d0b

Please sign in to comment.