Spaces:
Runtime error
Runtime error
Bob-Shih_liteon commited on
Commit Β·
2684201
1
Parent(s): 1c6df11
update images
Browse files- app.py +7 -7
- data/{RGB/4Card.png β 4Card.png} +0 -0
- data/4Card_Gain160_E30.npy +3 -0
- data/4Card_Gain180_E30.npy +3 -0
- data/4Card_Gain200_E30.npy +3 -0
- data/4Card_Gain220_E30.npy +3 -0
- data/4Card_Gain240_E30.npy +3 -0
- data/{RGB/Color.png β Color.png} +0 -0
- data/{RGB/Focus.png β Focus.png} +0 -0
- data/RAW +0 -0
app.py
CHANGED
|
@@ -9,10 +9,10 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
| 9 |
CONFIG = {
|
| 10 |
"noise_levels": [4, 6, 8, 10, 12],
|
| 11 |
"raw_images": [
|
| 12 |
-
"data/
|
| 13 |
-
"data/
|
| 14 |
-
"data/
|
| 15 |
-
"data/
|
| 16 |
],
|
| 17 |
"weights": [
|
| 18 |
"customs/weights/model_ir_0.xml.encrypted",
|
|
@@ -70,9 +70,9 @@ def main():
|
|
| 70 |
SIDDDenoise1 = gr.Image(label="SIDD denoiser result")
|
| 71 |
examples1 = gr.Examples(
|
| 72 |
examples=[
|
| 73 |
-
["data/
|
| 74 |
-
["data/
|
| 75 |
-
["data/
|
| 76 |
],
|
| 77 |
inputs=image_input1,
|
| 78 |
)
|
|
|
|
| 9 |
CONFIG = {
|
| 10 |
"noise_levels": [4, 6, 8, 10, 12],
|
| 11 |
"raw_images": [
|
| 12 |
+
"data/4Card_Gain160_E30.npy",
|
| 13 |
+
"data/4Card_Gain180_E30.npy",
|
| 14 |
+
"data/4Card_Gain200_E30.npy",
|
| 15 |
+
"data/4Card_Gain220_E30.npy",
|
| 16 |
],
|
| 17 |
"weights": [
|
| 18 |
"customs/weights/model_ir_0.xml.encrypted",
|
|
|
|
| 70 |
SIDDDenoise1 = gr.Image(label="SIDD denoiser result")
|
| 71 |
examples1 = gr.Examples(
|
| 72 |
examples=[
|
| 73 |
+
["data/4Card.png"],
|
| 74 |
+
["data/Color.png"],
|
| 75 |
+
["data/Focus.png"],
|
| 76 |
],
|
| 77 |
inputs=image_input1,
|
| 78 |
)
|
data/{RGB/4Card.png β 4Card.png}
RENAMED
|
File without changes
|
data/4Card_Gain160_E30.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9d641bfc5e070ddd6cd877f58862dce1ef4978280e7db33c5e64447c5b2b33a
|
| 3 |
+
size 16588928
|
data/4Card_Gain180_E30.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f0f7c2695d6a89e52d915ebbff6e8c9067222dfc53661df8cb957092fcb8a36
|
| 3 |
+
size 16588928
|
data/4Card_Gain200_E30.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dea8c4bf0f1dd668d8c63662369130ae123bbc910852dc916e083d21ddc8d33
|
| 3 |
+
size 16588928
|
data/4Card_Gain220_E30.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d29a15cb167b474dae50ddf5dce586a7ab0964f480b956002e4b92196df31c4
|
| 3 |
+
size 16588928
|
data/4Card_Gain240_E30.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbc70fccda73c0900386fa0ed30d208ca1cb40e929e1b2c5129b005398aad8c1
|
| 3 |
+
size 16588928
|
data/{RGB/Color.png β Color.png}
RENAMED
|
File without changes
|
data/{RGB/Focus.png β Focus.png}
RENAMED
|
File without changes
|
data/RAW
DELETED
|
File without changes
|