Accusys
db8bb8fa95
fix(tkg): handle null identity_id + remove skin_tone nodes
- Fix Phase 2.5 null handling in build_gaze/lip_track_nodes
- Use query_scalar::<_, Option<i64>> + flatten() for nullable fields
- Prevents 'unexpected null' decoding errors
- Remove skin_tone_trace_nodes from TKG build
- Delete build_skin_tone_trace_nodes function (110 lines)
- Remove from TkgResult struct and API response
- Skin tone should be independent function, not in TKG
Result: TKG rebuild now completes successfully
- Nodes: 40 (face_track, gaze_track, text_region, appearance)
- Edges: 2967 (co_occurrence edges increased from 21 → 2964)
2026-06-22 16:39:47 +08:00
..
2026-06-22 16:39:47 +08:00
2026-06-13 16:25:52 +08:00
2026-06-22 07:18:21 +08:00
2026-06-22 16:39:47 +08:00
2026-05-21 01:08:30 +08:00
2026-06-22 07:18:21 +08:00
2026-06-21 04:47:49 +08:00
2026-06-21 04:47:49 +08:00
2026-05-21 01:08:30 +08:00
2026-06-22 15:34:02 +08:00
2026-05-09 13:30:00 +08:00
2026-06-21 04:47:49 +08:00
2026-05-08 00:48:15 +08:00
2026-06-22 15:34:02 +08:00
2026-04-25 17:15:45 +08:00