Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,7 @@
|
|
1 |
---
|
2 |
library_name: keras
|
3 |
---
|
4 |
-
|
5 |
## Model description
|
6 |
-
|
7 |
-
More information needed
|
8 |
-
|
9 |
## Intended uses & limitations
|
10 |
-
|
11 |
-
More information needed
|
12 |
-
|
13 |
-
## Training and evaluation data
|
14 |
-
|
15 |
-
More information needed
|
|
|
1 |
---
|
2 |
library_name: keras
|
3 |
---
|
|
|
4 |
## Model description
|
5 |
+
This is the MAXIM model as described in [MAXIM: Multi-Axis MLP for Image Processing](https://arxiv.org/2201.02973) by Tu et al. The model was obtained by porting the official JAX params available [here](https://github.com/google-research/maxim). Porting code is available [here](https://github.com/sayakpaul/maxim-tf).
|
|
|
|
|
6 |
## Intended uses & limitations
|
7 |
+
The model was pre-trained on the Sots outdoor dataset and is intended to use for image dehazing.
|
|
|
|
|
|
|
|
|
|