docs: add locked tiandao plaque texture
Some checks failed
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled

This commit is contained in:
冰朔 2026-06-23 22:28:57 +08:00
parent 7b3dfb56be
commit 9f84c58833
5 changed files with 44 additions and 2 deletions

View File

@ -124,6 +124,7 @@ JZAO外置盘: 产物存放地,不是状态主控。
| 苏白口型测试 | 🟡 RUN-001部分通过 | `video-ai-system/outputs/tests/TEST-LINE-001-SUBAI-RUN-001-REPORT.hdlp` |
| 牌匾/广告牌一致性测试 | 🟡 特写通过·同场失败 | `video-ai-system/outputs/tests/TEST-PROP-001-TDZ-PLAQUE-RUN-002-REPORT.hdlp` |
| 固定道具合成路线 | ✅ 已建立 | `video-ai-system/plans/script-to-screen/EP01-LOCKED-PROP-COMPOSITING-ROUTE.hdlp` |
| 牌匾固定贴图 | ✅ PNG已生成 | `video-ai-system/assets/props/PROP-TDZ-PLAQUE/texture/tdz-plaque-texture.png` |
| 广告牌资产 | ✅ 草案 | `video-ai-system/assets/props/PROP-FREE-AD-BOARD/manifest.hdlp` |
| 广告牌文字贴图 | ✅ PNG已生成 | `video-ai-system/assets/props/PROP-FREE-AD-BOARD/texture/free-ad-board-texture.png` |
| 百宗会场景资产 | ✅ 草案 | `video-ai-system/assets/envs/ENV-002-Baizonghui/manifest.hdlp` |

View File

@ -15,6 +15,10 @@ asset_type: prop
canonical_name: 天道宗牌匾
next_test: TEST-PROP-001
candidate_reference: /Volumes/JZAO/铸渊-ICE-GL-ZY001/OUT-输出/图片/zai-fu-fei-xiu-xian/ep01/anchors/prop-tiandaozong-vertical-plaque-reference.png
fixed_texture_svg: video-ai-system/assets/props/PROP-TDZ-PLAQUE/texture/tdz-plaque-texture.svg
fixed_texture_png: video-ai-system/assets/props/PROP-TDZ-PLAQUE/texture/tdz-plaque-texture.png
texture_status: GENERATED_D143c
compositing_status: PENDING_TEST
```
---
@ -40,7 +44,6 @@ candidate_reference: /Volumes/JZAO/铸渊-ICE-GL-ZY001/OUT-输出/图片/zai-fu-
```
approved/front.png
approved/angled.png
texture/tiandaozong-plaque-texture.png
tracking-tests/test-001-report.hdlp
rejected/negative-examples.hdlp
```
@ -65,7 +68,7 @@ rejected/negative-examples.hdlp
```
生成无字或弱字底板
使用 texture/tiandaozong-plaque-texture.png 做正式文字
使用 texture/tdz-plaque-texture.png 做正式文字
用 OpenCV/FFmpeg 做平面追踪或透视贴图
拆帧检查文字是否跳动
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

View File

@ -0,0 +1,36 @@
<svg xmlns="http://www.w3.org/2000/svg" width="720" height="1440" viewBox="0 0 720 1440">
<defs>
<linearGradient id="wood" x1="0" x2="1" y1="0" y2="1">
<stop offset="0" stop-color="#5b351d"/>
<stop offset="0.45" stop-color="#7a4a28"/>
<stop offset="1" stop-color="#3f2415"/>
</linearGradient>
<filter id="rough">
<feTurbulence type="fractalNoise" baseFrequency="0.018" numOctaves="4" seed="17"/>
<feDisplacementMap in="SourceGraphic" scale="7"/>
</filter>
<filter id="ink">
<feTurbulence type="fractalNoise" baseFrequency="0.045" numOctaves="3" seed="33"/>
<feDisplacementMap in="SourceGraphic" scale="2.5"/>
</filter>
</defs>
<rect width="720" height="1440" fill="none"/>
<g filter="url(#rough)">
<path d="M118 74 C132 43 194 58 222 72 C276 44 336 54 358 76 C406 50 463 54 496 82 C542 54 612 66 626 100 L604 1346 C593 1395 526 1384 492 1366 C446 1392 394 1376 360 1352 C314 1388 252 1374 224 1352 C174 1382 114 1360 106 1314 Z" fill="url(#wood)"/>
<path d="M155 118 C194 104 247 112 276 128 C324 108 384 106 426 130 C476 108 544 120 572 150 L548 1288 C520 1316 474 1310 438 1292 C384 1320 330 1302 292 1278 C248 1308 192 1302 158 1276 Z" fill="#ded3b6" opacity="0.84"/>
<path d="M132 102 L110 260 M612 116 L586 310 M128 1238 L102 1310 M592 1192 L624 1328" stroke="#25140c" stroke-width="16" stroke-linecap="round" opacity="0.55"/>
<path d="M186 178 C260 156 370 170 498 152 M176 1258 C298 1286 428 1270 536 1296" stroke="#2d180e" stroke-width="8" opacity="0.35"/>
</g>
<g fill="#080604" font-family="Kaiti SC, STKaiti, Songti SC, STSong, Hiragino Sans GB, STHeiti, serif" text-anchor="middle" filter="url(#ink)">
<text x="360" y="418" font-size="230" font-weight="700"></text>
<text x="360" y="742" font-size="230" font-weight="700"></text>
<text x="360" y="1066" font-size="230" font-weight="700"></text>
</g>
<g fill="#1f120b" opacity="0.88">
<circle cx="360" cy="78" r="21"/>
<path d="M340 76 C346 20 374 20 380 76" fill="none" stroke="#2b1a10" stroke-width="16" stroke-linecap="round"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -110,6 +110,7 @@ preview-003: 暂不生成。
| 苏白口型测试 | 🟡 RUN-001部分通过 | `outputs/tests/TEST-LINE-001-SUBAI-RUN-001-REPORT.hdlp` |
| 牌匾/广告牌一致性测试 | 🟡 特写通过·同场失败 | `outputs/tests/TEST-PROP-001-TDZ-PLAQUE-RUN-002-REPORT.hdlp` |
| 固定道具合成路线 | ✅ | `plans/script-to-screen/EP01-LOCKED-PROP-COMPOSITING-ROUTE.hdlp` |
| 牌匾固定贴图 | ✅ PNG已生成 | `assets/props/PROP-TDZ-PLAQUE/texture/tdz-plaque-texture.png` |
| 广告牌资产 | ✅ 草案 | `assets/props/PROP-FREE-AD-BOARD/manifest.hdlp` |
| 广告牌文字贴图 | ✅ PNG已生成 | `assets/props/PROP-FREE-AD-BOARD/texture/free-ad-board-texture.png` |
| 百宗会场景资产 | ✅ 草案 | `assets/envs/ENV-002-Baizonghui/manifest.hdlp` |
@ -198,6 +199,7 @@ preview-003: 暂不生成。
- [x] 执行 TEST-PROP-001 RUN-001: 火山Seedance牌匾特写测试 → `outputs/tests/TEST-PROP-001-TDZ-PLAQUE-RUN-001-REPORT.hdlp`
- [x] 执行 TEST-PROP-001 RUN-002: 苏白与同一牌匾同场测试 → 复合参考图路线失败
- [x] 建立工程合成/固定贴图路线解决E1-SHOT03牌匾同场 → `plans/script-to-screen/EP01-LOCKED-PROP-COMPOSITING-ROUTE.hdlp`
- [x] 生成 PROP-TDZ-PLAQUE 固定文字贴图PNG → `assets/props/PROP-TDZ-PLAQUE/texture/tdz-plaque-texture.png`
- [ ] 执行 TEST-PROP-001 RUN-003: 广告牌PNG文字贴图上镜追踪测试
- [ ] 生成或确认 CHAR-003-SuBai 批准参考图
- [ ] 生成或确认 PROP-TDZ-PLAQUE 批准贴图/参考