ROVR-Network commited on
Commit
cff181c
·
verified ·
1 Parent(s): cd85bb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +188 -3
README.md CHANGED
@@ -1,3 +1,188 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div align="center">
2
+ <img src="https://raw.githubusercontent.com/rovr-network/ROVR-Open-Dataset/main/images/rovrcar.jpg" alt="ROVR-Car" width="700"/>
3
+ </div>
4
+
5
+ # ROVR Open Dataset
6
+
7
+ [![arXiv](https://img.shields.io/badge/arXiv-2508.13977v1%20[cs.CV]-b31b1b)](https://arxiv.org/abs/2508.13977)
8
+ [![Project Page](https://img.shields.io/badge/Project%20Page-ROVR--Open--Dataset-blue)](https://xiandaguo.net/ROVR-Open-Dataset/)
9
+ [![Hugging Face 🤗](https://img.shields.io/badge/HuggingFace-ROVRNetwork-orange)](https://huggingface.co/ROVRNetwork)
10
+ [![Benchmark](https://img.shields.io/badge/Benchmark-ROVR%20Open%20Dataset-yellow)](https://drive.google.com/drive/folders/1nCT6grlveES2kYwYU6NPyjiF3rhJ-NZk?usp=sharing)
11
+
12
+
13
+ ## Introduction
14
+ Welcome to the **ROVR Open Dataset** repository! This dataset is designed to empower autonomous driving and robotics research by providing rich, real-world data captured from ADAS cameras and LiDAR sensors. The dataset spans **50+ countries** with over **20 million kilometers** of driving data, making it ideal for training and developing advanced AI algorithms for depth estimation, object detection, and semantic segmentation.
15
+
16
+ <div align="center">
17
+ <img src="https://raw.githubusercontent.com/rovr-network/ROVR-Open-Dataset/main/images/Exploded%20View.png" alt="LightCone" width="500"/>
18
+ </div>
19
+
20
+ ## Key Features
21
+ - **Global Coverage:** 50+ countries with diverse driving environments and road scenarios.
22
+ - **High-Resolution Data:** Data from high-precision **ADAS cameras** and **LiDAR sensors**.
23
+ - **Real-World Scenarios:** Over **20M+ kilometers** of real-world driving data representing various environments and conditions.
24
+ - **Comprehensive Data Types:** Includes point clouds, monocular depth estimation, object detection, and semantic segmentation.
25
+
26
+ <div align="center">
27
+ <img src="https://raw.githubusercontent.com/rovr-network/ROVR-Open-Dataset/main/images/Global%20coverage%20for%20scalable%20autonomy.png" alt="coverage" width="500"/>
28
+ </div>
29
+
30
+ ## Dataset Overview
31
+ ROVR Open Dataset includes various data types to support different autonomous driving tasks:
32
+
33
+ - **LiDAR Point Clouds:** Dense 3D point clouds for precise depth estimation and scene analysis.
34
+ - **Monocular Depth Estimation:** High-precision depth information to aid autonomous driving perception.
35
+ - **Object Detection:** Real-time detection of vehicles, pedestrians, and obstacles.
36
+ - **Semantic Segmentation:** Pixel-level segmentation of roads, obstacles, and other features.
37
+
38
+ <table align="center">
39
+ <tr>
40
+ <td align="center" style="padding: 10px;">
41
+ <img src="https://raw.githubusercontent.com/rovr-network/ROVR-Open-Dataset/main/images/points_cloud_uniform.gif" width="300"><br/>
42
+ <strong>LiDAR Point Clouds</strong>
43
+ </td>
44
+ <td align="center" style="padding: 10px;">
45
+ <img src="https://raw.githubusercontent.com/rovr-network/ROVR-Open-Dataset/main/images/monocular_depth_estimation_uniform.gif" width="300"><br/>
46
+ <strong>Monocular Depth Estimation</strong>
47
+ </td>
48
+ </tr>
49
+ <tr>
50
+ <td align="center" style="padding: 10px;">
51
+ <img src="https://raw.githubusercontent.com/rovr-network/ROVR-Open-Dataset/main/images/object_detection_uniform.gif" width="300"><br/>
52
+ <strong>Object Detection</strong>
53
+ </td>
54
+ <td align="center" style="padding: 10px;">
55
+ <img src="https://raw.githubusercontent.com/rovr-network/ROVR-Open-Dataset/main/images/semantic_segmentation_uniform.gif" width="300"><br/>
56
+ <strong>Semantic Segmentation</strong>
57
+ </td>
58
+ </tr>
59
+ </table>
60
+
61
+ ## ROVR Open Dataset Overview
62
+
63
+ ### Dataset Volume
64
+ The first batch of the ROVR Open Dataset includes **1,363 clips**, each containing **30 seconds of data**, collected from diverse global environments to support autonomous driving research.
65
+
66
+ ### Scene Coverage
67
+ The dataset spans three scene types, each with varied conditions to ensure comprehensive representation:
68
+
69
+ - **Highway**: High-speed road scenarios.
70
+ - **Urban**: City environments with complex traffic patterns.
71
+ - **Rural**: Less dense, open-road settings.
72
+
73
+ **Conditions**: Each scene type includes **Day**, **Night**, and **Rainy** conditions for robust scenario diversity.
74
+
75
+ ### Dataset Split
76
+ The dataset is divided as follows:
77
+
78
+ - **Training Set**: 1,296 clips
79
+ - **Test Set**: 67 clips
80
+
81
+ ### Annotations
82
+ - **Current**: Ground truth annotations are provided for **monocular depth estimation**.
83
+ - **Planned**: Annotations for **object detection** and **semantic segmentation** will be included in future releases.
84
+
85
+ ### Future Releases
86
+ A second batch of data is planned for open-source release to further expand the dataset’s scope and utility.
87
+
88
+ ## Challenges
89
+ We will be hosting global challenges to advance autonomous driving research. These challenges will focus on the following areas:
90
+
91
+ - **Monocular Depth Estimation (Coming Soon):** Depth estimation algorithms using camera and LiDAR ground truth.
92
+ - **Fusion Detection & Segmentation (Coming Soon):** Real-time vehicle and obstacle detection using camera and LiDAR data, along with pixel-level segmentation.
93
+
94
+ ## Licensing
95
+
96
+ The dataset is available under the following licenses:
97
+
98
+ - **Open-Source License (CC BY-NC-SA 4.0):** Free for non-commercial research with attribution.
99
+ - **Commercial License (CC BY 4.0):** Full access for commercial use, with attribution required.
100
+
101
+ For detailed licensing information, please see [LICENSE.md](https://github.com/rovr-network/ROVR-Open-Dataset/blob/main/LICENSE.md).
102
+
103
+
104
+
105
+ ## ROVR Network Open Dataset
106
+
107
+ ### Getting Started
108
+ Explore, download, and contribute to **ROVR Open Dataset** to help shape the future of autonomous driving.
109
+
110
+ [![Access Dataset Samples](https://img.shields.io/badge/Access-Dataset%20Samples-blue)](https://github.com/rovr-network/ROVR-Open-Dataset/tree/main/Samples/20250517173254-1025040009-34-lUNe)
111
+
112
+ ---
113
+
114
+ ### Dataset Usage Rules
115
+ This dataset and its subsets can only be used after signing the [agreement](https://github.com/rovr-network/ROVR-Open-Dataset/blob/main/images/ROVR_Open_Dataset_Agreement.pdf).
116
+
117
+ Without permission, it is not allowed to forward, publish, or distribute this dataset or its subsets to any organization or individual in any way or by any means.
118
+
119
+ Any copy and sharing requests should be forwarded to the official contact email.
120
+
121
+ Please cite our paper if the **ROVR Open Dataset** is useful to your research.
122
+
123
+ ---
124
+
125
+ ### Full Dataset Access
126
+ All users can obtain and use this dataset and its subsets only after signing the Agreement and sending it to the official contact email.
127
+
128
+ For students, research groups, or research institutions who need to obtain this data, signatures of both the Responsible Party and the Point of Contact (POC) are required:
129
+
130
+ - **Responsible Party**: Tutor of the research group or a representative of the research institution, with authority to sign the agreement. Must be permanent personnel of the institution.
131
+ - **Point of Contact (POC)**: Individual with detailed knowledge of the dataset application. In some cases, the Responsible Party and the POC may be the same person.
132
+ - The homepage of the Responsible Party (or research group, laboratory, department, etc.) must be provided to prove the role.
133
+
134
+ Please send the signed Agreement in scanned copy format to the official contact email:
135
136
+
137
+ Please CC the Responsible Party when sending the email.
138
+
139
+ **Email format for ROVR Open Dataset application**:
140
+
141
+ - **Subject**: ROVR Open Dataset Application
142
+ - **CC**: The email address of the Responsible Party
143
+ - **Attachment**: `ROVR_Open_Dataset_Agreement.pdf` (scanned copy)
144
+ ---
145
+
146
+ ### Citation
147
+ If you use the **ROVR Open Dataset** or related resources, please cite us as:
148
+
149
+ ```bibtex
150
+ @article{guo2025rovr,
151
+ title={ROVR-Open-Dataset: A Large-Scale Depth Dataset for Autonomous Driving},
152
+ author={Guo, Xianda and Zhang, Ruijun and Duan, Yiqun and Wang, Ruilin and Zhou, Keyuan and Zheng, Wenzhao and Huang, Wenke and Xu, Gangwei and Horton, Mike and Si, Yuan and Zhao, Hao and Chen, Long},
153
+ journal={arXiv preprint arXiv:2508.13977},
154
+ year={2025}
155
+ }
156
+ ```
157
+
158
+ ## Join the Community
159
+
160
+ Contribute to the development of autonomous driving technologies by joining the ROVR community:
161
+
162
+ - [Visit our Official Website](https://rovr.network/#/)
163
+ - [Follow us on X](https://x.com/ROVR_Network)
164
+ - [Join the Discussion on Discord](https://discord.com/invite/eUw3Hn4ruF)
165
+ - [Contribute on GitHub](https://github.com/rovr-network/ROVR-Open-Dataset/tree/main)
166
+
167
+ ## Collaborators
168
+
169
+ We are proud to collaborate with the following partners, with more to be added in the future:
170
+
171
+ <table>
172
+ <tr>
173
+ <td align="center">
174
+ <img src="https://raw.githubusercontent.com/rovr-network/ROVR-Open-Dataset/main/images/GeoDNET_logo.png" alt="GeoDNET Logo" height="80"/>
175
+ </td>
176
+ <td align="center">
177
+ <img src="https://raw.githubusercontent.com/rovr-network/ROVR-Open-Dataset/main/images/Tsinghua_logo.png" alt="Tsinghua Logo" height="80"/>
178
+ </td>
179
+ <td align="center">
180
+ <img src="https://raw.githubusercontent.com/rovr-network/ROVR-Open-Dataset/main/images/UC_Berkeley_logo.png" alt="UC Berkeley Logo" height="80"/>
181
+ </td>
182
+ </tr>
183
+ </table>
184
+
185
+ ## Support & Documentation
186
+ For more information on how to get started, explore our documentation or contact us for support:
187
+
188
+ - [View the Documentation](https://rovr-network.gitbook.io/rovr-docs)