label-studio-frontend icon indicating copy to clipboard operation
label-studio-frontend copied to clipboard

Handling big number of annotations

Open mcondor10 opened this issue 1 year ago • 1 comments

Hi! I am working in cell instance segmentation, in which a single image can have thousands of labels. I already have a trained model which helps creating these labels, but sometimes they require some corrections. I was wondering if there are some guidelines or if I can have some advice about how to handle that number of annotations. Initially, I had them as masks, but noticing how slow it made the browser, I changed to polygons. This helped but the issue is still present.

Any advice would be appreciated, and thanks for the great project! :)

mcondor10 avatar Feb 28 '23 13:02 mcondor10

I can advise only one thing - try to hide all regions by default: https://labelstud.io/guide/predictions.html#Read-only-and-hidden-regions

makseq avatar Mar 01 '23 03:03 makseq