mirror of https://github.com/open-mmlab/mmyolo.git
[Fix] Fix typo in docstring (#433)
* fix typo in docstring * fix typo in docs * fix typo in docspull/384/head
parent
5172805dae
commit
d8cbf216de
|
@ -20,7 +20,7 @@ MMYOLO 实现配置:https://github.com/open-mmlab/mmyolo/blob/main/configs/yol
|
|||
|
||||
YOLOv6 官方开源库地址:https://github.com/meituan/YOLOv6
|
||||
|
||||
## 1 YLOLv6 2.0 算法原理和 MMYOLO 实现解析
|
||||
## 1 YOLOv6 2.0 算法原理和 MMYOLO 实现解析
|
||||
|
||||
YOLOv6 2.0 官方 release 地址:https://github.com/meituan/YOLOv6/releases/tag/0.2.0
|
||||
|
||||
|
|
|
@ -140,7 +140,7 @@ class RepVGGBlock(nn.Module):
|
|||
In PPYOLOE+ model backbone, `use_alpha` will be set to True.
|
||||
Default: False.
|
||||
use_bn_first (bool): Whether to use bn layer before conv.
|
||||
In YOLOv6 and YLOv7, this will be set to True.
|
||||
In YOLOv6 and YOLOv7, this will be set to True.
|
||||
In PPYOLOE, this will be set to False.
|
||||
Default: True.
|
||||
deploy (bool): Whether in deploy mode. Default: False
|
||||
|
|
Loading…
Reference in New Issue