diff --git a/README.md b/README.md index 89ab0641..69ec911e 100644 --- a/README.md +++ b/README.md @@ -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 \ @@ -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