Can you save sections of the image that are masked after using SegAutoMaskPredictor() #83
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
I can't find this in the documentation. After running results = SegAutoMaskPredictor().image_predict(
source="firststeve.png",
model_type="vit_h", # vit_l, vit_h, vit_b
points_per_side=4,
points_per_batch=16,
min_area=0,
output_path="output.png",
show=False,
save=True,
)
I can save the segmented image, but I can't pull out the individual segmented pieces. Does this package support doing something like this or do I have to use the original repository? I just want to know if something like this exists:
The text was updated successfully, but these errors were encountered: