This repository is a fork of SAM 2: Segment Anything in Images and Videos with an added Jupyter notebook that explains the utility functions used in the project.
- All original files from the SAM 2 repository
utils.ipynb: A comprehensive Jupyter notebook that breaks down and explains various utility functions used in the SAM 2 project
SAM 2 (Segment Anything Model 2) is a foundation model for promptable visual segmentation in images and videos. It extends the original SAM to video by considering images as a video with a single frame. The model uses a simple transformer architecture with streaming memory for real-time video processing.
For more information about the original project, please refer to:
The utils.ipynb notebook contains explanations and demonstrations of various utility functions used in the SAM 2 project. It aims to provide a clearer understanding of the codebase and its components.
- Original SAM 2 project by Meta AI, FAIR
- All contributors to the original SAM 2 project