File tree 5 files changed +515
-11
lines changed
5 files changed +515
-11
lines changed Original file line number Diff line number Diff line change @@ -130,4 +130,5 @@ dmypy.json
130
130
131
131
# custom
132
132
output
133
- pre_weight. *
133
+ pre_weights
134
+ weights
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Welcome to join the project!
16
16
17
17
## Recent updates
18
18
19
- #### 2022.4.17 add DRBN(stage1, stag2)
19
+ #### 2022.4.17 add DRBN(stage1, stag2) & SGM
20
20
#### 2022.4.16 add EnlightenGAN
21
21
#### 2022.4.14 add ZeroDCE & ZeroDCE++
22
22
#### 2022.4.12 start project
@@ -46,15 +46,15 @@ Then you can see the results in the folder "output".
46
46
## TODO
47
47
48
48
<!-- ✅ ⭕️ ❌-->
49
- | Pytorch | Tensorflow | Keras |
50
- | --- | --- | --- |
51
- | ⭕️ DeepUPE | ⭕️ Retinex-Net | ⭕️ MBLLEN |
52
- | ✅ DRBN | ⭕️ KinD | ⭕️ AGLLNet |
53
- | ⭕️ DRBN-v2 | ⭕️ KinD++ | |
54
- | ⭕️ SGR | | |
55
- | ✅ EnlightenGAN | | |
56
- | ✅ ZeroDCE | | |
57
- | ✅ ZeroDCE++ | | |
49
+ | Pytorch| Tensorflow| Keras|
50
+ | --- | --- | --- |
51
+ | ✅ DRBN | ⭕️ Retinex-Net | ⭕️ MBLLEN |
52
+ | ⭕️ DRBN-v2 | ⭕️ GladNet | ⭕️ AGLLNet |
53
+ | ✅ SGM | ⭕️ DeepUPE | |
54
+ | ✅ EnlightenGAN | ⭕️ KinD | |
55
+ | ✅ ZeroDCE | ⭕️ KinD++ | |
56
+ | ✅ ZeroDCE++ | | |
57
+ | | | |
58
58
59
59
# License
60
60
The codes are made available for academic research purpose only.
You can’t perform that action at this time.
0 commit comments