ageppert commited on
Commit
2e0496f
·
verified ·
1 Parent(s): a63d5a2

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +130 -0
  2. completed_chunks.txt +55 -0
  3. metadata.json +27 -0
  4. test/basement/000000_measurement.png +3 -0
  5. test/basement/000001_measurement.png +3 -0
  6. test/basement/000002_measurement.png +3 -0
  7. test/basement/000003_measurement.png +3 -0
  8. test/basement/000004_measurement.png +3 -0
  9. test/basement/000005_measurement.png +3 -0
  10. test/basement/000006_measurement.png +3 -0
  11. test/basement/000007_measurement.png +3 -0
  12. test/basement/000008_measurement.png +3 -0
  13. test/basement/000009_measurement.png +3 -0
  14. test/basement/000010_measurement.png +3 -0
  15. test/basement/000011_measurement.png +3 -0
  16. test/basement/000012_measurement.png +3 -0
  17. test/basement/000013_measurement.png +3 -0
  18. test/basement/000014_measurement.png +3 -0
  19. test/basement/000015_measurement.png +3 -0
  20. test/basement/000016_measurement.png +3 -0
  21. test/basement/000017_measurement.png +3 -0
  22. test/basement/000018_measurement.png +3 -0
  23. test/basement/000019_measurement.png +3 -0
  24. test/basement/000020_measurement.png +3 -0
  25. test/basement/000021_measurement.png +3 -0
  26. test/basement/000022_measurement.png +3 -0
  27. test/basement/000023_measurement.png +3 -0
  28. test/basement/000024_measurement.png +3 -0
  29. test/basement/000025_measurement.png +3 -0
  30. test/basement/000026_measurement.png +3 -0
  31. test/basement/000027_measurement.png +3 -0
  32. test/basement/000028_measurement.png +3 -0
  33. test/basement/000029_measurement.png +3 -0
  34. test/basement/000030_measurement.png +3 -0
  35. test/basement/000031_measurement.png +3 -0
  36. test/basement/000032_measurement.png +3 -0
  37. test/basement/000033_measurement.png +3 -0
  38. test/basement/000034_measurement.png +3 -0
  39. test/basement/000035_measurement.png +3 -0
  40. test/basement/000036_measurement.png +3 -0
  41. test/bedroom-interior/000000_measurement.png +3 -0
  42. test/bedroom-interior/000001_measurement.png +3 -0
  43. test/bedroom-interior/000002_measurement.png +3 -0
  44. test/bedroom-interior/000003_measurement.png +3 -0
  45. test/bedroom-interior/000004_measurement.png +3 -0
  46. test/bedroom-interior/000005_measurement.png +3 -0
  47. test/bedroom-interior/000006_measurement.png +3 -0
  48. test/bedroom-interior/000007_measurement.png +3 -0
  49. test/bedroom-interior/000008_measurement.png +3 -0
  50. test/bedroom-interior/000009_measurement.png +3 -0
README.md ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-to-image
5
+ tags:
6
+ - single-photon
7
+ - denoising
8
+ - computational-imaging
9
+ - diffusion
10
+ pretty_name: Single Photon Challenge - Full Preprocessed
11
+ ---
12
+
13
+ # Single Photon Challenge — Full Preprocessed Dataset
14
+
15
+ Preprocessed measurement/target PNG pairs derived from the
16
+ [Single Photon Challenge](https://singlephotonchallenge.com/) reconstruction dataset.
17
+
18
+ ## Source
19
+
20
+ The raw dataset (~425GB training, ~42GB test) is hosted by the
21
+ [WISION Lab](https://wisionlab.com/) at UW-Madison. Photoncubes contain 1024
22
+ binary frames from a simulated single-photon camera, paired with ground-truth
23
+ RGB reconstructions.
24
+
25
+ - **Challenge website:** <https://singlephotonchallenge.com/>
26
+ - **Download page:** <https://singlephotonchallenge.com/download>
27
+ - **VisionSIM toolkit:** <https://visionsim.readthedocs.io/>
28
+
29
+ ## Preprocessing pipeline
30
+
31
+ Each photoncube was preprocessed using **adaptive similarity-flow-sum
32
+ registration**:
33
+
34
+ 1. **Unpack** the last 256 binary frames from each photoncube
35
+ 2. **Partition** frames into non-overlapping registration blocks of size 8
36
+ 3. **Register** each block to the reference (last block) using global
37
+ scale+translation search over candidates `[0.9, 0.94, 0.98, 1.0, 1.02, 1.06, 1.1]` with
38
+ phase cross-correlation (overlap threshold = 0.45)
39
+ 4. **Refine** alignment with dense TVL1 optical flow
40
+ (`use_dense_flow=True`, `attachment=15`,
41
+ `tightness=0.3`, `num_warp=5`)
42
+ 5. **Warp and accumulate** all frames per accepted block with per-pixel
43
+ validity masking
44
+ 6. **Invert SPC response** → linear RGB flux via `flux = -log(1 - p) / 0.5`
45
+ 7. **sRGB tonemap** → standard gamma curve
46
+ 8. **Save** as uint8 PNG
47
+
48
+ Measurements and targets are stored as 800×800 RGB PNGs.
49
+
50
+ ## Dataset statistics
51
+
52
+ | Split | Measurements | Targets | Paired |
53
+ |-------|-------------|---------|--------|
54
+ | train | 1850 | 1850 | yes |
55
+ | test | 185 | 0 | no (test set has no ground truth) |
56
+ | **total** | **2035** | **1850** | |
57
+
58
+ ## Directory structure
59
+
60
+ ```
61
+ single_photon_challenge_full_preprocessed_adaptive/
62
+ metadata.json
63
+ train/
64
+ <scene>/<frame>_measurement.png
65
+ <scene>/<frame>_target.png
66
+ test/
67
+ <scene>/<frame>_measurement.png
68
+ ```
69
+
70
+ ## Usage
71
+
72
+ ```python
73
+ from huggingface_hub import snapshot_download
74
+
75
+ # Download the full preprocessed dataset
76
+ root = snapshot_download(
77
+ repo_id="ageppert/single_photon_challenge_full_preprocessed_adaptive",
78
+ repo_type="dataset",
79
+ )
80
+
81
+ # Or use with the diffusion training codebase:
82
+ # Set in config.py:
83
+ # PREPROCESSED_DATA_CONFIG["dataset_source"] = "hf"
84
+ # PREPROCESSED_DATA_CONFIG["dataset_hf_repo"] = "ageppert/single_photon_challenge_full_preprocessed_adaptive"
85
+ ```
86
+
87
+ ## Preprocessing parameters
88
+
89
+ ```json
90
+ {
91
+ "source": "Single Photon Challenge reconstruction dataset",
92
+ "source_url": "https://singlephotonchallenge.com/download",
93
+ "algorithm": "adaptive_similarity_flow_sum",
94
+ "K": 256,
95
+ "reg_block_size": 8,
96
+ "scale_candidates": [
97
+ 0.9,
98
+ 0.94,
99
+ 0.98,
100
+ 1.0,
101
+ 1.02,
102
+ 1.06,
103
+ 1.1
104
+ ],
105
+ "overlap_threshold": 0.45,
106
+ "max_global_mse": null,
107
+ "use_dense_flow": true,
108
+ "flow_attachment": 15,
109
+ "flow_tightness": 0.3,
110
+ "num_warp": 5,
111
+ "invert_response": true,
112
+ "invert_factor": 0.5,
113
+ "tonemap": true,
114
+ "split": "all",
115
+ "notes": "Measurements are preprocessed from raw photoncubes using: adaptive block-wise scale+translation registration with optional dense optical-flow refinement, followed by SPC response inversion and sRGB tonemapping. Saved as uint8 PNGs. Targets are copied from original ground-truth PNGs."
116
+ }
117
+ ```
118
+
119
+ ## Citation
120
+
121
+ If you use this dataset, please cite the Single Photon Challenge:
122
+
123
+ ```
124
+ @misc{singlephotonchallenge,
125
+ title={The Single Photon Challenge},
126
+ author={Jungerman, Sacha and Ingle, Atul and Nousias, Sotiris and Wei, Mian and White, Mel and Gupta, Mohit},
127
+ year={2025},
128
+ url={https://singlephotonchallenge.com/}
129
+ }
130
+ ```
completed_chunks.txt ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ challenges/reconstruction/test_0.zip
2
+ challenges/reconstruction/test_1.zip
3
+ challenges/reconstruction/test_2.zip
4
+ challenges/reconstruction/test_3.zip
5
+ challenges/reconstruction/test_4.zip
6
+ challenges/reconstruction/train_0.zip
7
+ challenges/reconstruction/train_1.zip
8
+ challenges/reconstruction/train_10.zip
9
+ challenges/reconstruction/train_11.zip
10
+ challenges/reconstruction/train_12.zip
11
+ challenges/reconstruction/train_13.zip
12
+ challenges/reconstruction/train_14.zip
13
+ challenges/reconstruction/train_15.zip
14
+ challenges/reconstruction/train_16.zip
15
+ challenges/reconstruction/train_17.zip
16
+ challenges/reconstruction/train_18.zip
17
+ challenges/reconstruction/train_19.zip
18
+ challenges/reconstruction/train_2.zip
19
+ challenges/reconstruction/train_20.zip
20
+ challenges/reconstruction/train_21.zip
21
+ challenges/reconstruction/train_22.zip
22
+ challenges/reconstruction/train_23.zip
23
+ challenges/reconstruction/train_24.zip
24
+ challenges/reconstruction/train_25.zip
25
+ challenges/reconstruction/train_26.zip
26
+ challenges/reconstruction/train_27.zip
27
+ challenges/reconstruction/train_28.zip
28
+ challenges/reconstruction/train_29.zip
29
+ challenges/reconstruction/train_3.zip
30
+ challenges/reconstruction/train_30.zip
31
+ challenges/reconstruction/train_31.zip
32
+ challenges/reconstruction/train_32.zip
33
+ challenges/reconstruction/train_33.zip
34
+ challenges/reconstruction/train_34.zip
35
+ challenges/reconstruction/train_35.zip
36
+ challenges/reconstruction/train_36.zip
37
+ challenges/reconstruction/train_37.zip
38
+ challenges/reconstruction/train_38.zip
39
+ challenges/reconstruction/train_39.zip
40
+ challenges/reconstruction/train_4.zip
41
+ challenges/reconstruction/train_40.zip
42
+ challenges/reconstruction/train_41.zip
43
+ challenges/reconstruction/train_42.zip
44
+ challenges/reconstruction/train_43.zip
45
+ challenges/reconstruction/train_44.zip
46
+ challenges/reconstruction/train_45.zip
47
+ challenges/reconstruction/train_46.zip
48
+ challenges/reconstruction/train_47.zip
49
+ challenges/reconstruction/train_48.zip
50
+ challenges/reconstruction/train_49.zip
51
+ challenges/reconstruction/train_5.zip
52
+ challenges/reconstruction/train_6.zip
53
+ challenges/reconstruction/train_7.zip
54
+ challenges/reconstruction/train_8.zip
55
+ challenges/reconstruction/train_9.zip
metadata.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source": "Single Photon Challenge reconstruction dataset",
3
+ "source_url": "https://singlephotonchallenge.com/download",
4
+ "algorithm": "adaptive_similarity_flow_sum",
5
+ "K": 256,
6
+ "reg_block_size": 8,
7
+ "scale_candidates": [
8
+ 0.9,
9
+ 0.94,
10
+ 0.98,
11
+ 1.0,
12
+ 1.02,
13
+ 1.06,
14
+ 1.1
15
+ ],
16
+ "overlap_threshold": 0.45,
17
+ "max_global_mse": null,
18
+ "use_dense_flow": true,
19
+ "flow_attachment": 15,
20
+ "flow_tightness": 0.3,
21
+ "num_warp": 5,
22
+ "invert_response": true,
23
+ "invert_factor": 0.5,
24
+ "tonemap": true,
25
+ "split": "all",
26
+ "notes": "Measurements are preprocessed from raw photoncubes using: adaptive block-wise scale+translation registration with optional dense optical-flow refinement, followed by SPC response inversion and sRGB tonemapping. Saved as uint8 PNGs. Targets are copied from original ground-truth PNGs."
27
+ }
test/basement/000000_measurement.png ADDED

Git LFS Details

  • SHA256: ddc6c8f1c2fbb8b33cd61b629e78ebc8422ec0894eb2ec094e9ada697a3c5f0a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
test/basement/000001_measurement.png ADDED

Git LFS Details

  • SHA256: 56bdf8c2250f9fd6371b1f02fdf47c4729c2c7b91e27d4e4cc9e9b8de0d6409e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
test/basement/000002_measurement.png ADDED

Git LFS Details

  • SHA256: 2de58ccf8165772cfd93b190acd9b597a9caa502dd5cf162fb7740c32fc148b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
test/basement/000003_measurement.png ADDED

Git LFS Details

  • SHA256: 2b0ffac8cc8e574695cdeae36ddf1e3fbd797f66d32ac2807d228ec9027d0b0d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
test/basement/000004_measurement.png ADDED

Git LFS Details

  • SHA256: 628ebec73937b061d4396bc214ef1f24dd3371bb2098200a26d6ebb239684b9a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
test/basement/000005_measurement.png ADDED

Git LFS Details

  • SHA256: 4ab15d3781d7ae9a23661842064b5df30d438d1636fe99a918bc99919cd1b3ac
  • Pointer size: 131 Bytes
  • Size of remote file: 132 kB
test/basement/000006_measurement.png ADDED

Git LFS Details

  • SHA256: 9a2a495ad0fc0c7eed2e8490b0f00bd661bbf7fc2e282f34d77feecdc039e9d0
  • Pointer size: 131 Bytes
  • Size of remote file: 637 kB
test/basement/000007_measurement.png ADDED

Git LFS Details

  • SHA256: 02720789fd6cd1be57160d15ccf756aa71a03cffb6bf6e5488b20abd26bd8284
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
test/basement/000008_measurement.png ADDED

Git LFS Details

  • SHA256: 3ebe19648cc89034b547895627a3b653db0af7c810a749eb7f6401725dc65bc8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.03 MB
test/basement/000009_measurement.png ADDED

Git LFS Details

  • SHA256: fb729af1863fc7ec2108e03f471581cc6fbe7b1f7f07aaf5fd3bb216b049c0b2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
test/basement/000010_measurement.png ADDED

Git LFS Details

  • SHA256: f796820bcaab3aa0f67d130a389a81a1983a55235a1942a14c93971c0c1928d2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
test/basement/000011_measurement.png ADDED

Git LFS Details

  • SHA256: afb801a67c801df49155653c4097822c661bdb7a09cd02bed2619aac6458893b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.11 MB
test/basement/000012_measurement.png ADDED

Git LFS Details

  • SHA256: 7044a1fef84131cb0dedffea9fc068ee40c46aedfd97f5485e562a9b89aacb08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.09 MB
test/basement/000013_measurement.png ADDED

Git LFS Details

  • SHA256: c7b069d10ca7374d566ce4f075ac7bf007e0d96b3868fc9c04cb57326bccd796
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
test/basement/000014_measurement.png ADDED

Git LFS Details

  • SHA256: 61522a0fdad1c0fe1d4431eba1f5a7e24011aee2c6b7211e91e8efc848a261e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
test/basement/000015_measurement.png ADDED

Git LFS Details

  • SHA256: 45b0e16a93d6c4d6cc0576edf0477f2baaa19959941aeb3fc3bca74904cdb134
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
test/basement/000016_measurement.png ADDED

Git LFS Details

  • SHA256: 5163754eade41872503510294f697590e5b7508e237e6b7dac4eac8b1e705cc9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
test/basement/000017_measurement.png ADDED

Git LFS Details

  • SHA256: 845801448a2e3f224beecf83eb6bde5438fbd3f1f981971b24666fa9184e465b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.05 MB
test/basement/000018_measurement.png ADDED

Git LFS Details

  • SHA256: 2aebf1f0e4610942a82bde8da8e97f82974dd5cbc4d41a4a0345b313018d9d3f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
test/basement/000019_measurement.png ADDED

Git LFS Details

  • SHA256: 60364248b0e716c55e754b08a5e3bb0a05bb236bc23a1f1efe1adeff8cdd759e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
test/basement/000020_measurement.png ADDED

Git LFS Details

  • SHA256: 0d40e2876c10d2286b64d2b3e6ddc3129f66ad400768c5341f6e2107c79ab78f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
test/basement/000021_measurement.png ADDED

Git LFS Details

  • SHA256: a3b4c7d19abcada76370f881bffe020848e99ba7f4002ab5e0de02fb649a4541
  • Pointer size: 131 Bytes
  • Size of remote file: 807 kB
test/basement/000022_measurement.png ADDED

Git LFS Details

  • SHA256: 02eb76bc9b6d47552bfef2410d52f6c622cbf075eb0489b8505666a0542cab8f
  • Pointer size: 131 Bytes
  • Size of remote file: 999 kB
test/basement/000023_measurement.png ADDED

Git LFS Details

  • SHA256: 7bf198d2cf883c303d64d8623e55379c01dec77ef7f71af4cc947bebb229ea0b
  • Pointer size: 131 Bytes
  • Size of remote file: 915 kB
test/basement/000024_measurement.png ADDED

Git LFS Details

  • SHA256: f24fd6a102f695435be0b5f858049d10c8b40f57c66da7ed03933d2df927a655
  • Pointer size: 132 Bytes
  • Size of remote file: 1.08 MB
test/basement/000025_measurement.png ADDED

Git LFS Details

  • SHA256: 1e711d7c4be69cab4b0a01ed08df09048e07cd04523df2970d792177ccfef182
  • Pointer size: 132 Bytes
  • Size of remote file: 1 MB
test/basement/000026_measurement.png ADDED

Git LFS Details

  • SHA256: 500ce709a64061cfa60ec7cfaebf216e6def9650f76f3fea4fa690561afb1d22
  • Pointer size: 131 Bytes
  • Size of remote file: 977 kB
test/basement/000027_measurement.png ADDED

Git LFS Details

  • SHA256: dbe7205d865037970eca65ab5da9fd46982db59c2d34b8b7d651902382827227
  • Pointer size: 132 Bytes
  • Size of remote file: 1.06 MB
test/basement/000028_measurement.png ADDED

Git LFS Details

  • SHA256: 42a6571949bdcae72e54e62266e4099f91434f352f4935241f45f113e5a75b11
  • Pointer size: 132 Bytes
  • Size of remote file: 1.05 MB
test/basement/000029_measurement.png ADDED

Git LFS Details

  • SHA256: 3ea95eedcf88f085a5e0b54cece351a6c78cad7a3ab3934757dec5293ba79edc
  • Pointer size: 131 Bytes
  • Size of remote file: 932 kB
test/basement/000030_measurement.png ADDED

Git LFS Details

  • SHA256: 7673d262ab4cade281fdcc14fcb0653ebb57c31b7e6f55fd484d200015dc7c15
  • Pointer size: 131 Bytes
  • Size of remote file: 812 kB
test/basement/000031_measurement.png ADDED

Git LFS Details

  • SHA256: 97b5c9afabee6e51af2b9bf3afe3979b1b1b213bf0f5628935e8296fe4c88207
  • Pointer size: 131 Bytes
  • Size of remote file: 879 kB
test/basement/000032_measurement.png ADDED

Git LFS Details

  • SHA256: 100e8976c60ac3057d6f0ff505a4fafe8a5824807c6c27c50f80ae27c3b608a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.08 MB
test/basement/000033_measurement.png ADDED

Git LFS Details

  • SHA256: 51c2ad89dd184c96c2064809276ab6442a4570801ea2810b659577762f4ee608
  • Pointer size: 132 Bytes
  • Size of remote file: 1.19 MB
test/basement/000034_measurement.png ADDED

Git LFS Details

  • SHA256: 68e330597f6144f1d3de9dc7450f2a832ecc84424d4540a030844897a62e9b28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
test/basement/000035_measurement.png ADDED

Git LFS Details

  • SHA256: a598cda3fb80481294515de662ed276f3cb28491e98321bd835f46dd02275db3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.07 MB
test/basement/000036_measurement.png ADDED

Git LFS Details

  • SHA256: daa9aa77c6db82265a07867e01c5012818c4f561bbb97d0badedfc4de8d022ab
  • Pointer size: 131 Bytes
  • Size of remote file: 817 kB
test/bedroom-interior/000000_measurement.png ADDED

Git LFS Details

  • SHA256: 869ea72d1d9121c71a87a95218314bb21ee592951bb4d4d269c11accca79be55
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
test/bedroom-interior/000001_measurement.png ADDED

Git LFS Details

  • SHA256: 90295fd8c742af81a979c86d09094fb313235ac5147a02180a459388a6f93302
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
test/bedroom-interior/000002_measurement.png ADDED

Git LFS Details

  • SHA256: a36ef312c0a46f0be01ff7f719515d9dd985ef19ad74bb440bfb523cb4d3b72a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
test/bedroom-interior/000003_measurement.png ADDED

Git LFS Details

  • SHA256: ced29db5371db1274c639280c8caaafaa25c345948e9a8cae97fb71620e54e67
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
test/bedroom-interior/000004_measurement.png ADDED

Git LFS Details

  • SHA256: 1e954e5f584aa3888781d6ae1342bf545bb445dd2a75fd8d10836e72b3dab9ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
test/bedroom-interior/000005_measurement.png ADDED

Git LFS Details

  • SHA256: 362bde51461ea157f85e3bd1b25de0f41504a7e05abf0014d182c31b63d430fb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
test/bedroom-interior/000006_measurement.png ADDED

Git LFS Details

  • SHA256: 6c14818f1755004d8252efd2b411d15be6f442f1dfbfdf28c0515f5fd8348997
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
test/bedroom-interior/000007_measurement.png ADDED

Git LFS Details

  • SHA256: decf31d138dc80d2cf4c9dea94d48fe2a9c81d0d75260cd66e369da74748258c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
test/bedroom-interior/000008_measurement.png ADDED

Git LFS Details

  • SHA256: 715b2e1648134e543d109e53a04c2ce4e34073cc3e3ffe6673e5950d2c033760
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
test/bedroom-interior/000009_measurement.png ADDED

Git LFS Details

  • SHA256: 29fb07dd2d90ddf47f48c62ddd3fb5efa067559683c04e18e94ceea2664c6281
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB