fix: 05_inference viser-kill + background-poll + offload_to_cpu from yaml #13
Reference in New Issue
Block a user
Delete Branch "fix/05-inference-viser-kill-offload"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause
Demo.py starts viser server after writing PLY; SSH blocks on viser (never exits). Python timeout=7200s fires, remote demo.py orphaned. Multiple orphans compete for GPU with --offload_to_cpu → pure CPU inference, 6h+ per 500-frame segment.
Fixes