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

Fix score based sorting of sampled images in Image List #107

Open
PaulHax opened this issue Sep 13, 2024 · 0 comments
Open

Fix score based sorting of sampled images in Image List #107

PaulHax opened this issue Sep 13, 2024 · 0 comments

Comments

@PaulHax
Copy link
Collaborator

PaulHax commented Sep 13, 2024

Problem

Currently, when a user sorts by an annotation similarity metric in the "Image List," only images that have been "processed" have a valid score and are correclty sorted. Images that have not scrolled into view don't get processed.

Also, show spinner for score, not 0 if not computed yet.

Approach

After processing images in view, system should continue processing the rest of the sampled images.

  • Chaning the transform or inference model shall invalidate the scores and trigger reprocessing.
  • Processed images shall be cached, until the cache is full so as not to eject "in view" images from cache.
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

1 participant