Commit 32f8afc8 authored by mac's avatar mac

no message

parent feb35d25
Pipeline #377 canceled with stages
......@@ -102,8 +102,8 @@ def img2Comix(args,net,device,image):
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)
size = image.shape
print('>>cvtColor img size=',size)
image = img_2_x32(image,args.x32)
w, h = image.size
print('>>img_2_x32 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