SystemErrorWang / White-box-Cartoonization

Official tensorflow implementation for CVPR2020 paper “Learning to Cartoonize Using White-box Cartoon Representations”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can it output more than 720p?

d351r3d opened this issue · comments

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?

@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