haotongl commited on
Commit
7360e19
·
verified ·
1 Parent(s): a1f2967

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: scenenet-rgbd-original
4
+ license_link: https://robotvault.bitbucket.io/scenenet-rgbd.html
5
+ tags:
6
+ - depth-estimation
7
+ - scene-understanding
8
+ - rgb-d
9
+ - synthetic
10
+ pretty_name: SceneNetRGBD
11
+ ---
12
+
13
+ # SceneNetRGBD
14
+
15
+ This is a mirror of the **SceneNetRGBD** dataset. The original download links at [https://robotvault.bitbucket.io/scenenet-rgbd.html](https://robotvault.bitbucket.io/scenenet-rgbd.html) are no longer available, so this copy is provided here for research convenience.
16
+
17
+ ## Files
18
+
19
+ | File | Description |
20
+ |------|-------------|
21
+ | `SceneNetRGBD-val.tar.gz` | Validation set (~15 GB) |
22
+ | `train_0.tar.gz` – `train_16.tar.gz` | Training set split into 17 shards (~16 GB each, ~277 GB total) |
23
+
24
+ ## Citation
25
+
26
+ If you use this dataset, please cite the original paper:
27
+
28
+ ```bibtex
29
+ @inproceedings{mccormac2017scenenet,
30
+ title={SceneNet RGB-D: Can 5M Synthetic Images Beat Generic ImageNet Pre-training on Indoor Segmentation?},
31
+ author={McCormac, John and Handa, Ankur and Leutenegger, Stefan and Davison, Andrew J},
32
+ booktitle={Proceedings of the IEEE International Conference on Computer Vision (ICCV)},
33
+ year={2017}
34
+ }
35
+ ```
36
+
37
+ ## Disclaimer
38
+
39
+ **All copyrights belong to the original authors.** This repository is an unofficial mirror created solely because the original download links are no longer functional. This dataset is redistributed for academic and research purposes only. If you are an original author and would like this mirror removed, please open an issue.