segment-anything
segment-anything copied to clipboard
A simple labelling tool in Python
Wrote a labelling tool leveraging SAM's ONNX decoder. Takes a folder of images and their embeddings, lets a user annotate objects in a simple interface and saves the annotations in COCO format. Suggestions and Contributions appreciated.
https://github.com/anuragxel/salt

That is awesome
Check out my work of Segment Anything integration to AnyLabeling - a fork of LabelMe.
Video: https://www.youtube.com/watch?v=5iQSGL7ebXE
Note: Work in progress. Welcome your comments.

Here is the Segment Anything CPP Wrapper for macOS. This code is originated from Segment Anything CPP Wrapper and implemented on macOS app RectLabel. We customized the original code so that getMask() uses the previous mask result called as low_res_logits and retain the previous mask array for undo/redo actions.
We hope this macOS version would help to develop the iOS version. Please let us know your opinion.
Improved "Create polygon using SAM" feature so that you can label pixels using the pixels option. You can label Segment Anything 1 Billion (SA-1B) like dataset by yourself.