This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
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
92c5abb076
commit
8284d2d366
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 = []
masks = []
rec = [None] * 4
rec = [None] * 4
self.model = self.model.to(self.device)
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():
with torch.no_grad():
while True:
while True:
if frame is None:
if frame is None:
Write
Preview
Loading…
Cancel
Save