Is your feature request related to a problem? Please describe.
Deep Learning models have a limitation on the size of imagery they can take as input. We have to split large AOIs into smaller tiles & feed them to model. This introduces added artifacts, where there is a single building spanning multiple tiles.
Describe the solution you'd like
Once I have all the vector tiles from model prediction, I would like to intelligently merge the polygons that represent the same object & generate a GeoJSON file for an entire AOI.
Is your feature request related to a problem? Please describe.
Deep Learning models have a limitation on the size of imagery they can take as input. We have to split large AOIs into smaller tiles & feed them to model. This introduces added artifacts, where there is a single building spanning multiple tiles.
Describe the solution you'd like
Once I have all the vector tiles from model prediction, I would like to intelligently merge the polygons that represent the same object & generate a GeoJSON file for an entire AOI.