diff --git a/modelscope/pipelines/cv/video_human_matting_pipeline.py b/modelscope/pipelines/cv/video_human_matting_pipeline.py index b4e6f2ba..e9a05d84 100644 --- a/modelscope/pipelines/cv/video_human_matting_pipeline.py +++ b/modelscope/pipelines/cv/video_human_matting_pipeline.py @@ -50,7 +50,7 @@ class VideoHumanMattingPipeline(Pipeline): masks = [] rec = [None] * 4 self.model = self.model.to(self.device) - logger.info('matting start using ', self.device) + logger.info('matting start using ' + self.device) with torch.no_grad(): while True: if frame is None: