Skip to content

Instantly share code, notes, and snippets.

@mortcanty
Last active January 7, 2024 01:51
Show Gist options
  • Star 47 You must be signed in to star a gist
  • Fork 16 You must be signed in to fork a gist
  • Save mortcanty/ac4c48e3d10e89676b7fe9b3a6f1ba3a to your computer and use it in GitHub Desktop.
Save mortcanty/ac4c48e3d10e89676b7fe9b3a6f1ba3a to your computer and use it in GitHub Desktop.
Semantic_Segmentation.ipynb
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@caneiro
Copy link

caneiro commented Apr 3, 2022

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!!

@mortcanty
Copy link
Author

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.

@suraj081
Copy link

suraj081 commented Aug 1, 2022

can i apply for road , if yes can u provide some guidance?

@mortcanty
Copy link
Author

Yes, but you must have (many) training examples for roads at or near the 1m resolution of the NAIP imagery

@bariulmunshi
Copy link

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