Add pilot small-scope image audit method

This commit is contained in:
OpenAI Codex
2026-03-31 21:50:36 +08:00
parent bf8533bc5f
commit ac72c75593
19 changed files with 689 additions and 0 deletions

View File

@@ -887,6 +887,71 @@ Style 语义专项里仍最重要的是:
- 严格对象级 render audit
- 检查 `missing / extra / mismatch`
## Small Scope Image Audit Pilot
本轮已把“小范围图像对比测试”正式跑通,目的有两个:
- 整理出当前继续收敛的唯一 `style.json`
- 建立一个更可信的视觉审计方法
当前固定的 style source of truth
- [`src/pbf/style.navsea-delivery-karatsu-10nm.json`](/root/sourceserver/pbf/src/pbf/style.navsea-delivery-karatsu-10nm.json)
虽然名字里仍是 `10nm`,但当前 `20nm compare` 右侧实际就是用它,因此:
- 后续继续收敛这一个 delivery style 文件
- 不再新增新的主 delivery style 文件来分散口径
本轮新增的小范围热点配置:
- [`strict_audit_hotspots_20nm_pilot.json`](/root/sourceserver/pbf/strict_audit_hotspots_20nm_pilot.json)
它只保留 3 个最代表当前问题的热点:
1. `takashima_main_harbor_marks`
2. `takashima_inner_nearshore_hazards`
3. `east_breakwater_marks`
试验版输出:
- [`report/strict_audit_pilot/strict_audit_summary.md`](/root/sourceserver/pbf/report/strict_audit_pilot/strict_audit_summary.md)
- [`report/strict_audit_pilot/strict_audit_summary.json`](/root/sourceserver/pbf/report/strict_audit_pilot/strict_audit_summary.json)
- [`report/strict_audit_pilot/hotspots`](/root/sourceserver/pbf/report/strict_audit_pilot/hotspots)
本轮 pilot 结果:
- `takashima_main_harbor_marks`
- changed ratio: `0.783759`
- `takashima_inner_nearshore_hazards`
- changed ratio: `0.744246`
- `east_breakwater_marks`
- changed ratio: `0.617833`
当前判断:
- 这 3 个热点足够小,也足够稳定
- 它们比整屏 diff 更适合指导 style 迭代
- 其中:
- `takashima_main_harbor_marks` 适合作为第一主观察点
- `east_breakwater_marks` 适合作为回归保护点
本轮也补了一份方法文档:
- [`NavSea_20nm_Small_Scope_Audit_Method.md`](/root/sourceserver/pbf/NavSea_20nm_Small_Scope_Audit_Method.md)
当前认可的“可信审计方法”是:
- `20nm compare` 肉眼审图
- 小范围 AOI 图像对比
- compare 页点击拾取
- `10nm rerun` 对象级 backend audit
而不是:
- 只看整屏图像 diff
- 或只看 `20nm` backend 总量数字
## Quick Resume Prompt
下次开机如果要快速接上,可以先看这份文件,再按下面这句继续: