Skip to content

Conversation

@SkepticRaven
Copy link
Contributor

@SkepticRaven SkepticRaven commented Nov 26, 2025

Moves the location of where "no prediction" is applied.

Handling of removing predictions when poses are invalid prior to these changes was applied in 2 separate locations:

  1. classification thread in UI between making predictions and saving them
  2. classification logic in cli between making predictions and saving them

Blanking predictions after these changes is now owned by the classifier's predict and predict_proba methods.

@gbeane
Copy link
Collaborator

gbeane commented Nov 26, 2025

This is failing our ruff format and linting checks

@SkepticRaven please run
ruff check src and fix any issues followed by ruff format src

@SkepticRaven SkepticRaven marked this pull request as ready for review November 28, 2025 14:37
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

Successfully merging this pull request may close these issues.

3 participants