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 unlabelled images" only works for a few seconds, then all images reappear #292

Open RoseBunker opened 2 years ago

RoseBunker commented 2 years ago

Describe the bug

I had “Select all unlabelled images” and then started labelling those, but after about three images, all image thumbnails re-appeared (i.e. including those labelled), even though “select all unlabeled images” icon was still green.

To Reproduce

Steps to reproduce the behaviour:

  1. Go to Curate
  2. Click on "Select all unlabelled images"
  3. The unlabelled images appear and the rest are filtered out of view
  4. Wait
  5. After X seconds, all images reappear; the "select all unlabelled images" icon remains green.

Expected behaviour

I expect that the labelled images won't ever reappear in the "select all unlabelled images" filter.

Screenshots

Not provided.

System Info (please complete the following information):

Additional context

I am adding another issue related to this one (Labelling images whilst viewing "select all unlabelled images" don't stay labelled), as both issues occurred within the same user process.

ChasNelson1990 commented 2 years ago

So I don't think this is an "After X seconds" issue. It's actually that your changing labels, which refreshes the view (during which time, if you change a label it can be ignored by accident) and the refreshed view isn't obeying the filter. @cooper667 should we be putting filters and view settings in the URL so that a refresh obeys them? Also, is this impacted (solved) by some of the batch updating work you were doing?