phuang17 commited on
Commit
73e4b0a
·
verified ·
1 Parent(s): e08cc6d

Update links to the datasets

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  # Dataset Card for Dataset Name
2
 
3
  MVS-Synth Dataset is a photo-realistic synthetic dataset prepared for
@@ -30,6 +33,12 @@ any such party.
30
 
31
  ## Dataset Structure
32
 
 
 
 
 
 
 
33
  The depth maps are stored in EXR format with half-precision floating-point numbers. The zero-disparity
34
  pixels (such as sky) are stored as inf. There are no invalid or unavailable depths. Take the reciprocal
35
  of depth maps to convert them to disparity maps used in our paper.
 
1
+ ---
2
+ license: other
3
+ ---
4
  # Dataset Card for Dataset Name
5
 
6
  MVS-Synth Dataset is a photo-realistic synthetic dataset prepared for
 
33
 
34
  ## Dataset Structure
35
 
36
+ Three resolutions are provided:
37
+
38
+ - [GTAV_1080.tar.gz](https://huggingface.co/datasets/phuang17/MVS-Synth/blob/main/GTAV_1080.tar.gz): 1920px × 1080px (34GB)
39
+ - [GTAV_720.tar.gz](https://huggingface.co/datasets/phuang17/MVS-Synth/blob/main/GTAV_720.tar.gz): 1280px × 720px (16GB)
40
+ - [GTAV_540.tar.gz](https://huggingface.co/datasets/phuang17/MVS-Synth/blob/main/GTAV_540.tar.gz): 960px × 540px (9GB)
41
+
42
  The depth maps are stored in EXR format with half-precision floating-point numbers. The zero-disparity
43
  pixels (such as sky) are stored as inf. There are no invalid or unavailable depths. Take the reciprocal
44
  of depth maps to convert them to disparity maps used in our paper.