imglab
imglab copied to clipboard
Accept a quality control value for each annotation. Perhaps this appears as a different color for each polygon?
I would like to be able to pass a variable with each annotation that could indicate its level of quality. If someone has reviewed an annotation, then it would get a verified field in the json (currently a datetime in our project). Ideally we could open our json and images to immeadiately see which polygon need attention and which were verified and pass our QAQC.
@AndrewDHill Do you mean a field like a verified flag? I doubt it'll be a good idea to give it on field level. However, my plan is to provide it on an image level.
In our dataset an image might have multiple annotations, some of which have been verified and others than need to be adjusted. If I'm looking at 25 polygons and most are green and a few are red, it is easy for me to see which I need to focus on.
In another application, it would be nice to color code the annotations by classification and have a pattern or line size indicate (or something else?) which needs manual adjustment.