A GUI tool for SAM2 video segmentation.
You should install SAM2 first.
pip install -r requirements.txt
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
'- ...
python mask_app.py --root_dir [data_root]
The app is modified based on shape-of-motion.