autonomousvision / carla_garage

[ICCV'23] Hidden Biases of End-to-End Driving Models
MIT License
203 stars 16 forks source link

Is there an effort to update the code? #32

Closed TUMGEKA closed 5 months ago

TUMGEKA commented 5 months ago

The code here runs with Ubuntu 18.04, CARLA 0.9.10 and Python 3.6. Are there any current efforts to update the code?

Kait0 commented 5 months ago

The code runs with python 3.7 and Ubuntu you can also use newer once like 22.04. We can't upgrade the python version because 3.7 is the newest one that CARLA 0.9.10.1 (the egg/pip library) supports. The newer CARLA versions like 0.9.15 support up to python 3.8 but are not compatible with the CARLA leaderboard 1.0 code. Since this repository is supposed to reproduce the experiments in the hidden biases paper we can't upgrade the python or CARLA version.

If you are interested in the CARLA leaderboard 2.0 this code is not so hard to adapt (see here), although you will need to introduce improvements to get a good score. We are working on that but it will likely take a while until we have something that is actually good.