This commit is contained in:
2025-07-27 10:37:40 -07:00
parent f0cf3341af
commit c1aa11e5a0
2 changed files with 25 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ matting:
memory_offload: true # Critical for streaming - offload to CPU when needed
fp16: false # Disable FP16 to avoid type mismatch with compiled models for memory efficiency
continuous_correction: true # Periodically refine tracking
correction_interval: 300 # Correct every 5 seconds at 60fps
correction_interval: 30 # Correct every 0.5 seconds at 60fps (for testing)
stereo:
mode: "master_slave" # Left eye detects, right eye follows