Browse Source

fix log format to avoid misunderstanding

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11013023
master^2
jinmao.yk wenmeng.zwm 3 years ago
parent
commit
8284d2d366
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modelscope/pipelines/cv/video_human_matting_pipeline.py

+ 1
- 1
modelscope/pipelines/cv/video_human_matting_pipeline.py View File

@@ -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:


Loading…
Cancel
Save