fix log format to avoid misunderstanding

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11013023
This commit is contained in:
jinmao.yk
2022-12-07 19:04:09 +08:00
committed by wenmeng.zwm
parent 92c5abb076
commit 8284d2d366

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: