Last active
July 2, 2024 14:50
-
-
Save mortcanty/ac4c48e3d10e89676b7fe9b3a6f1ba3a to your computer and use it in GitHub Desktop.
Semantic_Segmentation.ipynb
Thanks. There are no shapefile polygons involved in the semantic classification image. It is simply a masked overlay of the pixels classified as "buildings". There are methods to generate bounding polygons from pixel "blobs", but I have no experience with them.
can i apply for road , if yes can u provide some guidance?
Yes, but you must have (many) training examples for roads at or near the 1m resolution of the NAIP imagery
Can I use it for malaria cell segmentation?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great job! I would like to ask how to properly process remote sensing images and labels based on shapefile polygons to a combined numpy array as that one of yours. Tks!!