From d3f00f3e30923428d920a5d9b5607020f8ca7899 Mon Sep 17 00:00:00 2001 From: Kuan-Yu Huang Date: Tue, 5 May 2020 15:43:04 +0800 Subject: [PATCH] remove typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6cb78f..07a6711 100644 --- a/README.md +++ b/README.md @@ -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: