June 17, 2024: The web app "chat2scenario" is accessiable via https://chat2scenario.streamlit.app/
July 20, 2024: ASAM OpenSCENARIO 1.0, 1.1, and 1.2 are available. IPG CarMaker text format is deprecated, as CarMaker has been compatible with ASAM OpenSCENARIO since version 13.0,
Chat2Scenario is a web-based tool that allows users to search for specific driving scenarios within a dataset by inputting descriptive functional scenario text. Results are presented in ASAM OpenSCENARIO and IPG CarMaker .txt format. For more details of Chat2Scenario implementation, please refer to our paper here.
@INPROCEEDINGS{10588843,
author={Zhao, Yongqi and Xiao, Wenbo and Mihalj, Tomislav and Hu, Jia and Eichberger, Arno},
booktitle={2024 IEEE Intelligent Vehicles Symposium (IV)},
title={Chat2Scenario: Scenario Extraction From Dataset Through Utilization of Large Language Model},
year={2024},
volume={},
number={},
pages={559-566},
keywords={Measurement;Intelligent vehicles;Large language models;Natural language processing;Testing;Large Language Model;Scenario Extraction;Automated Driving Systems;Virtual Testing},
doi={10.1109/IV55156.2024.10588843}}
git clone https://github.com/ftgTUGraz/Chat2Scenario.git
pip install -r requirements.txt
conda env create -f environment.yml
conda activate chat2scenario
streamlit run .\Chat2Scenario-Web.py
<RoadNetwork>
<LogicFile filepath="../xodr/highD_01_highway.xodr"/>
</RoadNetwork>
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
For help or issues using the code, please create an issue in this repository or contact Yongqi Zhao at yongqi.zhao@tugraz.at, contact Wenbo Xiao at wenbo.xiao@student.tugraz.at. You can also ask questions in our SLACK Workspace. Click here(renewed link)!
This work was supported by FFG in the research project PECOP (FFG Projektnummer 893988) in the program "Bilateral Cooperation Austria - People's Republic of China/Most 2nd Call".
The codebase is built upon other these previous codebases: