An end to end self driving system with navigation fusion.
- v1
- current
youtube | iqiyi(for China) |
---|---|
-
Clone this project and run
pip install -r requirements.txt
to install dependence. -
Make your
American Truck Simulator
in small window mode. Maybe like this -
You may not modify any arguments if you are running on a
mac book pro(2019)
, otherwise, modify some arguments inutils.py
to adapt the screen recorder.
-
Please drive your truck to the road from your storehouse.
-
Keep running slowly.
Run control.py
, the application will turn to auto driving mode when the number increase to 9
- You may collect your own data by running
record_data.py
. - Run
train.py
to train your own model.