prajnan commited on
Commit
1d7222d
·
verified ·
1 Parent(s): 18d8f96

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +112 -0
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: mixed-source-licenses
4
+ license_link: LICENSE
5
+ pretty_name: 2D3D-MATR Preprocessed Benchmarks (7-Scenes & RGB-D Scenes v2)
6
+ tags:
7
+ - image-to-point-cloud correspondences
8
+ - 2d-3d registration
9
+ - 7Scenes
10
+ - RGBDScenesV2
11
+ ---
12
+
13
+ # 2D3D-MATR Preprocessed Datasets (7-Scenes & RGB-D Scenes v2)
14
+
15
+ This repository hosts the **preprocessed image-to-point-cloud data** used by 2D3D-MATR (ICCV 2023) for training and evaluation of 2D–3D registration between RGB images and point clouds. The data is derived from two upstream datasets:
16
+
17
+ - **Microsoft 7-Scenes**
18
+ - **RGB-D Scenes v2** (University of Washington)
19
+
20
+ Frames have been sampled and paired with corresponding point cloud fragments, with ground-truth 2D–3D correspondences and relative poses, following the protocol described in the 2D3D-MATR paper.
21
+
22
+ > ⚠️ This repository contains **preprocessed derivatives** of the original datasets. The licensing terms of the original data still apply. Please read the License section carefully before downloading.
23
+
24
+ ## Dataset Structure
25
+
26
+ ```text
27
+ data/Datasets/
28
+ └── 7Scenes/
29
+ | ├── metadata/
30
+ | └── data/
31
+ | ├── chess/
32
+ | ├── fire/
33
+ | ├── heads/
34
+ | ├── office/
35
+ | ├── pumpkin/
36
+ | ├── redkitchen/
37
+ | └── stairs/
38
+ └── RGBDScenesV2/
39
+ ├── metadata/
40
+ └── data/
41
+ ├── rgbd-scenes-v2-scene_01/
42
+ ├── ...
43
+ └── rgbd-scenes-v2-scene_14/
44
+ ```
45
+
46
+
47
+ ## Intended Use
48
+
49
+ These splits are intended for **non-commercial academic research** on image-to-point-cloud registration, cross-modal feature learning, and related 3D vision tasks. The preprocessed data is provided for reproducibility of the 2D3D-MATR's evaluation protocol.
50
+
51
+ ## License
52
+
53
+ This repository **does not relicense** the upstream data. Two distinct licenses apply, and users must comply with both:
54
+
55
+ ### 7-Scenes (Microsoft Research)
56
+
57
+ The 7-Scenes data is distributed under the **Microsoft Research License Agreement (MSR-LA)** and is provided for **non-commercial use only**. By downloading any portion of the 7-Scenes-derived data in this repository, you accept the terms of the MSR-LA. The original license can be obtained from the [7-Scenes project page](https://www.microsoft.com/en-us/research/project/rgb-d-dataset-7-scenes/).
58
+
59
+ ### RGB-D Scenes v2 (University of Washington)
60
+
61
+ The RGB-D Scenes v2 dataset is publicly released by the University of Washington (Lai, Bo, and Fox) on the [RGB-D Object Dataset website](https://rgbd-dataset.cs.washington.edu/dataset/). The original release page does not specify an explicit license; it is widely used in the research community for academic, non-commercial purposes with attribution. Users wishing to redistribute or use the data outside of academic research should contact the original authors for explicit permission.
62
+
63
+ ### Preprocessing Scripts and Metadata
64
+
65
+ Any preprocessing scripts, metadata files, and split definitions authored as part of 2D3D-MATR and included in this repository are made available under the same terms as the original 2D3D-MATR release for research reproducibility. They are derivative works of the upstream datasets and inherit the upstream restrictions for the data portions.
66
+
67
+ If you intend to use this data for any **commercial purpose**, you must obtain permission from the respective dataset owners (Microsoft Research for 7-Scenes; the University of Washington for RGB-D Scenes v2).
68
+
69
+ ## Citation
70
+
71
+ If you use this preprocessed data, please cite the 2D3D-MATR paper:
72
+
73
+ ```bibtex
74
+ @inproceedings{li20232d3d,
75
+ title={2D3D-MATR: 2D-3D Matching Transformer for Detection-free Registration between Images and Point Clouds},
76
+ author={Li, Minhao and Qin, Zheng and Gao, Zhirui and Yi, Renjiao and Zhu, Chenyang and Guo, Yulan and Xu, Kai},
77
+ booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
78
+ pages={14128--14138},
79
+ year={2023}
80
+ }
81
+ ```
82
+
83
+ Please **also cite the original dataset papers**:
84
+
85
+ **7Scenes**
86
+
87
+ ```bibtex
88
+ @inproceedings{shotton2013scene,
89
+ title={Scene coordinate regression forests for camera relocalization in RGB-D images},
90
+ author={Shotton, Jamie and Glocker, Ben and Zach, Christopher and Izadi, Shahram and Criminisi, Antonio and Fitzgibbon, Andrew},
91
+ booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
92
+ pages={2930--2937},
93
+ year={2013}
94
+ }
95
+ ```
96
+
97
+ **RGBDScenesV2**
98
+
99
+ ```bibtex
100
+ @inproceedings{lai2014unsupervised,
101
+ title={Unsupervised feature learning for 3D scene labeling},
102
+ author={Lai, Kevin and Bo, Liefeng and Fox, Dieter},
103
+ booktitle={2014 IEEE International Conference on Robotics and Automation (ICRA)},
104
+ pages={3050--3057},
105
+ year={2014},
106
+ organization={IEEE}
107
+ }
108
+ ```
109
+
110
+ ## Acknowledgements
111
+
112
+ We thank the authors of 7-Scenes (Microsoft Research) and RGB-D Scenes v2 (University of Washington) for releasing the original data, and the authors of 2D3D-MATR for the benchmark protocol, and the preprocessing data.