SAM-Label is an efficient tool developed to simplify the object annotation process. This tool utilizes the Segment-Anything to automatically detect and annotate objects in images with just a few mouse clicks.
Follow the installation instruction in README and setup the environment.
pip install PyQt5 matplotlib
pip uninstall opencv-python
pip install opencv-python-headless
Follow the installation instruction in README and download the checkpoint.
python ./gui.py
Left mouse to add positive point (yellow point in image), Right mouse to add negative point (blue point in image).
Our SAM-Label is built on top of Segment-Anything. We extend our gratitude for their remarkable contributions.