-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automation of annotation #602
Comments
If you already have a model that can find "things" you want to annotate, you can use a tool like "https://github.com/ozayr/detection-assisted-annotation-tool" that will generate coco yaml files of things detected. Also, I just published a SAM (Segment Anything) mask generator server here to use with coco-annotator: But it's actually a basic Proof Of Concept, and you may have to modify it to fit your needs. |
I have microscopy images. I want to select each cell with differents IDs but with the same category. Can you explain me how I can use Magic Wand Tool in this case? Thank you! |
Magic Wand work by floodfill (selection propagate to near colors around), you have create a new annotation (+ button on category) for each cell you want to label. It require a neat color change to stop selection properly. If not, you will have to finish selection by hand using brush, eraser, or polygon tool. Once you have selected your new annotation. For better selection with Magic Wand, you will have to adjust Threshold and Blur in Magic Wand Panel (where you find Magic Wand under categories panel at right...). So, it's Magic, but this tool have it's limitations and may not work fine in all cases |
Are there any video tutorials available on this tool? |
For Magic Wand tool, you can have a look at coco-annotator videos on Youtube (not sure any video explain this tool): For Segment Anything (SAM) you can have a look at this demo (There an example on microscope image): And if you want to try SAM in coco-annotator, I released a Vue3 port with integrated SAM (SAM-HQ in fact actually). |
Can the annotation of a set of microscope images be automated to speed up the process?
The text was updated successfully, but these errors were encountered: