Accusys
e214106d48
feat: Phase 2.7 identity resolution for gaze/lip trace nodes
Implementation:
- gaze_trace nodes: Query face_trace identity_id, add to properties
- lip_trace nodes: Query face_trace identity_id, add to properties
- Rule2: Extend identity resolution to support gaze_trace/lip_trace node types
Architecture:
- All face-related nodes now have identity_id in TKG properties
- Rule2 unified identity resolution for face_trace/gaze_trace/lip_trace
- TKG-only approach (no face_detections dependency for identity)
Code Changes:
- src/core/processor/tkg.rs: Add identity_id query in gaze/lip builders
- src/core/chunk/rule2_ingest.rs: Extend node_type condition
Docs:
- docs_v1.0/DESIGN/TKG_PHASE2_7_IDENTITY_RESOLUTION.md
Status: Implementation complete, pending test with valid file
2026-06-21 05:12:13 +08:00
..
2026-05-25 10:31:37 +08:00
2026-06-21 04:47:49 +08:00
2026-06-21 05:12:13 +08:00
2026-06-02 07:13:23 +08:00
2026-06-02 07:13:23 +08:00
2026-06-02 07:13:23 +08:00
2026-06-21 04:47:49 +08:00
2026-06-21 04:47:49 +08:00
2026-05-17 02:26:09 +08:00
2026-05-14 01:53:59 +08:00
2026-06-21 04:47:49 +08:00
2026-05-15 12:18:29 +08:00
2026-06-21 03:12:38 +08:00
2026-06-02 07:13:23 +08:00
2026-05-17 02:26:09 +08:00
2026-06-02 07:13:23 +08:00