Skip to content

Commit 3ccc9b7

Browse files
authored
fix typos in quick_run.md (open-mmlab#104)
1 parent 3f9513e commit 3ccc9b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quick_run.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Assume that you have already downloaded the checkpoints to the directory `checkp
166166
python tools/test.py configs/sot/siamese_rpn/siamese_rpn_r50_1x_lasot.py \
167167
--checkpoint checkpoints/siamese_rpn_r50_1x_lasot_20201218_051019-3c522eff.pth \
168168
--out results.pkl \
169-
--eval bbox
169+
--eval track
170170
```
171171

172172
4. Test SiameseRPN++ with 8 GPUs, and evaluate the success and normed precision.
@@ -175,7 +175,7 @@ Assume that you have already downloaded the checkpoints to the directory `checkp
175175
./tools/dist_test.sh configs/sot/siamese_rpn/siamese_rpn_r50_1x_lasot.py 8 \
176176
--checkpoint checkpoints/siamese_rpn_r50_1x_lasot_20201218_051019-3c522eff.pth \
177177
--out results.pkl \
178-
--eval bbox
178+
--eval track
179179
```
180180

181181
5. Test Tracktor on MOT17, and evaluate CLEAR MOT metrics.

0 commit comments

Comments
 (0)