Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-label support #28

Open
taxe10 opened this issue Jul 20, 2022 · 0 comments
Open

Multi-label support #28

taxe10 opened this issue Jul 20, 2022 · 0 comments
Assignees

Comments

@taxe10
Copy link
Member

taxe10 commented Jul 20, 2022

The following lines of code were added to support single-label assignment:

## remove the previously assigned label before assigning new one
 for current_key in current_labels_name.keys():
     for file in name_list:
         if file in current_labels_name[current_key]:
             current_labels_name[current_key].remove(file)
 ##

These lines should be removed for multi-label tagging. Additionally, it is worth noting that in a previous state of this application, when an image was assigned 2 different labels, the app used to create a duplicate of the image display in the front-end with the colors of these labels - this should be reviewed in the next weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants