Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryuX authored May 5, 2020
1 parent b3794d5 commit d3f00f3
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 @@ -173,10 +173,10 @@ You can download my trained models for testing from [Models](#Models) without tr
**Step 1**: Produce txt results and visualizations from model.
```bash
# Test ResNet50 backbone model
python test_widerface.py.py --cfg_path="./configs/retinaface_res50.yaml" --gpu=0
python test_widerface.py --cfg_path="./configs/retinaface_res50.yaml" --gpu=0
# or
# Test ResNet50 backbone model
python test_widerface.py.py --cfg_path="./configs/retinaface_mbv2.yaml" --gpu=0
python test_widerface.py --cfg_path="./configs/retinaface_mbv2.yaml" --gpu=0
```

Note:
Expand Down

0 comments on commit d3f00f3

Please sign in to comment.