Skip to content

Commit

Permalink
Add backslash for command (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
iory authored and nwojke committed Jan 7, 2019
1 parent dc8835f commit 53ee00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ We assume resources have been extracted to the repository root directory and
the MOT16 benchmark data is in `./MOT16`:
```
python deep_sort_app.py \
--sequence_dir=./MOT16/test/MOT16-06
--sequence_dir=./MOT16/test/MOT16-06 \
--detection_file=./resources/detections/MOT16_POI_test/MOT16-06.npy \
--min_confidence=0.3 \
--nn_budget=100 \
Expand All @@ -65,7 +65,7 @@ The following example generates these features from standard MOT challenge
detections. Again, we assume resources have been extracted to the repository
root directory and MOT16 data is in `./MOT16`:
```
python tools/generate_detections.py
python tools/generate_detections.py \
--model=resources/networks/mars-small128.pb \
--mot_dir=./MOT16/train \
--output_dir=./resources/detections/MOT16_train
Expand Down

0 comments on commit 53ee00b

Please sign in to comment.