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

Evaluation metrics #4

Open
kulkarnikeerti opened this issue Nov 17, 2022 · 2 comments
Open

Evaluation metrics #4

kulkarnikeerti opened this issue Nov 17, 2022 · 2 comments

Comments

@kulkarnikeerti
Copy link

Hi @lingorX @wenguanwang, @tfzhou

Thank you for the great paper.

I have a question regarding the evaluation metrics. The metrics used in this paper is the mIoU.

  1. So this mIoU is calculated for the original leaf nodes or does this also contain the parent nodes (which label_Ids are not present in the dataset)?
  2. If I want to compare the segmentation models without and with the hierarchy, is mIoU appropriate metrics for that? If yes, how does this metrics behave? I mean should this increase if we have a hierarchy?

Thanks in advance

@joshmyersdean
Copy link

I am also curious about this.

@kulkarnikeerti
Copy link
Author

  1. It calculates only for the leaf nodes and does not consider the parent nodes into account while calculating the mIoU
  2. This current implementation does not include the mIoU calculation for parent nodes, so if you just want to compare the leaf nodes you can use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants