Add audit mode for 20nm compare screenshots

This commit is contained in:
OpenAI Codex
2026-04-01 17:59:24 +08:00
parent 931920023e
commit 58fd3dd9bd
4 changed files with 451 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ Remote: `ssh://git@nas:2222/tei/pbf.git`
当前页面版本体系:
- `HTML: compare-r15-20260401-1705`
- `HTML: compare-r16-20260401-1734`
当前页面支持 2 个 profile但仍是同一张 HTML
@@ -41,6 +41,9 @@ Remote: `ssh://git@nas:2222/tei/pbf.git`
- HTML / Style / PBF 三层版本可见
- 页面现在还支持 URL 相机参数,便于同一张页面切到热点区做自动截图:
- `?profile=karatsu20&center=130.335,33.6385&zoom=12.2`
- 页面现在还支持纯地图审计模式:
- `?profile=karatsu20&audit=1&center=130.335,33.6385&zoom=12.2`
- 会隐藏 pane tag / inspect panel / status / 地图控件,避免截图被页面 UI 污染
## Current Truth
@@ -228,6 +231,12 @@ Remote: `ssh://git@nas:2222/tei/pbf.git`
- `20nm` backend 仍不适合当严格对象级审计
- 博多港 AOI 现在也已经纳入固定截图审计
- `r10` 的设施文字层试验让热点差异变大,已回退;当前线上保留 `r11`
- `r12` 开始改用 `audit=1` 纯地图截图:
- overall changed ratio: `0.604496`
- `hakata_central_passage_marks`: `0.822115`
- `hakata_route_outline_facility`: `0.741461`
- `hakata_inner_harbor_facilities`: `0.697737`
- 这说明此前 `r9/r11``0.80` 级别差异里,有相当一部分是页面 UI 噪音,不是地图本体差异
- 当前正式审计顺序已经明确为:
-`object preservation audit`
-`render audit`