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
[to
#42322933
]cv/video_summarization fix a code bug
修复一行错误代码 Link:
https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10477534
* fix a code bug
master
james.wjg
yingda.chen
3 years ago
parent
9842a427ef
commit
c582b19115
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modelscope/models/cv/video_summarization/summarizer.py
+ 1
- 1
modelscope/models/cv/video_summarization/summarizer.py
View File
@@ -161,7 +161,7 @@ def summary_format(summary, fps):
is_summary_frame = False
if is_summary_frame and summary[-1] == 1:
end_frame = len(
frame_idxe
s) - 1
end_frame = len(s
ummary
) - 1
frames_list.append([start_frame, end_frame])
output = []
Write
Preview
Loading…
Cancel
Save