-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Good Job! Do you support export files like OpenDrive or OpenScenario? #4
Comments
Hi, thanks for your interest! I believe it should be supported, as OpenDRIVE is supported by Scenic. You can refer to the documentation here: Scenic-opendrive. You'll just need to modify the method for loading the .xodr files, and then it should work. However, one thing to note is that the current routes are fixed based on CARLA to ensure fair comparison with other baselines. If you want to use a different map, that it needs the dynamic mode, which I should release soon. : ) |
Great, looking for your updates! |
BTW, can I put my own map(opendrive) and scenario(openscenario) into the database so I can generate more diversified scenario? |
BTW,have you tried use other LLM like llama3 to generate opendrive map? |
I think you can put your own map and scenario, since we have adopted this platform previously on our own map for competition but still need the dynamic mode. Currently, I have not tried llama3, since they do not even know what is Scenic language... but i am planning to finetune a llama3 to achieve that. |
Do you have email or other contact? I have some part time job maybe you are interested :) |
sure, if you have any further question, you can email: [email protected] |
Thanks for your great work! Do you currently support exporting opendrive or openscenario file for generated map and event?
The text was updated successfully, but these errors were encountered: