ZhengGuangze commited on
Commit
3625d59
·
verified ·
1 Parent(s): 6c0505b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### MVS-Synth Dataset for LBM
2
+ Preprocessed [MVS-Synth Dataset](https://phuang17.github.io/DeepMVS/mvs-synth.html) following [CUT3R](https://github.com/CUT3R/CUT3R).
3
+
4
+ Each scene contains the following structure when extracted:
5
+
6
+ ```
7
+ 0000/
8
+ ├── cam/
9
+ | ├── 0000.npz
10
+ | ├── 0001.npz
11
+ | ├── ...
12
+ ├── depth/
13
+ | ├── 0000.npy
14
+ | ├── 0001.npy
15
+ | ├── ...
16
+ └── rgb/
17
+ ├── 0000.jpg
18
+ ├── 0001.jpg
19
+ ├── ...
20
+ ```
21
+
22
+ Please note:
23
+ 1. 120 sequences in total.
24
+ 2. 12000 frames in total.