z-x-yang / Segment-and-Track-Anything

An open-source project dedicated to tracking and segmenting any objects in videos, either automatically or interactively. The primary algorithms utilized include the Segment Anything Model (SAM) for key-frame segmentation and Associating Objects with Transformers (AOT) for efficient tracking and propagation purposes.
GNU Affero General Public License v3.0
2.75k stars 332 forks source link

Mask Information and Mask Refinement #165

Open IsaiasBahena opened 2 months ago

IsaiasBahena commented 2 months ago

How do you use the refine mask feature in the webui? Every time I select a frame to refine the mask it gives me a numpy array error when I click to fix the mask. Also, how do we get information about the mask, all it gives currently is a png of the masks but its not in a useful format.