Skip to content

Commit 4ed2355

Browse files
Update README.md
1 parent 5bb7c36 commit 4ed2355

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ python3 driver_carla.py -c configs/CARLA/default_carla.yml -g
5454
python3 driver_carla.py -c configs/CARLA/default_carla_multiple.yml -s
5555
```
5656
### Citation
57-
If you find our repo useful, please cite us as
57+
58+
Check out the paper [website](https://roboticslaburjc.github.io/publications/2024/behavior_metrics_an_open_source_assessment_tool_for_autonomous_driving_tasks).
59+
60+
If you find our repo useful, please cite us as:
5861
```bibtex
5962
@article{PANIEGO2024101702,
6063
title = {Behavior metrics: An open-source assessment tool for autonomous driving tasks},
@@ -70,6 +73,8 @@ keywords = {Evaluation tool, Autonomous driving, Imitation learning},
7073
abstract = {The development and validation of autonomous driving solutions require testing broadly in simulation. Addressing this requirement, we present Behavior Metrics (BM) for the quantitative and qualitative assessment and comparison of solutions for the main autonomous driving tasks. This software provides two evaluation pipelines, one with a graphical user interface used for qualitative assessment and the other headless for massive and unattended tests and benchmarks. It generates a series of quantitative metrics complementary to the simulator’s, including fine-grained metrics for each particular driving task (lane following, driving in traffic, route navigation, etc.). It provides a deeper and broader understanding of the solutions’ performance and allows their comparison and improvement. It uses and supports state-of-the-art open software such as the reference CARLA simulator, the ROS robotics middleware, PyTorch, and TensorFlow deep learning frameworks. BehaviorMetrics is available open-source for the community.}
7174
}
7275
```
76+
77+
7378
### Contributing to the project
7479

7580
If you want to contribute, please first check out [CONTRIBUTING.md](CONTRIBUTING.md) section.

0 commit comments

Comments
 (0)