Skip to content

Commit 970cdbd

Browse files
committed
whenxuan: update the readme
1 parent 28c03b5 commit 970cdbd

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

README.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,14 @@ We only develop and test with PyTorch. Please make sure to install it from [PyTo
3232

3333
## Modules <a id="Modules"></a>
3434

35-
#### [`SEAttention`](https://github.com/wwhenxuan/Channel-Attention/blob/main/channel_attention/squeeze_excitation.py): [[paper]]() The Squeeze-and-Excitation Attention.
36-
<img width="80%" align="middle" src="images/SEAttention.png">
37-
38-
39-
40-
35+
#### 1. [`SEAttention`](https://github.com/wwhenxuan/Channel-Attention/blob/main/channel_attention/squeeze_excitation.py): [[paper]]() The Squeeze-and-Excitation Attention with Global Average Pooling and Feed Forward Network.
36+
<div style="text-align: center;">
37+
<img width="80%" src="images/SEAttention.png">
38+
</div>
4139

42-
| Attention | Module Implementation Architecture |
43-
| ------------------------------------------------------------ | ------------------------------------------- |
44-
| <div style="text-align: center;"> SEAttention<br/>[[paper]]()</div> | ![SEAttention](images/SEAttention.png) |
45-
| <div style="text-align: center;"> ChannelAttention<br/>[[paper]]()</div> | ![SEAttention](images/ChannelAttention.png) |
46-
| <div style="text-align: center;"> SpatialAttention<br/>[[paper]]()</div> | |
47-
| <div style="text-align: center;"> ConvBlockAttention<br/>[[paper]]()</div> | |
48-
| <div style="text-align: center;"> EfficientChannelAttention<br/>[[paper]]()</div> | |
49-
| <div style="text-align: center;"><br />LocalAttention<br/>[[paper]]()</div> | |
50-
| <div style="text-align: center;"> ConvBlockAttention<br/>[[paper]]()</div> | |
51-
| <div style="text-align: center;"> ConvBlockAttention<br/>[[paper]]()</div> | |
52-
| <div style="text-align: center;"> ConvBlockAttention<br/>[[paper]]()</div> | |
53-
| <div style="text-align: center;"> ConvBlockAttention<br/>[[paper]]()</div> | |
54-
| <div style="text-align: center;"> ConvBlockAttention<br/>[[paper]]()</div> | |
55-
| <div style="text-align: center;"> ConvBlockAttention<br/>[[paper]]()</div> | |
56-
| <div style="text-align: center;"> ConvBlockAttention<br/>[[paper]]()</div> | |
40+
#### 2. [`ChannelAttention`](https://github.com/wwhenxuan/Channel-Attention/blob/main/channel_attention/channel_attention.py): [[paper]]() The Channel Attention with Global Average Pooling and Global Max Pooling.
41+
<div style="text-align: center;">
42+
<img width="80%" src="images/ChannelAttention.png">
43+
</div>
5744

45+
#### 3. [`ECAAttention`]()

0 commit comments

Comments
 (0)