Commit 486c4812 authored by mac's avatar mac

c

parent f08a0afc
Pipeline #359 canceled with stages
......@@ -180,8 +180,8 @@ def video2comix(args):
# 风格化处理
style_frame,stylization_time = img2Comix(args,net,device,frame)
if i == 0:
style_frame.save(os.path.join(args.output_dir, imgname + str(i) + "_c.jpg"))
#save(style_frame, args.output_dir, imgname + str(i) + "_c")
#style_frame.save(os.path.join(args.output_dir, imgname + str(i) + "_c.jpg"))
save(style_frame, args.output_dir, imgname + str(i) + "_c")
#img = style_frame.astype('uint8')
#print('---------style_frame type=' , type(style_frame))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment