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.

645 B

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