docs: deploy from e588597

This commit is contained in:
2026-07-21 09:12:46 +02:00
parent 34b1f2c58f
commit 9c029d43ca
9 changed files with 35 additions and 29 deletions
+3 -3
View File
@@ -835,7 +835,7 @@ model-choice effect: LVFace beats r18 by 6.2pp in full mode but beats mbf by
<h2 id="why-this-is-not-the-shipped-default">Why this is not the shipped default<a class="headerlink" href="#why-this-is-not-the-shipped-default" title="Permanent link">&para;</a></h2>
<p>Cast restriction is implemented today only as an offline optimizer
technique
(<a href="https://gitea.tourolle.paris/dtourolle/scene-actor-extraction/raw/commit/0bd27470698c45cab21935d636a04512360e1008/scripts/optimizer/cast_restrict.py"><code>scripts/optimizer/cast_restrict.py</code></a>):
(<a href="https://gitea.tourolle.paris/dtourolle/scene-actor-extraction/raw/commit/e5885977dfd04741a0d1bb7aaf0270d9c40a2fa8/scripts/optimizer/cast_restrict.py"><code>scripts/optimizer/cast_restrict.py</code></a>):
it pre-builds a filtered gallery file per film using Jellyfin's cast list
before the benchmark calls the matcher. There is no runtime "restrict to
this title's credited cast" switch in the shipped application;
@@ -844,7 +844,7 @@ given.</p>
<p>Building this as a real feature requires:</p>
<ul>
<li>A live Jellyfin cast lookup at analysis time. The title is already known,
and <a href="https://gitea.tourolle.paris/dtourolle/scene-actor-extraction/raw/commit/0bd27470698c45cab21935d636a04512360e1008/scripts/run_from_jellyfin.py"><code>scripts/run_from_jellyfin.py</code></a>
and <a href="https://gitea.tourolle.paris/dtourolle/scene-actor-extraction/raw/commit/e5885977dfd04741a0d1bb7aaf0270d9c40a2fa8/scripts/run_from_jellyfin.py"><code>scripts/run_from_jellyfin.py</code></a>
already performs this lookup for its own <code>filter_gallery</code>-based
restriction path; it is not wired into <code>scene_analyze</code> as a first-class
option.</li>
@@ -855,7 +855,7 @@ given.</p>
<li>Regenerating the restricted-gallery cache whenever a title's Jellyfin
cast list changes.</li>
</ul>
<p>The shipped <a href="https://gitea.tourolle.paris/dtourolle/scene-actor-extraction/raw/commit/0bd27470698c45cab21935d636a04512360e1008/src/config.hpp"><code>src/config.hpp</code></a> defaults use
<p>The shipped <a href="https://gitea.tourolle.paris/dtourolle/scene-actor-extraction/raw/commit/e5885977dfd04741a0d1bb7aaf0270d9c40a2fa8/src/config.hpp"><code>src/config.hpp</code></a> defaults use
the full-mode winner (<code>LVFace-B_Glint360K_full_exp</code>, F1 75.3% training,
67.4% held-out macro) rather than the higher-scoring <code>restricted_exp</code>
(78.3%), because 78.3% describes a capability the application does not