NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
977 stars 596 forks source link

Accept a quality control value for each annotation. Perhaps this appears as a different color for each polygon? #159

Open AndrewDHill opened 5 years ago

AndrewDHill commented 5 years ago

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.

amitguptagwl commented 5 years ago

@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.

AndrewDHill commented 5 years ago

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.