SystemErrorWang / White-box-Cartoonization

Official tensorflow implementation for CVPR2020 paper “Learning to Cartoonize Using White-box Cartoon Representations”
3.95k stars 737 forks source link

Can it output more than 720p? #90

Open d351r3d opened 3 years ago

d351r3d commented 3 years ago

https://cartoonize-lkqov62dia-de.a.run.app/cartoonize

I've been using the demo and it only outputs images, even 4k images at 720. Really small. If I install this on my own computer could I get higher resolution images and video?

Is this able to be installed on Linux or BSD and if so which ones have been tested and are known to work without much issues?

SystemErrorWang commented 3 years ago

@d351r3d In the cartoonize.py, I mannully resize images with high resolution to 720*1280. if you want to apply this network to images with higher resolution, just comment these lines of code, but remember to make sure the resolution can be devided by 8