Skip to content

Commit f2e70ba

Browse files
committed
docs(readme): 图片居中
1 parent 5219e13 commit f2e70ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
77
`Github`上找到一个`SSD`目标检测算法实现 - [lufficc/SSD](https://github.com/lufficc/SSD),这个工程不仅完美的实现了`SSD`算法,而且整体结构清晰,具有高可扩展性。所以新建了一个仓库,一方面是学习`SSD`算法,另一方面是研究整个训练框架,以便于其他算法的实现
88

9-
| | VOC2007(VGG16, 300x300) | FPS |
10-
|:--------:|:-----------------------:|:---:|
11-
| 论文实现 | 74.3% | 59 |
12-
| SSD实现 | 77.40% | >70 |
9+
| | VOC07+12(VGG16, 300x300) | FPS |
10+
|:--------:|:------------------------:|:---:|
11+
| 论文实现 | 74.3% | 46 |
12+
| SSD实现 | 77.45% | >70 |
1313

14-
![](./imgs/000342.jpg)
14+
<center>![](./imgs/000342.jpg)</center>
1515

16-
![](./imgs/000542.jpg)
16+
<center>![](./imgs/000542.jpg)</center>
1717

1818
## 内容列表
1919

0 commit comments

Comments
 (0)