Momentry Studio ec67e749d7 fix: correct pipeline stage weights to match Core API
Problem:
- rule1_ingestion weight was 0.10 (should be 0.05)
- face_tracing weight was 0.10 (should be 0.05)
- identity_agent was filtered out (should be included with 0.10)
- Progress percentage calculation was incorrect

Solution:
1. Correct weights based on Core team specifications
2. Remove identity_agent filter (now part of pipeline)
3. Use correct weights:
   - processors: 0.30
   - rule1_ingestion: 0.05
   - face_tracing: 0.05
   - identity_agent: 0.10
   - tkg_nodes: 0.20
   - tkg_edges: 0.15
   - rule2_ingestion: 0.15

Impact:
- Progress percentage now accurately reflects pipeline completion
- All stages properly tracked and weighted

Thanks Core team for the correct weight configuration!
2026-07-25 02:20:50 +08:00
2026-06-13 17:50:02 +08:00
Description
No description provided
1.1 GiB
Languages
D 68.8%
Rust 20.8%
Vue 6.5%
CSS 1.8%
TypeScript 1.6%
Other 0.4%