未验证 提交 90e34f38 编写于 作者: J JiaQi Xu 提交者: GitHub

Update README.md

上级 9a25ec77
## YOLOV3:You Only Look Once目标检测模型在Keras当中的实现 ## YOLOV4:You Only Look Once目标检测模型在Keras当中的实现
--- ---
### 目录 ### 目录
...@@ -7,6 +7,13 @@ ...@@ -7,6 +7,13 @@
3. [训练步骤 How2train](#训练步骤) 3. [训练步骤 How2train](#训练步骤)
4. [参考资料 Reference](#Reference) 4. [参考资料 Reference](#Reference)
### YOLOV4的改进
[x] 主干特征提取网络:DarkNet53 => CSPDarkNet53
[x] 特征金字塔:SPP,PAN
[x] 训练用到的小技巧:Mosaic数据增强、Label Smoothing平滑、CIOU、学习率余弦退火衰减
[x] 激活函数:使用Mish激活函数
[x] ……balabla
### 所需环境 ### 所需环境
tensorflow-gpu==1.13.1 tensorflow-gpu==1.13.1
keras==2.1.5 keras==2.1.5
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册