diff --git a/vr180_streaming/sam2_streaming_simple.py b/vr180_streaming/sam2_streaming_simple.py index dd90454..4d00265 100644 --- a/vr180_streaming/sam2_streaming_simple.py +++ b/vr180_streaming/sam2_streaming_simple.py @@ -50,7 +50,6 @@ class SAM2StreamingProcessor: vos_optimized=False, # Disable to avoid CUDA graph issues hydra_overrides_extra=[ "++model.compile_image_encoder=false", # Disable compilation - "++model.memory_attention.use_amp=false", # Disable AMP for stability ] )