docs/rep4-optimizer-results.md is the main deliverable: the model bake-off + threshold re-tune experiment log, including the ROCm teardown deadlock root cause and fix, DE concurrency tuning, the 16-combo results table, held-out validation against 5 films never seen by the optimizer (macro F1 67.4% vs. 75.3% training — a real generalization gap), the frozen-bbox "ghost track" failure mode found via annotated frame evidence, calibration curves per model, and an isolated-effects breakdown of gallery scope vs. pose expansion. MkDocs site (mkdocs.yml, docs/index.md) renders docs/*.md; scripts/docs/ pulls referenced images from the artifact registry and generates the calibration chart at build time (see the tooling commit) rather than committing images to the repo. experiments/ now keeps only scripts + README + SESSION_STATE.md in git — every data artifact (galleries, dumps, X-Ray corpus, montage frames, trajectories, manifests, results) moved to the Gitea package registry. film-lut.template.json is the committed placeholder for the gitignored file-lut.json (real local movie paths, never shared — some source filenames carry scene-release tags). Adds models/transnetv2.onnx (via Git LFS, matching the other ONNX models) for the new scene-detection path.
11 lines
688 B
JSON
11 lines
688 B
JSON
{
|
|
"Benny___Joon": "/path/to/your/movies/<replace-with-your-file>.mp4",
|
|
"Café_Society": "/path/to/your/movies/<replace-with-your-file>.mp4",
|
|
"Downton_Abbey__A_New_Era": "/path/to/your/movies/<replace-with-your-file>.mp4",
|
|
"Lord_of_War": "/path/to/your/movies/<replace-with-your-file>.mp4",
|
|
"Lovelace": "/path/to/your/movies/<replace-with-your-file>.mp4",
|
|
"The_Many_Saints_of_Newark": "/path/to/your/movies/<replace-with-your-file>.mp4",
|
|
"Scarface": "/path/to/your/movies/<replace-with-your-file>.mp4",
|
|
"Sound_of_Metal": "/path/to/your/movies/<replace-with-your-file>.mp4",
|
|
"Valerian_and_the_City_of_a_Thousand_Plan": "/path/to/your/movies/<replace-with-your-file>.mp4"
|
|
} |