david8862 / keras-YOLOv3-model-set

end-to-end YOLOv4/v3/v2 object detection pipeline, implemented on tf.keras with different technologies
MIT License
638 stars 220 forks source link

Coordinate Attention module #235

Open kz258852 opened 1 year ago

kz258852 commented 1 year ago

Bro, could you replace the SE (Squeeze and Excitation) Block with CA (Coordinate Attention) block in the Efiicientnet? This method usually can improve the network performance. Thank u The website of Keras_Coordinate_Attention is at :
https://github.com/Wangdai-0800/CoordinateAttention_Keras/blob/master/coordinateAttention.py

david8862 commented 1 year ago

Efiicientnet in this repo is from official keras implementation. And currently there's no plan to customize it