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

Result of Fig5 and Fig6 #4

Open
tpzou opened this issue Jan 18, 2022 · 0 comments
Open

Result of Fig5 and Fig6 #4

tpzou opened this issue Jan 18, 2022 · 0 comments

Comments

@tpzou
Copy link

tpzou commented Jan 18, 2022

I try to reproduce the result of Fig5 and Fig6.

When I add my code of loading data on OVANet, the result is more or less the same as in the figure. However, when I transfer the code to DANCE, the result was very different from that shown in the figure. I checked the data loading code and it seems to have no problem. And the calculation of H-score is also transferred from OVANet.

known_acc = per_class_acc[:len(class_list)-1].mean()
unknown = per_class_acc[-1]
h_score = 2 * known_acc * unknown / (known_acc + unknown)

Is there anything else that I haven't changed?

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

1 participant