Thanks for your great work! I'm a big fan of tha2 and it is so nice to see the demo of tha3.
It took me about 2 hours to figure out why my crypko generated image will not work but the originial images in the demo work well.
Seems the transparent pixel's actual color (it has RGB though its A is 0) has a big influence on the model itself.
The images provided by your demo has [0 0 0 0] for transparent pixels, but my Photoshop prefer [255 255 255 0] as transparent, and thus the output is not acceptable.
So I add a small fix on the PIL image to purify the transparent pixels, and my input images work well.
Cheers! Have a good day.
Thanks for your great work! I'm a big fan of tha2 and it is so nice to see the demo of tha3. It took me about 2 hours to figure out why my crypko generated image will not work but the originial images in the demo work well. Seems the transparent pixel's actual color (it has RGB though its A is 0) has a big influence on the model itself. The images provided by your demo has [0 0 0 0] for transparent pixels, but my Photoshop prefer [255 255 255 0] as transparent, and thus the output is not acceptable. So I add a small fix on the PIL image to purify the transparent pixels, and my input images work well. Cheers! Have a good day.