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

Consumer uses cached prediction if uploaded file name has been used previously #458

Closed
elaubsch opened this issue Jun 2, 2022 · 0 comments · Fixed by vanvalenlab/kiosk-redis-consumer#196
Labels
bug Something isn't working

Comments

@elaubsch
Copy link
Member

elaubsch commented Jun 2, 2022

Describe the bug
The consumer uses cached prediction if the uploaded file name has been used previously. This would typically be a good method for avoiding redundant predictions, but it is causing bad Polaris predictions. When a file is uploaded with the same name as was uploaded to previous clusters (before changes that address a bug in the Polaris consumer), the old, incorrect predictions are returned.

To Reproduce

  1. Go to deepcell.org/predict
  2. Download example file
  3. Rename it to MERFISH_example_RGB.png
  4. Submit it for prediction

Expected behavior
Predicted spot locations will be shifted from their locations in the original image.

Screenshots
Bad spot predictions:
image
Good spot predictions:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant