dinglufe / segment-anything-cpp-wrapper

MIT License
221 stars 34 forks source link

Segment Anything CPP Wrapper for macOS #26

Open ryouchinsa opened 11 months ago

ryouchinsa commented 11 months ago

Thanks for your Segment Anything CPP Wrapper.

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.

Please let us know your opinion.

sam_polygon

ryouchinsa commented 10 months ago

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 commented 5 months ago

We respect your work and thanks for updating the script. We updated Segment Anything CPP Wrapper for macOS so that it corresponded to MobileSAM, EdgeSAM, EfficientSAM, HQ-SAM, and Segment Anything models.

sam_pixels_hq