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 767e327 commit e488da5Copy full SHA for e488da5
docs/imgs/arch.png
60.7 KB
docs/index.md
@@ -13,6 +13,8 @@
13
5. 优化器模块
14
6. 辅助模块
15
16
+
17
+
18
## SSD算法
19
20
* 引言
@@ -34,4 +36,9 @@
34
36
* 测试日志
35
37
* 使用
38
* 使用示例
- * 使用日志
39
+ * 使用日志
40
41
+## 相关文档
42
43
+* [学习 SSD: Single Shot MultiBox Detector](https://blog.zhujian.life/posts/4adff177.html)
44
+* [目标检测训练框架](https://blog.zhujian.life/posts/902134ce.html)
docs/ssd/index.md
@@ -16,4 +16,5 @@
## 相关阅读
-* [【SSD算法】史上最全代码解析-核心篇](https://zhuanlan.zhihu.com/p/79854543?from_voters_page=true)
+* [【SSD算法】史上最全代码解析-核心篇](https://zhuanlan.zhihu.com/p/79854543?from_voters_page=true)
+* [目标检测|SSD原理与实现](https://zhuanlan.zhihu.com/p/33544892)
0 commit comments