Datasets:

ArXiv:
License:
zeyum commited on
Commit
b513170
·
verified ·
1 Parent(s): edbec3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -1,3 +1,28 @@
1
- ---
2
- license: bsd-3-clause
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bsd-3-clause
3
+ ---
4
+
5
+ # SimpleProc Dataset
6
+
7
+ This is the official WebDataset hosting for the SimpleProc dataset. Please find the download instructions in the official repository https://github.com/princeton-vl/SimpleProc.
8
+
9
+ ## Dataset Structure
10
+
11
+ The dataset is hosted as flattened `.tar` shards (e.g., `shard-000000.tar`). Inside these shards, all files belonging to a specific frame share a unified prefix:
12
+
13
+ * `scene_[scene_id]_[frame_id].png` : The rendered RGB image
14
+ * `scene_[scene_id]_[frame_id].npy` : The corresponding depth map
15
+ * `scene_[scene_id]_[frame_id]_cam.txt` : The camera parameters
16
+
17
+ ## Citation
18
+
19
+ ```bibtex
20
+ @misc{simpleproc2026,
21
+ title={SimpleProc: Fully Procedural Synthetic Data from Simple Rules for Multi-View Stereo},
22
+ author={Zeyu Ma and Alexander Raistrick and Jia Deng},
23
+ year={2026},
24
+ eprint={2604.04925},
25
+ archivePrefix={arXiv},
26
+ primaryClass={cs.CV},
27
+ url={https://arxiv.org/abs/2604.04925}
28
+ }