Commit 9f36911a authored by mac's avatar mac

c

parent 5c37e59c
Pipeline #364 canceled with stages
......@@ -117,6 +117,7 @@ def img2Comix(args,net,device,image):
out = 255 * out
print(type(out))
print(out.shape)
print(out)
#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