muggled_sam icon indicating copy to clipboard operation
muggled_sam copied to clipboard

Muggled SAM: Segmentation without the magic

Results 14 muggled_sam issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for this very wonderful and useful project. I was wondering if it's possible to keep detecting new objects (e.g. giving box) and tracking them, while keeping track of...

I have been reading your exciting results about modifying SAM2's `image_size` in [this thread](https://github.com/facebookresearch/sam2/issues/138#issuecomment-2271567643) and trying to implement them in my own workflow. For context I am working with images...

Thank you for making a GUI SAM2 for code-unfriendly users like me. I must be stupid cuz I still can't figure out how the buffers or histories work. In a...

Hey, I love your work. I need your help as stated in the question. How to improve SAM2 for reappearing objects and recapture same object in the video tracking using...

Hi, and thank you again for this fantastic repo šŸ™ — it's been a huge help in my work! I've implemented a hybrid architecture inspired by your project and have...

First, I’d like to thank you for the **well-documented and well-structured repository**. It has been incredibly helpful in integrating **SAM2 into my own model**. ## šŸ” My Use Case I’m...

Can i give bool mask of an object as input, and expect sam2 to detect that object across videos, if so , can you give a boiler plate code to...

Hey, I thought you might know the answer: Is it possible to feed in non-square images into prediction? If you have videos that are non-square, what is the best way...

Hey, SAM-HQ just released v2 based on SAM 2.1, their original v1 implementation were very good compared to v1, might be something to support if possible. https://github.com/SysCV/sam-hq/tree/main/sam-hq2

Thank you so much for your great work! I would like to know if I need to modify the SAM2 code to handle different input resolutions. Which parts of the...