segment-anything icon indicating copy to clipboard operation
segment-anything copied to clipboard

A simple labelling tool in Python

Open anuragxel opened this issue 2 years ago • 2 comments

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

How it Works Gif!

anuragxel avatar Apr 09 '23 13:04 anuragxel

That is awesome

prathamjagga avatar Apr 09 '23 17:04 prathamjagga

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. image

vietanhdev avatar Apr 11 '23 18:04 vietanhdev

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.

sam_polygon

ryouchinsa avatar Sep 02 '23 16:09 ryouchinsa

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.

sam-pixels

ryouchinsa avatar Oct 23 '23 17:10 ryouchinsa