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

sensitivity and precision #22

Closed
zhuyinheng opened this issue Jul 7, 2022 · 4 comments
Closed

sensitivity and precision #22

zhuyinheng opened this issue Jul 7, 2022 · 4 comments

Comments

@zhuyinheng
Copy link

tsens = cl_score(v_l,skeletonize_3d(v_p))

the definition of precision and sensitivity seems not consist with cldice loss and common definition, although it will not affect the final cldice score
tprec = cl_score(v_l,skeletonize_3d(v_p))
tsens = cl_score(v_p,skeletonize_3d(v_l))

@wlsdzyzl
Copy link

wlsdzyzl commented Aug 7, 2022

tsens = cl_score(v_l,skeletonize_3d(v_p))

the definition of precision and sensitivity seems not consist with cldice loss and common definition, although it will not affect the final cldice score tprec = cl_score(v_l,skeletonize_3d(v_p)) tsens = cl_score(v_p,skeletonize_3d(v_l))

zhe dou bei ni fa xian le

@jocpae
Copy link
Owner

jocpae commented Aug 8, 2022

Dear @cow8, we are a bit confused by this question, can you elaborate? Please find the definition from the paper below:
grafik

@wlsdzyzl
Copy link

wlsdzyzl commented Aug 8, 2022

What he means is that in your implementation you compute Tsens by computing:
image
But this doesn't affect the final cldice score.

@jocpae
Copy link
Owner

jocpae commented Oct 25, 2022

okay, thank you for clarifying, this is a mixup from our side, but it does not affect the outcome :)

@jocpae jocpae closed this as completed Oct 25, 2022
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