Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save out visualizations of image segmentation #59

Open
danbjoseph opened this issue Jul 20, 2024 · 1 comment
Open

save out visualizations of image segmentation #59

danbjoseph opened this issue Jul 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@danbjoseph
Copy link
Member

danbjoseph commented Jul 20, 2024

building on what was done in #55 add an option flag to save out the segmentation results.
i think into the same folder as the images with the same filename but maybe "_segmentation_YYYYMMDD" appended?
StreetView-NatureVisibility does the original and segmentation visualization images side-by-side in one file and shows all the categories. ours would be just the segmentation viz by itself and it would be just 2 colors - for vegetation and not-vegetation (or better yet probably, just 1 color, green for vegetation and then transparent for everything else).
Screenshot 2024-07-20 at 11 14 33 AM

@ericfrench2015
Copy link

@danbjoseph per your request I took a look at this briefly and honestly couldn't find where the segmentation image is being generated in the time I allocated. I can look more carefully in 2 weeks. In the meantime, if anyone needs inspiration (I doubt it, people working on this look way more pro than me,) they can look at the draw_polygons function here https://github.com/ericfrench2015/geo_image_experiments/blob/master/src/detection_analysis_utils.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants