Accusys
|
4198a74002
|
feat: add confirm_identity.py for identity binding confirmation
Implements:
- confirm_single_trace(): Confirm identity binding for one trace
- Update TKG face_track node: status='confirmed'
- Update Qdrant _faces: identity_uuid for all points
- Update PG face_detections: identity_id
- Add trace centroid to _seeds (source='propagation')
- Auto-trigger Round 2 matching
- batch_confirm_from_json(): Batch confirm from suggestions file
- Confirm multiple suggestions from identity_matcher output
- Final propagation after all confirmations
- run_round_2_propagation(): Auto propagation trigger
- Get confirmed traces from TKG nodes
- Build identity_map for propagation
- Run identity_matcher.py Round 2
Usage:
python confirm_identity.py --file-uuid <uuid> --trace-id 1 --identity-id 1 --identity-uuid xxx --name 'Tom Hanks'
python confirm_identity.py --file-uuid <uuid> --json suggestions.json
python confirm_identity.py --file-uuid <uuid> --json suggestions.json --no-propagate
|
2026-06-25 01:38:00 +08:00 |
|