Skip to content

feat(temporal-model-explorer): register vit_dinov2_finetune_stabilized variant#84

Merged
Chouffe merged 1 commit into
mainfrom
worktree-register-stabilized-explorer
Jun 8, 2026
Merged

feat(temporal-model-explorer): register vit_dinov2_finetune_stabilized variant#84
Chouffe merged 1 commit into
mainfrom
worktree-register-stabilized-explorer

Conversation

@Chouffe

@Chouffe Chouffe commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

What

Registers the vit_dinov2_finetune_stabilized model in the temporal-model-explorer's params.yaml models: map, so it appears in the viewer's sidebar model selector alongside the existing per-frame vit_dinov2_finetune.

Changes

  • params.yaml — add the stabilized variant's source model.zip path.
  • dvc.lock — reflects the rescore: prepare_models now copies both zips; run_models scores both models over the sequence store (768 sequences each).

Notes

  • No app.py change needed: the stabilized model bakes stabilize: true internally and emits the same details schema, so decisions, tube timeline, and performance cards render faithfully.
  • Known caveat: the per-tube crop thumbnails still re-crop from each frame's drifting detection box, not the fixed union_window the stabilized model actually scores. Decisions/metrics are faithful; the crop thumbnails are illustrative only.
  • Context: the stabilized A/B was previously unfavorable vs per-frame (doubled FPs at equal recall); this PR is about making the variant browsable in the explorer, not changing any default.

…d variant

Add the stabilized vit_dinov2 model to the explorer's models map so it
appears in the viewer's model selector alongside the per-frame variant.
dvc.lock reflects the rescore: prepare_models copies both zips and
run_models scores both models over the sequence store.
@Chouffe Chouffe merged commit 7bf2eeb into main Jun 8, 2026
21 checks passed
@Chouffe Chouffe deleted the worktree-register-stabilized-explorer branch June 8, 2026 13:22
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.

1 participant