segment anything support #1260
Replies: 3 comments
-
Please check out LabelAnything - A fork of labelme with Segment Anything and YOLO models for auto labeling. Training loop instructions will be added soon. Demo video: https://www.youtube.com/watch?v=5iQSGL7ebXE |
Beta Was this translation helpful? Give feedback.
-
Your incredible work is much appreciated! I've integrated it into annolid and created a demo showcasing its capabilities in action: segement-anything. |
Beta Was this translation helpful? Give feedback.
-
I'm working on the integration of SAM with Labelme in here: #1262. |
Beta Was this translation helpful? Give feedback.
-
I spent some time trying to integrate segment anything into labelme. And here is what I got, a few clicks to get good enough polygons.
![segment-anything-demo](https://user-images.githubusercontent.com/11423220/231196323-b8818b64-bf12-45a3-b254-a1db05017d07.gif)
It's my first time working with Qt and I did plenty of hacks in the code to make things work. Those hacks would probably break the original design so I don't plan to create a PR, but I'd like to share this interesting work.
Beta Was this translation helpful? Give feedback.
All reactions