Commit f7235fbc authored by mac's avatar mac

c

parent bc6d283d
Pipeline #362 canceled with stages
......@@ -114,6 +114,8 @@ def img2Comix(args,net,device,image):
out = np.rollaxis(out, 0, 3) #形状变为HxWxC
# 改变数值,矩阵乘以255
out = 255 * out
print(type(out))
print(out.shape)
#out = to_pil_image(out)
return out
......
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