Front-Back confusion + control #predicted_skeletons #1701
Unanswered
RubenTeunisse
asked this question in
Help!
Replies: 1 comment 2 replies
-
Hello @RubenTeunisse! Sorry for the delayed response,
A follow-up question: let us know how this goes, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
The models coming out of the sleap framework are working great and we are looking for two further optimizations.
Do you have any specific recommendations or paramaters to tune to target this?
The model is based on 285 labeled frames, and we also see it for a model train trained on over a thousand frames from slightly different videos.
The model is trained using the following settings:
Is there a way to get more candidate instances out of the inference_model.predict_on_batch() function (like changing some paramater for training)? Even before trimming based on the instance_scores/centroid_vals we get about the number of suggested instances equal to the number of mice in view. This is usually perfect, but in the case of a mistake like just described, our custom cross-frame identity tracking is unable to select a candidate instance that was considered less likely based on the single-frame inference, but much more likely given the temporal information.
It would be great if you could guide us in the right direction.
Cheers,
Ruben
Beta Was this translation helpful? Give feedback.
All reactions