Automatic segmentation #39
Unanswered
nikolaydyankov
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @nikolaydyankov , Sorry for my late reply. i didn't check the discussions page. Could you please let me know what target you want to segment? If the target is tiny, I didn't obtain good results in my past experiments. Basically, for tiny segmentation targets, the challenge is how to detect them rather than how to segment them. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a generic question about automatic segmentation. In my code I'm fine-tuning SAM by providing a bbox for a prompt, representing the bbox of the ground truth. During inference it works well if you provide accurate boxes as prompts, but I wanted to try your approach of training with a bbox of the full image.
In my code I'm not changing anything, except manually setting the box to the image size:
However, my model breaks and I'm literally getting IoU = 0 in my testing. I tried looking into the auto segmentation notebook, but I can't see anything unusual in the training process. Did you have to make any other adjustments besides setting the bbox to the image size?
Beta Was this translation helpful? Give feedback.
All reactions