未验证 提交 d81d9cc5 编写于 作者: B BeBraveBeCurious 提交者: GitHub

Change typo of proccess (#265)

Change 'proccess' to 'process'
上级 0ded43f7
......@@ -89,7 +89,7 @@ if __name__ == "__main__":
temp_video_path = None
for order in orders:
print('Model {} proccess start..'.format(order))
print('Model {} process start..'.format(order))
if temp_video_path is None:
temp_video_path = args.input
if order == 'DAIN':
......@@ -126,4 +126,4 @@ if __name__ == "__main__":
print('Model {} output frames path:'.format(order), frames_path)
print('Model {} output video path:'.format(order), temp_video_path)
print('Model {} proccess done!'.format(order))
print('Model {} process done!'.format(order))
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册