File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 22---
33
44### 目录
5- 1 . [ 实现的内容 Achievement] ( #实现的内容 )
6- 2 . [ 所需环境 Environment] ( #所需环境 )
7- 3 . [ 注意事项 Attention] ( #注意事项 )
8- 4 . [ 小技巧的设置 TricksSet] ( #小技巧的设置 )
9- 5 . [ 文件下载 Download] ( #文件下载 )
10- 6 . [ 预测步骤 How2predict] ( #预测步骤 )
11- 7 . [ 训练步骤 How2train] ( #训练步骤 )
12- 8 . [ 参考资料 Reference] ( #Reference )
5+ 1 . [ 性能情况 Performance] ( #性能情况 )
6+ 2 . [ 实现的内容 Achievement] ( #实现的内容 )
7+ 3 . [ 所需环境 Environment] ( #所需环境 )
8+ 4 . [ 注意事项 Attention] ( #注意事项 )
9+ 5 . [ 小技巧的设置 TricksSet] ( #小技巧的设置 )
10+ 6 . [ 文件下载 Download] ( #文件下载 )
11+ 7 . [ 预测步骤 How2predict] ( #预测步骤 )
12+ 8 . [ 训练步骤 How2train] ( #训练步骤 )
13+ 9 . [ 参考资料 Reference] ( #Reference )
14+
15+ ### 性能情况
16+ | 训练数据集 | 权值文件名称 | 测试数据集 | 输入图片大小 | mAP 0.5:0.95 | mAP 0.5 |
17+ | :-----: | :-----: | :------: | :------: | :------: | :-----: | :-----: |
18+ | VOC07+12 | yolo4_voc_weights.pth | VOC-Test07 | 416x416 | - | 82.2 |
19+ | COCO-Train2017 | yolo4_weights.pth | COCO-Val2017 | 416x416 | 41.5 | 63.9 |
20+
1321
1422### 实现的内容
1523- [x] 主干特征提取网络:DarkNet53 => CSPDarkNet53
You can’t perform that action at this time.
0 commit comments