Skip to content

Commit 9e7877f

Browse files
author
Your Name
committed
add SGM
1 parent 0fb7d7a commit 9e7877f

File tree

5 files changed

+515
-11
lines changed

5 files changed

+515
-11
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,5 @@ dmypy.json
130130

131131
# custom
132132
output
133-
pre_weight.*
133+
pre_weights
134+
weights

Diff for: README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Welcome to join the project!
1616

1717
## Recent updates
1818

19-
#### 2022.4.17 add DRBN(stage1, stag2)
19+
#### 2022.4.17 add DRBN(stage1, stag2) & SGM
2020
#### 2022.4.16 add EnlightenGAN
2121
#### 2022.4.14 add ZeroDCE & ZeroDCE++
2222
#### 2022.4.12 start project
@@ -46,15 +46,15 @@ Then you can see the results in the folder "output".
4646
## TODO
4747

4848
<!-- ✅ ⭕️ ❌-->
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+
| | | |
5858

5959
# License
6060
The codes are made available for academic research purpose only.

0 commit comments

Comments
 (0)