You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: