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

In bilibili's demo video, it doesn't seem to perform well at night? #9

Closed TCBocean closed 4 years ago

TCBocean commented 4 years ago

In bilibili's demo video, it doesn't seem to perform well at night? Is it because the training data rarely involve night scenes? I see that the comparison results given in the thesis are relatively bright pictures and the pictures all have a certain composition, without involving the night scene.

SystemErrorWang commented 4 years ago

Yes, when training the network, we did not consider too much for the night scenes, and the datasets are not designed for these use cases. If trained on selected night images, I think the performance on nights will be increased.

TCBocean commented 4 years ago

Similar to my guess, but this is still a good job.