KumarLabJax / JABS-behavior-classifier

Behavior Classifier Component from the Jax Animal Behavior System
Other
11 stars 1 forks source link

UI Can't open first video cached predictions #28

Closed SkepticRaven closed 5 months ago

SkepticRaven commented 11 months ago

When training a classifier + predicting on the project, predictions are generated and cached. If you happen to have the first video selected when you predict, it will render the predictions. However, when you seek to the first video, it will not load predictions correctly and simply display: unable to open saved inferences for <first_video_in_project>

You can click predict again and wait to get it to render, but it will never load the first video in the project predictions from cache.

SkepticRaven commented 11 months ago

This bug appears at least on v0.16.3 from https://github.com/KumarLabJax/JABS-behavior-classifier/pull/23/commits/49c9b102af78e9680115e46ef5d2168024306b98 As well as 0.16.2

I only tested a multimouse project (v5 pose files), so unsure if it is still present for v2 projects.

SkepticRaven commented 5 months ago

Issue seems to be resolved by https://github.com/KumarLabJax/JABS-behavior-classifier/pull/22 (0.17.0 merge)