Commit 845fe399 authored by mac's avatar mac

no message

parent 24981f66
Pipeline #381 canceled with stages
......@@ -196,9 +196,9 @@ def video2comix(args):
# transform frame 2 comix
# 风格化处理
style_frame,stylization_time = img2Comix(args,net,device,frame)
#if i == 0:
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")
save(style_frame, args.output_dir, imgname + str(i) + "_c")
img = style_frame
#print('>>style_frame size=', img.shape)
......
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