Skip to content

Understanding multi-user abilities #1543

Answered by tangy5
chrisroat asked this question in Q&A
Discussion options

You must be logged in to vote

The requirement is that you will need multiple-users to work on same image.
Ok, I feel you will need some label version management logic to meet your requirements:

1. One label per image. Multiple users annotating/updating the same label for an image.
Yes. Once one user finished annotation, save it as the "original" label, and then the second user can see and load the "original" label to continue to annotate. Once all users finish annotation, the label can be saved to "final" for training. This can be achieved, just be aware of the label version control, if two users save label at the same time, one of the labels may be overridden if there is no version control logic.
2. One label per ima…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@chrisroat
Comment options

Comment options

You must be logged in to vote
3 replies
@chrisroat
Comment options

@tangy5
Comment options

@SachidanandAlle
Comment options

Answer selected by chrisroat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants