WIP scripts for automatic extraction of parkinglots from aerial imagery via mapbox’s robosat.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Norwin f1d952e6be fix 5 years ago
robosat@a8e0e3d676 repo setup with some initial scripts 🛰 🚙 5 years ago
scripts fix 5 years ago
.gitignore repo setup with some initial scripts 🛰 🚙 5 years ago
.gitmodules repo setup with some initial scripts 🛰 🚙 5 years ago
Dockerfile repo setup with some initial scripts 🛰 🚙 5 years ago
LICENSE repo setup with some initial scripts 🛰 🚙 5 years ago
README.md repo setup with some initial scripts 🛰 🚙 5 years ago
docker-compose.yml repo setup with some initial scripts 🛰 🚙 5 years ago

README.md

robopark 🛰🚙

Scripts & tooling for extraction of parkinglots from aerial imagery via mapbox's robosat.

installation

To install, run:

git clone https://git.nroo.de/ecolibro/robopark --recursive

Requires docker, docker-compose, git. Later on we might utilize the CUDA builds, so the respective docker tooling will be required.

run

# start a shell to use the `rs` command interactively
docker-compose build && docker-compose run cpu bash
# or directly run scripts defined in ./scripts/ 
docker-compose build && docker-compose run cpu nrw_park

license

GPL-3.0