Commit 4bb89913 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 1eb6bc09
...@@ -84,15 +84,15 @@ python test.py --config-file configs/vgg_ssd300_coco2017_50_trainval.yaml ...@@ -84,15 +84,15 @@ python test.py --config-file configs/vgg_ssd300_coco2017_50_trainval.yaml
python -m torch.distributed.launch --nproc_per_node=4 test.py --config-file configs/vgg_ssd300_coco2017_50_trainval.yaml python -m torch.distributed.launch --nproc_per_node=4 test.py --config-file configs/vgg_ssd300_coco2017_50_trainval.yaml
``` ```
## 结果 ## result
### 输出实例 ### 输出实例
![result](result.jpg) ![result](result.jpg)
### 精度(mAP) ### 精度
| | VOC2007 test | coco test-dev2015 | | | VOC2007 test(mAP) | coco test-dev2015(mAP) |
| :----: | :----------: | :---------------: | | :----: | :----------: | :---------------: |
| SSD300 | 77.2 | 25.1 | | SSD300 | 77.2 | 25.1 |
| SSD512 | 79.8 | 28.8 | | SSD512 | 79.8 | 28.8 |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment