Skip to content

YunxuanMao/SAM2-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI for SAM2

A GUI tool for SAM2 video segmentation.

Installation

You should install SAM2 first.

pip install -r requirements.txt

Processing Custom Data

We highly encourage users to structure their data directories in the following way:

- data_root
    '- videos
    |   - seq1.mp4
    |   - seq2.mp4
[and/or]
    '- images
    |   - seq1
    |   - seq2
    '- ...

Usage

python mask_app.py --root_dir [data_root]

gradio interface

Acknowledge

The app is modified based on shape-of-motion.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages