Install pre-requisites of the simulator and other depended packaged using
pip install -r requirements.txt
- Donwload the DATA_1.zip model using this link Google Drive Link
- Upload the Network_trainer_modified.ipynb jupyter notebook to Google Colab
- Copy DATA_1.zip to google colab files section
- Run all cells
- Trained model will be automatically downloaded.
- Install the latest version of CARLA (tested on 0.9.13).
- Change the directory to CARLA and run carla simualtor using
./CarlaUE4.sh or CarlaUE4.exe
- Copy the trained model to models folder (1.h5)
- (optional) change model path name in ud_car_run.py using MODEL_PATH if needed
- run python script ud_car_run.py to test the model.