Commit 7e1526a2 authored by dongchy920's avatar dongchy920
Browse files

Update README.md

parent 1b763a36
......@@ -115,6 +115,7 @@ python detect_dual.py --source './data/images/horses.jpg' --img 640 --device 0 -
测试数据:[test](http://images.cocodataset.org/zips/test2017.zip)
测试指标:
```
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.530
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.703
Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = 0.578
......@@ -127,7 +128,7 @@ python detect_dual.py --source './data/images/horses.jpg' --img 640 --device 0 -
Average Recall (AR) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.539
Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.759
Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.847
```
## 应用场景
### 算法类别
目标检测、目标分割
......
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