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

Adding Skeleton-Recall to Existing nnUNetv2 installation #2

Open
rohand24 opened this issue Jul 31, 2024 · 1 comment
Open

Adding Skeleton-Recall to Existing nnUNetv2 installation #2

rohand24 opened this issue Jul 31, 2024 · 1 comment

Comments

@rohand24
Copy link

Hi,

Is it possible to add Skeleton-recall trainer to existing nnUNetv2 installation?

I am able to figure out the skelton-recall trainer in the variants directory of trainers.
If i copy that to my nnUNetv2 installation, will it work out of the box?

Regards,
Rohan Dhamdhere

@mrokuss
Copy link
Contributor

mrokuss commented Aug 21, 2024

Hi @rohand24,

Thank you for reaching out.

The Skeleton-Recall Trainer is not yet included in the official nnUNetv2 release, but we are currently discussing ways to integrate it in the future.

For now, if you'd like to incorporate it into your existing nnUNetv2 installation, you would need to do more than just copy the nnUNetTrainerSkeletonRecall class. You'd also have to integrate the skeletonization process during data loading, which you can find here, as well as the custom loss function here and the compound loss combination here.

Let me know if you need further assistance!

Best,
Max

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