Persist full GSI payloads to per-match JSONL for later analysis.
Default-on dump keeps every POST body under samples/raw/<matchid>/gsi.jsonl, with CLI overrides to disable when disk use is a concern. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -30,7 +30,7 @@ Windows 上的 Dota 2 **天梯选将识别**工具:用 GSI 感知选将阶段
|
||||
|
||||
运行时产物(**勿提交**,见 `.gitignore`):
|
||||
|
||||
- `samples/raw/<matchid>/` — GSI 会话截图;手动 `capture.py` 可写在 `raw/` 根下
|
||||
- `samples/raw/<matchid>/` — GSI 会话截图与 `gsi.jsonl`;手动 `capture.py` 可写在 `raw/` 根下
|
||||
- `preview/` — 标定 / sheet 预览
|
||||
- `results/` — 每局 JSON
|
||||
- `failures/` — `--truth` 调试用错识裁切
|
||||
@@ -39,6 +39,7 @@ Windows 上的 Dota 2 **天梯选将识别**工具:用 GSI 感知选将阶段
|
||||
|
||||
```
|
||||
Dota 2 GSI → gsi_watch.py (:3223)
|
||||
→ 全量 payload → samples/raw/<matchid>/gsi.jsonl(可关)
|
||||
→ DraftSession 轮询截屏 → samples/raw/<matchid>/
|
||||
→ recognize_image (CDN 模板 + 可选天梯遮罩)
|
||||
→ roles / grid / modes(辅助)
|
||||
|
||||
Reference in New Issue
Block a user