NamburiSrinath
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,55 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-nd-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-nd-4.0
|
3 |
+
task_categories:
|
4 |
+
- object-detection
|
5 |
+
- depth-estimation
|
6 |
+
- image-classification
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
size_categories:
|
10 |
+
- 1K<n<10K
|
11 |
+
---
|
12 |
+
NITCAD (National Institute of Technology Calicut Autonomous Driving) is an effort to collect and label dataset to develop and contribute to autonomous driving efforts in India.
|
13 |
+
|
14 |
+
India has some unique road scenarios such as
|
15 |
+
- No lanes
|
16 |
+
- New common objects on roads (like cows, autos, rickshaws)
|
17 |
+
- No clear traffic signs for pedestrains, zebra crossings etc;
|
18 |
+
|
19 |
+
So, that calls for specialized datasets to train and develop ML models for Indian roads. As a contribution, we have collected stereo and image datasets on Indian roads and labeled different classes that can be used to train Deep Learning models.
|
20 |
+
|
21 |
+
To access the dataset, please fill out the Google Form - https://docs.google.com/forms/d/e/1FAIpQLScv2QXTYy3jwiAlqC9ro-lR_4UhUaWtBDNYQ4jWLZ3eUv3nSA/viewform?usp=sf_link
|
22 |
+
|
23 |
+
For any questions regarding dataset/paper, feel free to email - namburisrinath@gmail.com, psankaran@nitc.ac.in with mail subject as “NITCAD Dataset — Doubts”
|
24 |
+
|
25 |
+
**Additional Links:**
|
26 |
+
1. Medium blog post explaining more details on dataset collection, statistics - https://namburisrinath.medium.com/nitcad-an-object-detection-classification-and-stereo-vision-dataset-for-autonomous-navigation-f28d3fe5b7d9
|
27 |
+
2. Github repo - https://github.com/NamburiSrinath/NITCAD-dataset
|
28 |
+
|
29 |
+
If this work helps in your research, please consider to cite as
|
30 |
+
|
31 |
+
@article{srinath2020nitcad,
|
32 |
+
title={NITCAD-Developing an object detection, classification and stereo vision dataset for autonomous navigation in Indian roads},
|
33 |
+
author={Srinath, Namburi GNVV Satya Sai and Joseph, Athul Zac and Umamaheswaran, S and Priyanka, Ch Lakshmi and Nair, Malavika and Sankaran, Praveen},
|
34 |
+
journal={Procedia Computer Science},
|
35 |
+
volume={171},
|
36 |
+
pages={207--216},
|
37 |
+
year={2020},
|
38 |
+
publisher={Elsevier}
|
39 |
+
}
|
40 |
+
|
41 |
+
Also you can refer to [Speed estimation using Stereo Vision images](https://ieeexplore.ieee.org/abstract/document/9031876?casa_token=qeCiQNa9m50AAAAA:lOe4ogBfc866e3gPs2s6yesqeHqJ22WElxCQxdl_luLtbeTrgb_eluUFsmMrr8040A_S8U1Lof4y) for the speed estimation by using SIFT (Scale Invariant Feature Transform), YOLO and MC-CNN.
|
42 |
+
|
43 |
+
If this work helps in your research, please consider to cite as
|
44 |
+
|
45 |
+
@inproceedings{umamaheswaran2019stereo,
|
46 |
+
title={Stereo Vision Based Speed Estimation for Autonomous Driving},
|
47 |
+
author={Umamaheswaran, S and Nair, Malavika and Joseph, Athul Zac and Srinath, Namburi GNVV Satya Sai and Priyanka, Ch Lakshmi and Sankaran, Praveen},
|
48 |
+
booktitle={2019 International Conference on Information Technology (ICIT)},
|
49 |
+
pages={201--205},
|
50 |
+
year={2019},
|
51 |
+
organization={IEEE}
|
52 |
+
}
|
53 |
+
|
54 |
+
|
55 |
+
**Note:** This project was done in 2019. This dataset card is mainly created to improve visibility, searchability for the datasets via the Huggingface community.
|