Skip to content

SAM Annotator Documentation

Welcome to the documentation for SAM Annotator, a general-purpose image annotation tool based on the Segment Anything Model (SAM).

Table of Contents

Getting Started

SAM Annotator is a powerful tool that allows you to annotate images using the Segment Anything Model. To get started:

# Install SAM Annotator
pip install sam-annotator

# Launch the annotator
sam_annotator /path/to/images

User Guide

Advanced Features

API Reference

SAM Annotator can also be used programmatically through its Python API:

Development

Repository

The source code is available on GitHub: pavodi-nm/sam_annotator

License

SAM Annotator is available under the MIT License. See the LICENSE file for more details.