Alugu n OpenStreetMap OpenStreetMap

Amagrad When Comment
Data preparation for feature detection with Robosat

Thanks ! Did you use rs serve command ? If yes , I didn’t get exactly how to setup the (https://github.com/mapbox/robosat/blob/64edb0cee7a19961db3774e5ed33664a1d247f71/robosat/tools/templates/map.html#L46-L64)

Data preparation for feature detection with Robosat

Thanks!

To reproduce your experiment , can you please share the source 660c5321-0334-471f-bca5-829d85fb1d40.tif ? By the way what the way used to assemble several tiffs together ?

RoboSat ❤️ Tanzania

Thanks Daniel for your quick response !

  • I use same URL argument like you mentioned , the only difference I configured env variable MAPBOX_ACCESS_TOKEN=my-public-api-key because of error Error: map token needed visualizing results; export MAPBOX_ACCESS_TOKEN My full URL looks like: ./rs serve --tile_size 256 --model config/model-unet.toml --dataset config/dataset-buildings-hamburg.toml --checkpoint pth/checkpoint-00003-of-00005.pth --url https://api.mapbox.com/v4/mapbox.satellite/{z}/{x}y}.@2x.webp?access_token=MAPBOX_ACCESS_TOKEN

  • I adjusted also minZoom: 16, maxZoom: 18 in both cases here: https://github.com/mapbox/robosat/blob/6c7f547d2dd303f8a68b4fbd2ba60583348d7816/robosat/tools/templates/map.html#L46-L64

  • Could you please add about map template’s initial location ? In case I work with Hamburg City Data , should I change the any default parameter ?

  • Unfortunately my main problem still exists : I get one image on both sides of a screen divided by vertical line , no predictions on the right side (masks) Link to screen capture: https://ibb.co/eRd3zT

RoboSat ❤️ Tanzania

Need some help with results visualization

I try to execute rs serve with parameters --tile_size 256 --model config/model-unet.toml --dataset config/dataset-parking.toml --checkpoint /pth/checkpoint-00003-of-00005.pth --url https://api.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}

RoboSat ❤️ Tanzania

Thanks ! Some steps are still confusing me when I try to use my own drone imagery. I tried to prepare tiles from my own GeoTiff (.tif) that covers whole area I want to work on, with tiler.py, as result I got right Slippy Map directory structure that contains garbage images. What I did wrong ?

RoboSat — robots at the edge of space!

@daniel-j-h Hi Daniel, Thanks for sharing ! I tried to to start with “rs extract” with some .osm.pbf files downloaded from Internet , but running into shapely errors . Could you please add details how to create initial dataset to start verify the tool ?