Ruicheng commited on
Commit
d7580d2
·
verified ·
1 Parent(s): 9964418

Upload folder using huggingface_hub

Browse files
Files changed (11) hide show
  1. DDAD.zip +3 -0
  2. DIODE.zip +3 -0
  3. ETH3D.zip +3 -0
  4. GSO.zip +3 -0
  5. HAMMER.zip +3 -0
  6. KITTI.zip +3 -0
  7. NYUv2.zip +3 -0
  8. README.md +66 -3
  9. Sintel.zip +3 -0
  10. Spring.zip +3 -0
  11. iBims-1.zip +3 -0
DDAD.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c02d129bc6bab82a3cdc523a3766746ec4baa0c0bb29389ef3ac77cf4be8392
3
+ size 596996821
DIODE.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f3047150d309f822fc5dc68aa9a67c7eb3a1eb358c65420e85ffb36274af98a
3
+ size 572740140
ETH3D.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a72592c238113e46e74cf29ca7df306a6c5c9d050de396cdd257d0ed2783ab10
3
+ size 1358222402
GSO.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a176dde54ec8a26bec7cbb269c6514987dd781cfa8d335e46120b2f25051cace
3
+ size 81806034
HAMMER.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5a92384b112db9d0b468de9700d639f071ff464b5501560f4a33bcfd6a27098
3
+ size 402627213
KITTI.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:598d2c9a722b8acefaad6eddb52dc4586678f5bec21de121587b8f5e62cb001a
3
+ size 248798343
NYUv2.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b84a96bfe26db255d61983c39551dc1be6a00a460e2327a0e4084d663fa4e6ca
3
+ size 245955535
README.md CHANGED
@@ -1,3 +1,66 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ Processed versions of some open-source datasets for evaluation of monocular geometry estimation.
4
+
5
+ | Dataset | Source | Publication | Num images | Storage Size | Note
6
+ | --- | --- | --- | --- | --- | --- |
7
+ | NYUv2 | [NYU Depth Dataset V2](https://cs.nyu.edu/~fergus/datasets/nyu_depth_v2.html) | [1] | 654 | 243 MB | Offical test split. Mirror, glass and window manually removed. Depth beyound 5 m truncated. |
8
+ | KITTI | [KITTI Vision Benchmark Suite](https://www.cvlibs.net/datasets/kitti/) | [2, 3] | 652 | 246 MB | Eigen's test split. |
9
+ | ETH3D | [ETH3D SLAM & Stereo Benchmarks](https://www.eth3d.net/) | [4] | 454 | 1.3 GB | Downsized from 6202×4135 to 2048×1365 |
10
+ | iBims-1 | [iBims-1 (independent Benchmark images and matched scans - version 1)](https://www.asg.ed.tum.de/lmf/ibims1/) | [5, 6] | 100 | 41 MB |
11
+ | GSO | [Google Scanned Objects](https://research.google/blog/scanned-objects-by-google-research-a-dataset-of-3d-scanned-common-household-items/) | [7] | 1030 | 94 MB | Rendered images at 512x512 resolution.
12
+ | Sintel | [MPI Sintel Dataset](http://sintel.is.tue.mpg.de/) | [8] | 1064 | 530 MB | Sky regions manually removed.
13
+ | DDAD | [DDAD - Dense Depth for Autonomous Driving](https://github.com/TRI-ML/DDAD) | [9] | 1000 | 593 MB | Uniformly selected from the original validation set. The vechile itself occupies a small portion of the image, which is cropped out.
14
+ | DIODE | [DIODE: A Dense Indoor and Outdoor DEpth Dataset](https://diode-dataset.org/) | [10] | 771 | 558 MB | Validation split, 325 indoor and 458 outdoor images. Boundary artifacts filtered. FOV corrected as addressed in this [issue](https://github.com/diode-dataset/diode-devkit/issues/20) |
15
+ | Spring | [Spring dataset and benchmark](https://spring-benchmark.org/) | [11] | 1000 | 1.6 GB | Uniformly selected 1/5 of the frames from the original 5000 frames. |
16
+ | HAMMER | [HAMMER - Highly Accurate Multi-Modal Dataset for DEnse 3D Scene Regression](https://www.campar.in.tum.de/public_datasets/2022_arxiv_jung/) | [12] | 775 | 397 MB |
17
+
18
+ ## Download
19
+
20
+ Make sure `huggingface_hub` is installed. If not installed:
21
+
22
+ ```bash
23
+ pip install huggingface_hub
24
+ ```
25
+
26
+ Download:
27
+
28
+ ```bash
29
+ huggingface-cli download dataset_name --repo-type dataset --local-dir /PATH/TO/DOWNLOAD/DIRECTORY --local-dir-use-symlinks False
30
+ ```
31
+
32
+ Extract the zip files: (each dataset has a separate zip file)
33
+
34
+ ```bash
35
+ cd /PATH/TO/DOWNLOAD/DIRECTORY
36
+ unzip *.zip
37
+ ```
38
+
39
+ Please refer to [https://github.com/microsoft/MoGe/blob/main/moge/utils/io.py](https://github.com/microsoft/MoGe/blob/42cb86af5e0f8873ff966f758033fac30a86fa49/moge/utils/io.py#L86) for reading the depth maps.
40
+
41
+
42
+ ## Reference
43
+
44
+ [1] Silberman, N., Hoiem, D., Kohli, P. and Fergus, R., 2012. Indoor segmentation and support inference from rgbd images. In Computer Vision–ECCV 2012: 12th European Conference on Computer Vision, Florence, Italy, October 7-13, 2012, Proceedings, Part V 12 (pp. 746-760). Springer Berlin Heidelberg.
45
+
46
+ [2] Geiger, A., Lenz, P. and Urtasun, R., 2012, June. Are we ready for autonomous driving? the kitti vision benchmark suite. In 2012 IEEE conference on computer vision and pattern recognition (pp. 3354-3361). IEEE.
47
+
48
+ [3] Geiger, A., Lenz, P., Stiller, C. and Urtasun, R., 2013. Vision meets robotics: The kitti dataset. The international journal of robotics research, 32(11), pp.1231-1237.
49
+
50
+ [4] T. Schöps, T. Sattler, M. Pollefeys, "BAD SLAM: Bundle Adjusted Direct RGB-D SLAM", Conference on Computer Vision and Pattern Recognition (CVPR), 2019.
51
+
52
+ [5] Koch, Tobias; Liebel, Lukas; Körner, Marco; Fraundorfer, Friedrich: Comparison of monocular depth estimation methods using geometrically relevant metrics on the IBims-1 dataset. Computer Vision and Image Understanding (CVIU) 191, 2020, 102877
53
+
54
+ [6] Koch, Tobias; Liebel, Lukas; Fraundorfer, Friedrich; Körner, Marco: Evaluation of CNN-Based Single-Image Depth Estimation Methods. Proceedings of the European Conference on Computer Vision Workshops (ECCV-WS), Springer International Publishing, 2019, 331-348
55
+
56
+ [7] Downs, L., Francis, A., Koenig, N., Kinman, B., Hickman, R., Reymann, K., McHugh, T.B. and Vanhoucke, V., 2022, May. Google scanned objects: A high-quality dataset of 3d scanned household items. In 2022 International Conference on Robotics and Automation (ICRA) (pp. 2553-2560). IEEE.
57
+
58
+ [8] Butler, D.J., Wulff, J., Stanley, G.B. and Black, M.J., 2012. A naturalistic open source movie for optical flow evaluation. In Computer Vision–ECCV 2012: 12th European Conference on Computer Vision, Florence, Italy, October 7-13, 2012, Proceedings, Part VI 12 (pp. 611-625). Springer Berlin Heidelberg.
59
+
60
+ [9] Guizilini, V., Ambrus, R., Pillai, S., Raventos, A. and Gaidon, A., 2020. 3d packing for self-supervised monocular depth estimation. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition (pp. 2485-2494).
61
+
62
+ [10] Vasiljevic, I., Kolkin, N., Zhang, S., Luo, R., Wang, H., Dai, F.Z., Daniele, A.F., Mostajabi, M., Basart, S., Walter, M.R. and Shakhnarovich, G., 2019. Diode: A dense indoor and outdoor depth dataset. arXiv preprint arXiv:1908.00463.
63
+
64
+ [11] Mehl, L., Schmalfuss, J., Jahedi, A., Nalivayko, Y. and Bruhn, A., 2023. Spring: A high-resolution high-detail dataset and benchmark for scene flow, optical flow and stereo. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (pp. 4981-4991).
65
+
66
+ [12] Jung, H., Ruhkamp, P., Zhai, G., Brasch, N., Li, Y., Verdie, Y., Song, J., Zhou, Y., Armagan, A., Ilic, S. and Leonardis, A., 2023. On the importance of accurate geometry data for dense 3D vision tasks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (pp. 780-791).
Sintel.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5101ae6c3b0b06b6be3e11fc49f54c6bbd8245b8c8806fd857de0ae6f1c6964a
3
+ size 533712960
Spring.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b03c58f88abc86df6150e097f209f0bdbc86eece10dafe5fd7d30b4b8a7054a
3
+ size 1607913924
iBims-1.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27346601aa4c157afd3b8b8de1a9682587ca05844591051dfc702e64a5859402
3
+ size 40777195