Replies: 1 comment
-
Hi, Both SAM/MedSAM are essentially point/bounding box-based segmentation methods. For your task, nnunet would be a better choice. For your questions
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
We're trying to fine-tune SAM With MedSAM to find vetrebrae o f dogs. However, it does not seem to learn anything.
We did some changes to the code but the training loop is kept as is.
There is one point where we've our doubts and maybe someone can clarify the issue:
In train the loss (seg_loss) is calculated on a non-binary mask (before mask_predictions > 0.5) however
in validation the loss is calculated after 'mask_predictions > 0.5'. This seems inconsistent.
However when we try to change this (calc loss after >) we loose the computational graph whatever we try.
So the questions we have:
Kind regards,
Nacho
Beta Was this translation helpful? Give feedback.
All reactions