iscyy / yoloair

🔥🔥🔥 专注于YOLOv5,YOLOv7、YOLOv8、YOLOv9改进模型,Support to improve backbone, neck, head, loss, IoU, NMS and other modules🚀
https://github.com/iscyy/yoloair
GNU General Public License v3.0
2.47k stars 428 forks source link

some attention modules do not exist #179

Open nyj-ocean opened 1 year ago

nyj-ocean commented 1 year ago

some attention exist in yoloair-main/configs/attention/, such as yolov5s_TripletAttention.yaml, yolov5s_PolarizedSelfAttention.yaml, yolov5s_ParNetAttention.yaml, yolov5s_GlobalContextBlock.yaml , etc.

however, these attention modules do do not exist in yoloair-main/models/Models/Attention/

@iscyy