Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iscyy committed Aug 17, 2022
1 parent 503a73a commit 306f987
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ YOLOAir算法库 是一个基于 PyTorch 的一系列 YOLO 检测算法组合

项目地址: https://github.com/iscyy/yoloair

部分改进说明演示: [芒果汁没有芒果](https://blog.csdn.net/qq_38668236?type=blog)______________________________________________________________________
部分改进说明演示: [芒果汁没有芒果](https://blog.csdn.net/qq_38668236?type=blog)

______________________________________________________________________

### 主要特性🚀

Expand Down
34 changes: 16 additions & 18 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Based on the YOLOv5 code framework, and synchronously adapt to the **stable YOLO

Project address: https://github.com/iscyy/yoloair

Some improvements to the tutorial description: [CSDN](https://blog.csdn.net/qq_38668236?type=blog)

### Main features🚀

Expand All @@ -55,18 +54,18 @@ The above multiple detection algorithms use a unified model code framework, whic

🚀 Support more Backbone

- `CSPDarkNet series`
`ResNet series`
`RepBlock series`
`ShuffleNet series`
`Ghost series`
`MobileNet series`
`ConvNext series`
`RepLKNet series`
`RegNet series`
`EfficientNet series`
`Transformer series`
`CNN Transformer、:BoTNet、CoTNet、Acmix等`
- `CSPDarkNet series`
`ResNet series`
`RepBlock series`
`ShuffleNet series`
`Ghost series`
`MobileNet series`
`ConvNext series`
`RepLKNet series`
`RegNet series`
`EfficientNet series`
`Transformer series`
`CNN and Transformer、:BoTNet、CoTNet、Acmix, etc.`
Continuously updated 🎈

🚀 Support more Necks
Expand All @@ -88,6 +87,9 @@ E.g Self Attention、Contextual Transformer、Bottleneck Transformer、S2-MLP At
🚀Support for more IoU loss functions
- Loss functions such as CIoU, DIoU, GIoU, EIoU, SIoU, alpha IOU;

🚀 More spatial pyramid pooling structures
- SPP / SPPF / ASPP / RFB / SPPCSPC, etc.;

🚀Support more NMS
- NMS、Merge-NMS、DIoU-NMS、Soft-NMS、CIoU_NMS、DIoU_NMS、GIoU_NMS、EIoU_NMS、SIoU_NMS、Soft-SIoUNMS、Soft-CIoUNMS、Soft-DIoUNMS、Soft-EIoUNMS、Soft-GIoUNMS, etc.;

Expand Down Expand Up @@ -163,7 +165,6 @@ Updating...

### YOLO network model specific improvement method tutorial and principle reference

- [CSDN](https://blog.csdn.net/qq_38668236)
More module improvement explanation tutorials are continuously updated...

### YOLOv5 official tutorial ✨
Expand Down Expand Up @@ -222,9 +223,6 @@ ______________________________________________________________________
[https://github.com/ppogg/YOLOv5-Lite](https://github.com/ppogg/YOLOv5-Lite)
[https://github.com/Gumpest/YOLOv5-Multibackbone-Compression](https://github.com/Gumpest/YOLOv5-Multibackbone-Compression)
[https://github.com/cv516Buaa/tph-yolov5](https://github.com/cv516Buaa/tph-yolov5)


Paper:
[https://arxiv.org/abs/2208.02019](https://arxiv.org/abs/2208.02019)
Paper:[https://arxiv.org/abs/2208.02019](https://arxiv.org/abs/2208.02019)

</details>

0 comments on commit 306f987

Please sign in to comment.