djghosh commited on
Commit
b7565cc
1 Parent(s): c33dffb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # KITTI Closest Vehicle Distance (Test set only)
2
+
3
+ Original paper: [Vision meets Robotics: The KITTI Dataset](https://www.cvlibs.net/publications/Geiger2013IJRR.pdf)
4
+
5
+ Homepage: https://www.cvlibs.net/datasets/kitti/
6
+
7
+ Bibtex:
8
+ ```
9
+ @ARTICLE{Geiger2013IJRR,
10
+ author = {Andreas Geiger and Philip Lenz and Christoph Stiller and Raquel Urtasun},
11
+ title = {Vision meets Robotics: The KITTI Dataset},
12
+ journal = {International Journal of Robotics Research (IJRR)},
13
+ year = {2013}
14
+ }
15
+ ```