- 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/<path> 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
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
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
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
- scheme: slate
|
|
primary: indigo
|
|
accent: indigo
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- navigation.top
|
|
- content.code.copy
|
|
- content.code.annotate
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Findings:
|
|
- Best Model: best-model.md
|
|
- Gallery Scope (Full vs. Limited): gallery-scope.md
|
|
- Pose Expansion: pose-expansion.md
|
|
- LVFace Deep Dive: lvface-deep-dive.md
|
|
- Model Bake-off & Re-tune (full log): model-bakeoff.md
|
|
- Optimizer Experiments (prior round): optimizer-experiments.md
|
|
- Service Conversion (proposal): service-conversion.md
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.snippets:
|
|
base_path: ['.']
|
|
check_paths: true
|
|
- pymdownx.details
|
|
- attr_list
|
|
- md_in_html
|