White-box-Cartoonization
White-box-Cartoonization copied to clipboard
Re-making the model
I was trying to remake the model by TensorFlow 2.4 and bit easy to understand the format. I made the generator part. could you please help me with the training dataset?
also can you please guide me through the code as I'm finding it difficult to grasp.
here's a link to my trial:
@lllyasviel could you please help me out as well? I really want to do the code implementation!
@shivamsouravjha https://drive.google.com/file/d/10SGv_kbYhVLIC2hLlz2GBkHGAo0nec-3/view?usp=sharing for dataset, please try this. For code, I have no experience on tensorflow 2.x. There'is a pytorch version, but the effect is sub-optimal. I will try to find some time clean and upload them.
@SystemErrorWang @lllyasviel @shivamsouravjha Why disc_bn,disc_sn etc are used. Also could you give a brief overview of what the code in the selective_Search folder performs?
@ntbk1919 disc_sn is used in training the model, while disc_bn is never used, I just forgot to delete them