We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5219e13 commit f2e70baCopy full SHA for f2e70ba
README.md
@@ -6,14 +6,14 @@
6
7
在`Github`上找到一个`SSD`目标检测算法实现 - [lufficc/SSD](https://github.com/lufficc/SSD),这个工程不仅完美的实现了`SSD`算法,而且整体结构清晰,具有高可扩展性。所以新建了一个仓库,一方面是学习`SSD`算法,另一方面是研究整个训练框架,以便于其他算法的实现
8
9
-| | VOC2007(VGG16, 300x300) | FPS |
10
-|:--------:|:-----------------------:|:---:|
11
-| 论文实现 | 74.3% | 59 |
12
-| SSD实现 | 77.40% | >70 |
+| | VOC07+12(VGG16, 300x300) | FPS |
+|:--------:|:------------------------:|:---:|
+| 论文实现 | 74.3% | 46 |
+| SSD实现 | 77.45% | >70 |
13
14
-
+<center></center>
15
16
-
+<center></center>
17
18
## 内容列表
19
0 commit comments