minor fix in readme

pull/3/head
Dahun Kim 2021-08-31 17:26:03 +09:00
parent 1dd8c5d969
commit 5a18ea0bb0
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ Our trained models are available for download [here](https://drive.google.com/uc
# Multi-GPU distributed testing
bash tools/dist_test_bbox.sh configs/oln_box/oln_box.py \
trained_weights/latest.pth ${NUM_GPUS}
# OR
python tools/test.py configs/oln_box/oln_box.py work_dirs/oln_box/latest.pth --eval bbox
```