FastSAM
FastSAM copied to clipboard
Fast Segment Anything
Do you plan to update to ultralytics >=8.0.136: WARNING 'ultralytics.yolo.v8' is deprecated since '8.0.136' and will be removed in '8.1.0'. Please use 'ultralytics.models.yolo' instead. WARNING 'ultralytics.yolo.cfg' is deprecated since '8.0.136'...
Hi, I was running experiment using the github inference code, the result is not comparable to what I got from Hugging Face Demo. What could be the difference?
Hello, How do I get results of auto mode using points or boxes? Assigning points on grids as displayed on SAM website gives only one mask for the entire image....
Hello, I have an image containing many fruits. When I use Auto mode then I get pretty good results and I get different mask for different a fruit. However, when...
Is possible to create a `prompt_process.general_mask(mask)`, in which `mask` can be an initial mask and not only points or bounding box(es)? Currently, the `prompt_process` only supports points and bounding boxes....
I am trying to validate FastSAM. So I do: model = FastSAM('FastSAM-x.pt') results = model.val(data='coco8-seg.yaml') But I'm getting the following error: 68 args = get_cfg(cfg=DEFAULT_CFG, overrides=overrides) 69 args.imgsz = check_imgsz(args.imgsz,...
Thank you for providing us with a great code. I would like to work on getting this code working with Jetson Orin to get the most out of it, is...
Hi there, I would like to ask how to define the input image size for the model? Let's say If my original image is 1920 * 1080, will I get...
Hello, On Mac m1/m2 there are issues with tkagg backend, so I was wondering if there is a code which uses only opencv for plotting and avoids matplotlib lib. Thanks
Hello, I see that viewing annotation has been defined in both the prompt.py and utils directory. Which one should we use? On MAC M1, I do get segmentation results with...