You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,21 @@ This repository shows the TensorFlow Lite and TensorRT model conversion and infe
8
8
</p>
9
9
10
10
Model training code and pre-trained weights are provided by Soumik through [this repository](https://github.com/soumik12345/MIRNet/).
11
+
12
+
## A bit about the architecture
13
+
14
+
The **MIRNet** presents a novel architecture with the collective goals of maintaining high-resolution representations through the entire network, and
15
+
receiving strong contextual information from the low-resolution representations.
16
+
17
+
The core of this approach is a multi-scale residual block containing the following key elements:
18
+
- parallel multi-resolution convolution streams for extracting multi-scale features
19
+
- information exchange across the multi-resolution streams
20
+
- spatial and channel attention mechanisms for capturing contextual information
21
+
- attention based multi-scale feature aggregation.
22
+
23
+

24
+
<palign="center">
25
+
<small>Framework of MIRNet</small>
26
+
</p>
27
+
28
+
The figure above shows the framework of the proposed network MIRNet that learns enriched feature representations for image restoration and enhancement.
0 commit comments