mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-25 04:29:22 +01:00
fix log format to avoid misunderstanding
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11013023
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user