mapbox / robosat

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

image size #207

Closed balla-999 closed 4 years ago

balla-999 commented 4 years ago

hi. can Robosat run with no squared images? (eg: 512x300px) also, can run with different sizes? i mean, not only 256 or 512.

daniel-j-h commented 4 years ago

Not without modifications. The image size is configurable,but we only tested with 256x256 px and 512x512 px because that's the standard resolution for Slippy Map tiles.