running-Turtle commited on
Commit
2d4e798
·
verified ·
1 Parent(s): ef4498d

Add real-world image archive

Browse files
Files changed (3) hide show
  1. README.md +12 -6
  2. real-world-image.zip +3 -0
  3. sha256sum.txt +1 -0
README.md CHANGED
@@ -9,7 +9,7 @@ This dataset is released under the CC BY-NC 4.0 License.
9
 
10
  ## Dataset Structure
11
 
12
- After extracting both archives, the dataset has the following layout:
13
 
14
  ```text
15
  PRISM/
@@ -23,6 +23,9 @@ PRISM/
23
  <gt_id>_<variant_id>.png
24
  gt/
25
  <gt_id>.png
 
 
 
26
  ```
27
 
28
  Each image in `input/` is a moire-contaminated fabric image. Its clean target is stored in `gt/` and is matched by the prefix before the underscore.
@@ -35,6 +38,7 @@ test/input/001174_09.png -> test/gt/001174.png
35
  ```
36
 
37
  One clean ground-truth image may correspond to multiple synthesized moire variants.
 
38
 
39
  ## Split Statistics
40
 
@@ -51,12 +55,13 @@ The number of paired samples is the number of files in `input/`, because each in
51
 
52
  ## Download and Verification
53
 
54
- The test split is provided as `PRISM_test.zip`. The training split is provided
55
- as parts under `train_chunks/` and must be concatenated into `PRISM_train.zip`
56
- before extraction.
 
57
 
58
- SHA-256 checksums for the test archive, all training parts, and the reconstructed
59
- training archive are provided in `sha256sum.txt`.
60
 
61
  Verify the downloaded files:
62
 
@@ -81,6 +86,7 @@ Then extract the archives:
81
  ```bash
82
  unzip PRISM_train.zip
83
  unzip PRISM_test.zip
 
84
  ```
85
 
86
  ## Usage Notes
 
9
 
10
  ## Dataset Structure
11
 
12
+ After extracting the archives, the dataset has the following layout:
13
 
14
  ```text
15
  PRISM/
 
23
  <gt_id>_<variant_id>.png
24
  gt/
25
  <gt_id>.png
26
+ real-world-image/
27
+ image_001.png
28
+ ...
29
  ```
30
 
31
  Each image in `input/` is a moire-contaminated fabric image. Its clean target is stored in `gt/` and is matched by the prefix before the underscore.
 
38
  ```
39
 
40
  One clean ground-truth image may correspond to multiple synthesized moire variants.
41
+ The `real-world-image/` folder contains unpaired real-world moire images for qualitative evaluation.
42
 
43
  ## Split Statistics
44
 
 
55
 
56
  ## Download and Verification
57
 
58
+ The test split is provided as `PRISM_test.zip`. Real-world images are provided
59
+ as `real-world-image.zip`. The training split is provided as parts under
60
+ `train_chunks/` and must be concatenated into `PRISM_train.zip` before
61
+ extraction.
62
 
63
+ SHA-256 checksums for the test archive, the real-world archive, all training
64
+ parts, and the reconstructed training archive are provided in `sha256sum.txt`.
65
 
66
  Verify the downloaded files:
67
 
 
86
  ```bash
87
  unzip PRISM_train.zip
88
  unzip PRISM_test.zip
89
+ unzip real-world-image.zip
90
  ```
91
 
92
  ## Usage Notes
real-world-image.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73b15d4dc70398589693417f92a51341dcc6a8c216bb54dc662d5d9609459d1
3
+ size 35652683
sha256sum.txt CHANGED
@@ -1,4 +1,5 @@
1
  677e58d53ac2717384936728e7b2ea487de40191becacf47fcd466895e47eae0 PRISM_test.zip
 
2
  cdc470543c3d114ebd831a61df047469019a75360d3b1d301f1af50b651be59a train_chunks/PRISM_train.zip.part-000
3
  31ec2d90f3fc04eb39ac67a6f33bf23317b3096df7a098983f55643c1e339675 train_chunks/PRISM_train.zip.part-001
4
  83b178b82a647d4f51e3776adfd3bf16d69b8d3494b2e4ff31c0900c6d8737ed train_chunks/PRISM_train.zip.part-002
 
1
  677e58d53ac2717384936728e7b2ea487de40191becacf47fcd466895e47eae0 PRISM_test.zip
2
+ e73b15d4dc70398589693417f92a51341dcc6a8c216bb54dc662d5d9609459d1 real-world-image.zip
3
  cdc470543c3d114ebd831a61df047469019a75360d3b1d301f1af50b651be59a train_chunks/PRISM_train.zip.part-000
4
  31ec2d90f3fc04eb39ac67a6f33bf23317b3096df7a098983f55643c1e339675 train_chunks/PRISM_train.zip.part-001
5
  83b178b82a647d4f51e3776adfd3bf16d69b8d3494b2e4ff31c0900c6d8737ed train_chunks/PRISM_train.zip.part-002