How can we get the area of each segment in Semantic segmentation. #3094
Unanswered
manika1511
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get the area (number of pixels) of each segment using the Semantic segmentation result. Based on the model output format here https://detectron2.readthedocs.io/en/latest/tutorials/models.html#model-output-format, "sem_seg" output is num_categoriesxHxW.
Beta Was this translation helpful? Give feedback.
All reactions