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

About ASSD Metric #7

Open
STORM-young opened this issue Aug 5, 2023 · 3 comments
Open

About ASSD Metric #7

STORM-young opened this issue Aug 5, 2023 · 3 comments

Comments

@STORM-young
Copy link

Hello author, I improved the model on the basis of your code, ran experiments on the ISIC-2018 dataset, and calculated the ASSD and HD95 indicators, but the output result of my ASSD average is only about 0.4, but the ASSD in your paper is 7. and 8. and above, did your ASSD do other processing? My IOU has a small boost over yours.Looking forward to your reply

@jcwang123
Copy link
Owner

jcwang123 commented Aug 6, 2023 via email

@STORM-young
Copy link
Author

I didn't normalize the assd scores,I just do it like this
from medpy.metric.binary import hd, dc, assd, jc
if np.all(output == 0):
assd_ave = 0
hd_ave = 0
else:
assd_ave = assd(output, label)
hd_ave = hd(output, label)
...

@wanghan-code
Copy link

Hello author, can you give the detailed code for your standardized ASSD score

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

3 participants