Commit feb35d25 authored by mac's avatar mac

no message

parent cdfea44b
Pipeline #376 canceled with stages
......@@ -99,8 +99,8 @@ def img2Comix(args,net,device,image):
#image = load_image(os.path.join(args.input_dir, image_name), args.x32)
w, h = image.size
print('>>input img size=', w, ',', h)
w, h, c = image.shape
print('>>input img size=', w, ',', h, ',',c)
image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB)
w, h = image.size
print('>>cvtColor img size=',w,',',h)
......
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