Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Implement normalised surface distance #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Implement normalised surface distance #101

wants to merge 1 commit into from

Conversation

AjeyPaiK
Copy link
Member

Fixes #100

This PR implements the normalised surface distance which addresses the issue mentioned above.

In the tests, I have implemented dummy target and prediction tensors whose boundaries:

  1. Are apart by 1 pixel (1 pixel is also set as tolerance). (Returns a 1.0)
  2. Are not overlapping at all. (Returns 0.0)
  3. Are absent in target and in prediction. (Should return a 1.0)

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

Successfully merging this pull request may close these issues.

Implement Normalised Surface Distance (Normalised Surface Dice) in metrics.
1 participant