Skip to content

Commit

Permalink
update-yolov8-project
Browse files Browse the repository at this point in the history
  • Loading branch information
z1069614715 committed Sep 24, 2023
1 parent 67850cb commit 31ef511
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion yolo-improve/yolov8-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,4 +502,10 @@ EMA, SimAM, SpatialGroupEnhance, BiLevelRoutingAttention, BiLevelRoutingAttentio
2. 修复BAM注意力机制中的padding问题.
3. 修复EfficientAttention(CloFormer中的注意力)注意力机制不能在配置文件添加的问题.
4. 去除C2f-EMSP-OREPA,C2f-EMSCP-OREPA,C3-EMSP-OREPA,C3-EMSCP-OREPA,这部分不稳定,容易出现NAN.
5. 群公告中增加使用前必看的百度云视频链接.
5. 群公告中增加使用前必看的百度云视频链接.

- **20230924-yolov8-v1.20**
1. 增加自研注意力机制MPCA(基于CVPR2021 CA注意力机制).详细可看百度云视频.
2. 使用自研注意力机制MPCA强化DCNV2中的offset和mask生成.详细可看百度云视频和使用教程.
3. 把timm配置文件的预训练权重参数改为False,也即是默认不下载和使用预训练权重.
4. 利用华为2023最新GOLD-YOLO中的Gatherand-Distribute进行改进特征融合模块.

0 comments on commit 31ef511

Please sign in to comment.