Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 700 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 700 Bytes

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.