Skip to content

Commit

Permalink
Add max mask arg for SAM 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-shunned committed Sep 16, 2024
1 parent b0c9c2c commit 8a22c48
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion aiod_registry/manifests/sam.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,13 @@
"name": "Min mask region area",
"arg_name": "min_mask_region_area",
"value": 3,
"tooltip": "Size (in pixels) of masks to remove if identified as a disconnected region or hole."
"tooltip": "Size (in pixels) of masks to remove if identified as a disconnected region or hole. 0 will not remove any masks."
},
{
"name": "Max mask region area",
"arg_name": "max_mask_region_area",
"value": 0,
"tooltip": "Size (in pixels) of masks to remove if at least this size. 0 will not remove any masks."
}
]
}

0 comments on commit 8a22c48

Please sign in to comment.