mapbox / robosat

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

Implements batched feature extraction, resolves #120 #148

Closed daniel-j-h closed 5 years ago

daniel-j-h commented 5 years ago

Allows users to specify the max number of features per batch.

Should help with https://github.com/mapbox/robosat/issues/143 and https://github.com/mapbox/robosat/issues/131.

@jacquestardie please merge