mapbox / robosat

Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads, water, clouds
MIT License
2.02k stars 383 forks source link

Up- or downsample probabilities between zoom levels #78

Open daniel-j-h opened 6 years ago

daniel-j-h commented 6 years ago

Right now rs masks is able to combine multiple slippy map directories with probabilities. The idea is that we can have multiple models and this feature allows us for model ensembles.

We should add functionality to upsample or downsample slippy map directories with probabilities based on zoom levels.

The use-case is as follows:

We can either extend rs masks to upsample or downsample. Or we add a new tool which can transform a slippy map directory on zoom level z0 into a slippy map directory on zoom level z1, with z0 != z1.

Implementation notes: