An open API service indexing awesome lists of open source software.

https://github.com/coders-school/autonomous-vehicle


https://github.com/coders-school/autonomous-vehicle

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# autonomous-vehicle
The project aims to build an autonomous system for vehicles based on computer vision.
Link to the dataset: https://drive.google.com/file/d/10VUs1804rkY6AqN2EEU4RiaHXzENEsGu/view?usp=sharing

# Docker run

To run a code in the docker container please follow the instructions:

1. Download the .zip file containing the dataset
2. Unzip the file in specified directory
3. Run the following docker command, mounting the volume to it:

docker run --rm -v $(PWD)/python/segmentation/:/app/python/segmentation/dataset -it autonomousvehicle