From b3eaddab6ffc1e98392137f3a581331581d51639 Mon Sep 17 00:00:00 2001 From: Ronghang Hu Date: Wed, 11 Dec 2024 19:27:27 +0000 Subject: [PATCH] nits --- sam2/sam2_video_predictor.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sam2/sam2_video_predictor.py b/sam2/sam2_video_predictor.py index b4f3860..4637706 100644 --- a/sam2/sam2_video_predictor.py +++ b/sam2/sam2_video_predictor.py @@ -980,9 +980,7 @@ class SAM2VideoPredictorVOS(SAM2VideoPredictor): self._compile_all_components() def _compile_all_components(self): - print( - "Compiling all components for for vos setting. First time may be very slow." - ) + print("Compiling all components for VOS setting. First time may be very slow.") self.memory_encoder.forward = torch.compile( self.memory_encoder.forward, mode="max-autotune",