Currently, when multiple users annotate images at the same time, different users get the same images.
I believe this is undesirable behavior.
Re-annotation should only occur after all images have been annotated.
Options to solve the problem:
-
Easy to implement - clicking on the "Next Image" button should produce a random image from the list of unannotated images.
-
More complex implementation - when clicking on the "Next image" button, images should be marked "on hold" and not shared with other users for annotation. If an image has been skipped, the "on hold" mark should be removed.