Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- stereo
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# StereoFromCarla
|
| 8 |
+
|
| 9 |
+
[\[📂 GitHub\]](https://github.com/XiandaGuo/OpenStereo)
|
| 10 |
+
|
| 11 |
+
## Introduction
|
| 12 |
+
|
| 13 |
+
Welcome to the StereoFromCarla Open Dataset! This dataset is designed to support research and development in the field of Stereo Depth Estimation. The dataset is composed of data collected from CARLA simulator.
|
| 14 |
+
|
| 15 |
+
The subset of finished Stereo Dataset, Normal Town01, is uploaded here. The whole dataset is uploaded through bypy.
|
| 16 |
+
|
| 17 |
+
## Data List
|
| 18 |
+
|
| 19 |
+
### StereoFromCarla
|
| 20 |
+
|
| 21 |
+
Normal Town01
|
| 22 |
+
|
| 23 |
+
### StereoFromCarla
|
| 24 |
+
|
| 25 |
+
Completed(链接:https://pan.baidu.com/s/1SrVQ1nFkVNusfX-fP2yfLg?pwd=d014
|
| 26 |
+
提取码:d014
|
| 27 |
+
--来自百度网盘超级会员V3的分享)
|
| 28 |
+
|
| 29 |
+
## Citation
|
| 30 |
+
|
| 31 |
+
If you find this project useful in your research, please consider citing:
|
| 32 |
+
|
| 33 |
+
```BibTeX
|
| 34 |
+
@misc{guo2024stereoanythingunifyingstereo,
|
| 35 |
+
title={Stereo Anything: Unifying Stereo Matching with Large-Scale Mixed Data},
|
| 36 |
+
author={Xianda Guo and Chenming Zhang and Youmin Zhang and Dujun Nie and Ruilin Wang and Wenzhao Zheng and Matteo Poggi and Long Chen},
|
| 37 |
+
year={2024},
|
| 38 |
+
eprint={2411.14053},
|
| 39 |
+
archivePrefix={arXiv},
|
| 40 |
+
primaryClass={cs.CV},
|
| 41 |
+
url={https://arxiv.org/abs/2411.14053},
|
| 42 |
+
}
|
| 43 |
+
```
|