File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
在` Github ` 上找到一个` SSD ` 目标检测算法实现 - [ lufficc/SSD] ( https://github.com/lufficc/SSD ) ,这个工程不仅完美的实现了` SSD ` 算法,而且整体结构清晰,具有高可扩展性。所以新建了一个仓库,一方面是学习` SSD ` 算法,另一方面是研究整个训练框架,以便于其他算法的实现
8
8
9
- | | VOC07+12(VGG16, 300x300) | FPS |
10
- | :--------:| :------------------------:| :---:|
11
- | 论文实现 | 74.3% | 46 |
12
- | SSD实现 | 77.45% | >70 |
9
+ | | VOC07+12(VGG16, 300x300) | FPS | VOC07+12(VGG16, 512x512) | FPS |
10
+ | :--------:| :------------------------:| :---:| :------------------------: | :---: |
11
+ | 论文实现 | 74.3% | 46 | 76.90% | 22 |
12
+ | SSD实现 | 77.45% | >70 | 79.80% | ~ 30 |
13
13
14
- <center ></ center >
14
+ <div align = center >< img src = ' ./imgs/000342.jpg ' /></ div >
15
15
16
- <center ></ center >
16
+ <div align = center >< img src = ' ./imgs/000542.jpg ' /></ div >
17
17
18
18
## 内容列表
19
19
You can’t perform that action at this time.
0 commit comments