segment-anything
segment-anything copied to clipboard
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
After download example file sa_000000.tar in https://ai.meta.com/datasets/segment-anything-downloads/  and gunzip it  Now, how to use it? plz help orz
I'm getting this warnings in the log when I open comfyui with this node installed: C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\controlnet_aux\segment_anything\modeling\tiny_vit_sam.py:654: UserWarning: Overwriting tiny_vit_5m_224 in registry with controlnet_aux.segment_anything.modeling.tiny_vit_sam.tiny_vit_5m_224. This is because the name being registered...
Can it happen that the presence of no mask images in the COD-10K dataset can cause issues during loss computation and metric evaluation. As I am facing some issues with...
@likethesky @Celebio @colesbury @pdollar @minqi Hi, I have the error at this line when I use multiple points in an image to extract the segments. My input points and labels...
This PR adds a badge with a link to your model on Replicate, making it easier for users to try it out. Feel free to close if you don't want...
Can you do not need a hint when inferring, that is, directly input the image to predict the segmentation result, and do not need to pass in coordinate information. That...
Suppose we have a dataset. I want to finetune a model for interative segmentation so that I can use it in a auto-annotation platform such as CVAT. I see many...
Hello, I hope to use a binary image (with a shape of 320, 480) as masks prompt input into the prompt_encoder. I have transformed it into (1, 1, 320, 480),...
I'm using torch.multiprocessing for parallel image splitting. I found when I on the number of parallel, after more than two SamAutomaticMaskGenerator generating speed will slow down. It starts out at...
This warning occurred after I built and ran yarn, and I asked GPT that it could be ignored if it did not affect the operation of the project, but after...