File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ Assume that you have already downloaded the checkpoints to the directory `checkp
166
166
python tools/test.py configs/sot/siamese_rpn/siamese_rpn_r50_1x_lasot.py \
167
167
--checkpoint checkpoints/siamese_rpn_r50_1x_lasot_20201218_051019-3c522eff.pth \
168
168
--out results.pkl \
169
- --eval bbox
169
+ --eval track
170
170
```
171
171
172
172
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
175
175
./tools/dist_test.sh configs/sot/siamese_rpn/siamese_rpn_r50_1x_lasot.py 8 \
176
176
--checkpoint checkpoints/siamese_rpn_r50_1x_lasot_20201218_051019-3c522eff.pth \
177
177
--out results.pkl \
178
- --eval bbox
178
+ --eval track
179
179
```
180
180
181
181
5 . Test Tracktor on MOT17, and evaluate CLEAR MOT metrics.
You can’t perform that action at this time.
0 commit comments