From 93b6827b14bae5152a0c593a57aa24bf15765cd4 Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Sun, 19 Jul 2026 22:06:56 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20richer=20report=20=E2=80=94=20data=20fi?= =?UTF-8?q?gures,=20success/failure=20frames,=20commit-pinned=20repo=20lin?= =?UTF-8?q?ks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - experiment_charts.py generates 4 figures from experiments/ artifacts: held-out per-film F1, 16-combo ranking, DE search landscape, and the Downton detector-vs-tracker ghost timeline (replaces the blank title-card screenshot) - new frames: 19-correct wedding shot (success case), Many Saints ghost-vs-unknown frame (three error classes in one image) - rename rep4-optimizer-results.md -> model-bakeoff.md; rep4 kept only as the on-disk artifact prefix, explained once - repo file references are now links via https://REPOLINK/ placeholders; build_site.sh pins them to the HEAD commit's raw URLs and fails the build if a linked path doesn't exist at HEAD - drop references to removed scripts (scene_score.py, score_config.py) and to session-memory names; mark artifact-registry paths with their pull commands - commit readme_example.jpg + pipeline_topology.svg so README renders on the plain Gitea repo view - deploy_pages.sh: push built site/ to the gitea-pages branch --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 46b67b3..6e76504 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,5 @@ site_name: scene-actor-extraction +site_url: https://pages.tourolle.paris/dtourolle/scene-actor-extraction/ site_description: Face-recognition pipeline for finding on-screen actor presence in film/TV, built on KPN++ repo_url: https://gitea.tourolle.paris/dtourolle/scene-actor-extraction repo_name: dtourolle/scene-actor-extraction