Datasets:
Update README.md
Browse filesAdd CARLA citation
README.md
CHANGED
@@ -221,6 +221,19 @@ All sensors operate in synchronous mode for frame alignment.
|
|
221 |
* Imitation learning from autopilot trajectories
|
222 |
* Evaluation under diverse weather and traffic conditions
|
223 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
<!-- ## Citation
|
225 |
|
226 |
If you use this dataset, please cite:
|
|
|
221 |
* Imitation learning from autopilot trajectories
|
222 |
* Evaluation under diverse weather and traffic conditions
|
223 |
|
224 |
+
## Citation
|
225 |
+
|
226 |
+
If you use this dataset, please cite the CARLA simulator:
|
227 |
+
```
|
228 |
+
@inproceedings{Dosovitskiy17,
|
229 |
+
title = {CARLA: An Open Urban Driving Simulator},
|
230 |
+
author = {Alexey Dosovitskiy and German Ros and Felipe Codevilla and Antonio Lopez and Vladlen Koltun},
|
231 |
+
booktitle = {Proceedings of the 1st Annual Conference on Robot Learning},
|
232 |
+
pages = {1--16},
|
233 |
+
year = {2017}
|
234 |
+
}
|
235 |
+
```
|
236 |
+
|
237 |
<!-- ## Citation
|
238 |
|
239 |
If you use this dataset, please cite:
|