segment-anything-video icon indicating copy to clipboard operation
segment-anything-video copied to clipboard

MetaSeg: Packaged version of the Segment Anything repository

Results 16 segment-anything-video issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted
question

Reference: https://github.com/ChaoningZhang/MobileSAM Our project performs on par with the original SAM and keeps exactly the same pipeline as the original SAM except for a change on the image encode, therefore,...

enhancement

How about using FastSAM as Instance Segmenter Model? https://github.com/CASIA-IVA-Lab/FastSAM Thanks in advance. _Originally posted by @DiamondGlassDrill in https://github.com/kadirnar/segment-anything-video/discussions/68_

documentation
enhancement

results = SegManualMaskPredictor().image_predict( source="C:\\software\\sam_checkpoint\\3515.jpg", model_type="vit_h", # vit_l, vit_h, vit_b input_point=[[548, 1031], [1121, 769]], input_label=[0, 1], input_box=[229, 684, 800, 800], # or [[100, 100, 200, 200], [100, 100, 200, 200]] multimask_output=False,...

bug
good first issue
question

documentation
enhancement
help wanted

Hello ! Thanks for sharing your repo. I would like to know whether it could be used for video object segmentation in the semi-supervised setting.

documentation
enhancement
question