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
So I have had used sam1 and sam2 for image segmentation and compared their results.
The image segmentation done by sam1 is much better than sam2.
Result of sam1:
print(len(masks))
Output:
16
Result of sam2:
print(len(masks))
Output:
1
Please can anyone tell me why there is so much difference in the results from both the models. Also suggest me any possible points that I must take into consideration in order to improve the performance of my sam2 model.
The text was updated successfully, but these errors were encountered:
@amirmohammadnsh Sam2 is unable to detect correct number of masks like in above example that I have had provided sam1 was predicting 16 masks whereas sam2 was detecting only 1 mask.
So I have had used sam1 and sam2 for image segmentation and compared their results.
The image segmentation done by sam1 is much better than sam2.
Result of sam1:
Output:
Result of sam2:
Output:
Please can anyone tell me why there is so much difference in the results from both the models. Also suggest me any possible points that I must take into consideration in order to improve the performance of my sam2 model.
The text was updated successfully, but these errors were encountered: