gliff-ai / curate

gliff.ai CURATE – a user-friendly browser interface for curating large multidimensional image datasets for machine learning development
https://gliff.ai
GNU Affero General Public License v3.0
2 stars 0 forks source link

"Select all labels" selects all labels but not images/thumbnails with labels #295

Open RoseBunker opened 2 years ago

RoseBunker commented 2 years ago

Describe the bug

Once all 50 images had one of two labels, I clicked “select all labels” and none of the thumbnails appeared. Have tried it a few times, and essentially the ‘Select all labels’ selects the labels in left hand box, but doesn’t show anything on the right hand side.

To Reproduce

Steps to reproduce the behaviour:

  1. Click on "select all labels"

Expected behaviour

Expect that all images with labels will appear.

Screenshots

Yes, provided. bug curate select all labels

System Info (please complete the following information):

Additional context

Not provided.

ChasNelson1990 commented 2 years ago

That is because this is an "AND" not an "OR", i.e it only shows images that have all five of those labels, rather than images that have any one of the labels.

@RoseBunker - your thoughts on that as a user?

RoseBunker commented 2 years ago

Ok, your explanation makes sense, thanks. As a user, it was not entirely obvious, perhaps it should be called "Select images with all labels" to avoid any confusion?