Accusys
|
2cfcfdd1af
|
feat: Phase 2.6 edges migration to Qdrant (TKG-only architecture)
Phase 2.6.1: co_occurrence_edges migration
- build_co_occurrence_edges_from_qdrant()
- Qdrant embeddings → frame grouping → YOLO objects
- Result: 6679 edges (vs 6701 PostgreSQL)
Phase 2.6.2: face_face_edges migration
- build_face_face_edges_from_qdrant()
- Qdrant embeddings → frame grouping → face pairs
- mutual_gaze detection preserved
- Result: 6 edges (exact match)
Phase 2.6.3: speaker_face_edges migration
- build_speaker_face_edges_from_qdrant()
- Qdrant embeddings → trace_id frame ranges
- SPEAKS_AS edge creation
Architecture:
- All edges use Qdrant payload (no face_detections queries)
- PostgreSQL fallback for empty Qdrant
- Estimated 3.6x performance improvement
Testing:
- Playground (3003): ✓ All Phase 2.6 logs verified
- Edge counts: ✓ Close match with PostgreSQL
- Fallback: ✓ Working
Docs:
- docs_v1.0/DESIGN/TKG_PHASE2_6_EDGES_MIGRATION.md
- docs_v1.0/M4_workspace/2026-06-21_phase2_6_test.md
|
2026-06-21 04:47:49 +08:00 |
|
Accusys
|
e1572907ae
|
feat: ASRX hybrid pipeline, identity history, worker fixes, checkpoint system
|
2026-06-02 07:13:23 +08:00 |
|
Accusys
|
39888ce3cc
|
feat: eye filter flag + QA fixes (Gemma4 prompt, YOLO boundary, PaliGemma score, GDINO skip)
|
2026-05-14 12:24:25 +08:00 |
|
Accusys
|
64bcfd716e
|
feat: merge traces within same cut — centroid similarity threshold 0.75
|
2026-05-14 03:04:03 +08:00 |
|
Accusys
|
b66d7963c2
|
fix: store_traced_faces — embed from DB, UPDATE not INSERT, dedup
|
2026-05-14 00:32:39 +08:00 |
|
Accusys
|
74f00d3baa
|
fix: face traces split at scene cuts — even same person, different cut
|
2026-05-14 00:21:17 +08:00 |
|
Accusys
|
fc16e7b1c3
|
fix: Phase 1 pipeline fully operational
- store_traced_faces.py: add --uuid arg for PythonExecutor compat
- tkg_builder.py: add --uuid arg + timestamp_secs column fix
- release_pack.py: fix pg_dump/psql paths, proper JSON escaping
- pipeline_checklist.py: new independent verification tool
Phase 1 checklist 8/8 PASS:
ASR ✅ ASRX ✅ sentence chunks ✅ vector embeddings ✅
face trace ✅ TKG graph ✅ trace chunks ✅ Phase 1 release ✅
|
2026-05-09 17:21:17 +08:00 |
|
Warren
|
65a1f77e65
|
feat: trace quality agent selection report, identity clustering runner_v2 DB write, age/gender CoreML selection, updated experiment config UUID
|
2026-05-06 14:41:48 +08:00 |
|