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
Originally posted by aloboa May 30, 2024
How can it be that there are more objects in annotations than in mask?
Using
sam_kwargs = {
"points_per_side": 64,
"pred_iou_thresh": 0.86,
"stability_score_thresh": 0.95,
"crop_n_layers": 2,
"crop_n_points_downscale_factor": 2,
"min_mask_region_area": 0,
}
and
sam.generate(image1, output="/content/drive/MyDrive/ColabData/maskerica.tif", foreground=False, unique=True)
The text was updated successfully, but these errors were encountered:
Discussed in #288
Originally posted by aloboa May 30, 2024
How can it be that there are more objects in annotations than in mask?
Using
sam_kwargs = {
"points_per_side": 64,
"pred_iou_thresh": 0.86,
"stability_score_thresh": 0.95,
"crop_n_layers": 2,
"crop_n_points_downscale_factor": 2,
"min_mask_region_area": 0,
}
and
sam.generate(image1, output="/content/drive/MyDrive/ColabData/maskerica.tif", foreground=False, unique=True)
The text was updated successfully, but these errors were encountered: