-
Notifications
You must be signed in to change notification settings - Fork 57
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
About the evaluation metric mIoU. #2
Comments
Thanks for your comment! The code is coming soon. The sample code and segments are currently in my Dropbox link here.
mode 1: "all" Before mIOU calculation, you need to distinguish unconnected segments that have the same class labels. I used this library to relabel connected components. |
great thank for your reply! |
Can you describe how you use the library (mentioned above) to relabel connected components? Assuming that I have just cloned the repo and compile the library, what's the next step? It will be helpful if you can share the command line to relabel the connected components. |
I used the function
|
Regarding your code, what is the use of these lines? gg = np.zeros(gt_array.shape) I saw that you have defined label_list already above. |
have the other method to relabel connected components? |
Hi, thank for your nice work and job.
After reading your code, i have a little question. can you share the code how to compute the mIoU in unsupervised way, because which is different from supervised segmentation.
Thank you!👍
The text was updated successfully, but these errors were encountered: