Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 444cbd5

Browse files
committed
docs(index): 更新相关链接
1 parent 82e58c0 commit 444cbd5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/imgs/figure-1.png

88.4 KB
Loading

docs/index.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
文章[Rich feature hierarchies for accurate object detection and semantic segmentation](https://arxiv.org/abs/1311.2524)提出的算法`R-CNN``CNN`应用于目标检测领域,在当时取得了非常好的效果
44

5+
![](./imgs/figure-1.png)
6+
57
## 工程流程
68

79
本文档实现了`R-CNN`算法进行目标检测的完整过程,包括
@@ -18,4 +20,8 @@
1820
3. 线性`SVM`实现,输入特征向量,输出每类成绩
1921
4. 非最大抑制方法实现,得到最终的候选建议
2022

21-
*关于区域建议算法`selectivesearch`实现,在训练阶段使用高质量模式,在测试阶段使用快速模式*
23+
*关于区域建议算法`selectivesearch`实现,在训练阶段使用高质量模式,在测试阶段使用快速模式*
24+
25+
## 相关链接
26+
27+
* [R-CNN](https://blog.zhujian.life/posts/5beb21d0.html)

0 commit comments

Comments
 (0)