sangramrout commited on
Commit
8676844
·
verified ·
1 Parent(s): 44ab39f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-3.0
3
+ task_categories:
4
+ - computer-vision
5
+ language:
6
+ - en
7
+ pretty_name: KITTI Raw Dataset (Mirror)
8
+ size_categories:
9
+ - 100K<n<1M
10
+ ---
11
+
12
+ # KITTI Raw Dataset (Mirror)
13
+
14
+ ## Dataset Description
15
+
16
+ This repository mirrors the KITTI Raw Dataset originally released as part of the KITTI Vision Benchmark Suite.
17
+
18
+ The dataset contains:
19
+ - Stereo RGB images
20
+ - Velodyne LiDAR scans
21
+ - Calibration files
22
+ - OXTS GPS/IMU data
23
+
24
+ Original source:
25
+ http://www.cvlibs.net/datasets/kitti/raw_data.php
26
+
27
+ ---
28
+
29
+ ## Original Authors
30
+
31
+ A. Geiger, P. Lenz, C. Stiller, R. Urtasun
32
+
33
+ If you use this dataset, please cite:
34
+
35
+ Geiger, A., Lenz, P., Stiller, C., & Urtasun, R. (2013).
36
+ Vision meets robotics: The KITTI dataset.
37
+
38
+ ---
39
+
40
+ ## License
41
+
42
+ This dataset is distributed under the:
43
+
44
+ Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License (CC BY-NC-SA 3.0)
45
+
46
+ You may:
47
+ - Share and adapt the material
48
+
49
+ Under the following terms:
50
+ - Attribution — You must give appropriate credit.
51
+ - NonCommercial — You may not use the material for commercial purposes.
52
+ - ShareAlike — Adaptations must be distributed under the same license.
53
+
54
+ Full license text:
55
+ https://creativecommons.org/licenses/by-nc-sa/3.0/
56
+
57
+ ---
58
+
59
+ ## Acceptance & Usage Terms (Copied from Official KITTI Website)
60
+
61
+ ⚠️ IMPORTANT:
62
+ Users must accept the official KITTI terms before downloading or using this dataset.
63
+
64
+ [PASTE HERE — exact acceptance/terms text copied from:
65
+ http://www.cvlibs.net/datasets/kitti/terms_of_service.php]
66
+
67
+ By using this mirror, you agree to comply with the original KITTI terms.
68
+
69
+ ---
70
+
71
+ ## Intended Use
72
+
73
+ This dataset is intended strictly for:
74
+ - Academic research
75
+ - Non-commercial experimentation
76
+ - Benchmarking and evaluation
77
+
78
+ Commercial use is prohibited unless explicit permission is obtained from the original authors.
79
+
80
+ ---
81
+
82
+ ## Acknowledgment
83
+
84
+ This repository is a mirror of the original dataset.
85
+ All credit belongs to the KITTI Vision Benchmark Suite authors.
86
+ This mirror does not modify the original license terms.