Team NoDig's code for the RoadAI competition.
- Python >= 3.11.1
- VSCode
- VSCode Dev Containers extension
- Docker
- Clone project
- Download GPS data from RoadAI Google Disk and extract it to the folder
data/GPSData
Either
- Run
pip install -r requirements.txtto install all dependencies
Or
- Install jupyter separately, and run the notebooks which will install the remaining dependencies themselves.
- Start Docker
- Open VSCode
- Open in devcontainer by clicking
View->Command Palette->Dev Containers: Rebuild and Reopen in container - Open a terminal in the project
- Run the command
jupyter notebook --allow-root - Click on link to open jupyter notebook in the browser
- Visit and run notebooks