Skip to content

Commit 767e327

Browse files
committed
docs(ssd): 300 vs. 512
1 parent 45f96a3 commit 767e327

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* 损失函数
2424
* `Hard Negative Mining`
2525
* `variance`变量
26+
* `300 vs. 512`
2627
* 具体实现
2728
* 命令行操作
2829
* 训练

docs/ssd/300-vs-512.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
# 300 vs. 512
3+
4+
当使用`512`输入大小时,额外增加了一个`Conv12_2`特征图用于检测,同时设置$s_{min}=0.1$,特征层`Conv4_3`的尺度设置为`0.04`
5+
6+
具体修改参考:`py/configs/vgg_ssd512_voc0712.yaml`

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ nav:
7373
- 损失函数: ssd/loss_function.md
7474
- 'Hard Negative Mining': ssd/hard_negative_mining.md
7575
- variance变量: ssd/variance.md
76+
- '300 vs. 512': ssd/300-vs-512.md
7677
- 具体实现:
7778
- 命令行操作: ssd/using_command.md
7879
- 训练:

0 commit comments

Comments
 (0)