dangth2004 commited on
Commit
bc6aeb4
·
verified ·
1 Parent(s): 9a4347a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -22,4 +22,35 @@ The dataset follows the standard **Eigen Split** for training, validation, and t
22
 
23
  - **Original Image Source:** KITTI Vision Benchmark Suite (Raw Data)
24
  - **Depth Generator:** Depth Anything V2
25
- - **Data Format:** RGB images in `.png`, Depth maps in `.npy` (float32) for zero-loss precision.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  - **Original Image Source:** KITTI Vision Benchmark Suite (Raw Data)
24
  - **Depth Generator:** Depth Anything V2
25
+ - **Data Format:** RGB images in `.png`, Depth maps in `.npy` (float32) for zero-loss precision.
26
+
27
+ ## Citation & Acknowledgments
28
+ If you use this dataset in your research, please consider citing the original KITTI dataset and the authors of Depth Anything V2:
29
+ Depth Anything V2:
30
+ ```
31
+ @article{depth_anything_v2,
32
+ title={Depth Anything V2},
33
+ author={Yang, Lihe and Kang, Bingyi and Huang, Zilong and Zhao, Zhen and Xu, Xiaogang and Feng, Jiashi and Zhao, Hengshuang},
34
+ journal={arXiv preprint arXiv:2406.09414},
35
+ year={2024}
36
+ }
37
+ ```
38
+
39
+ KITTI Dataset:
40
+ ```
41
+ @article{Geiger2013IJRR,
42
+ author = {Andreas Geiger and Philip Lenz and Christoph Stiller and Raquel Urtasun},
43
+ title = {Vision meets Robotics: The KITTI Dataset},
44
+ journal = {International Journal of Robotics Research (IJRR)},
45
+ year = {2013}
46
+ }
47
+ ```
48
+
49
+ ```
50
+ @inproceedings{Menze2015CVPR,
51
+ author = {Moritz Menze and Andreas Geiger},
52
+ title = {Object Scene Flow for Autonomous Vehicles},
53
+ booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
54
+ year = {2015}
55
+ }
56
+ ```