https://github.com/coders-school/autonomous-vehicle
https://github.com/coders-school/autonomous-vehicle
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coders-school/autonomous-vehicle
- Owner: coders-school
- Created: 2024-01-25T11:34:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T06:01:00.000Z (about 2 years ago)
- Last Synced: 2025-06-02T16:15:07.719Z (about 1 year ago)
- Language: Python
- Size: 108 KB
- Stars: 1
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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