SystemErrorWang / White-box-Cartoonization

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

Question #94

Closed Aspector1 closed 1 year ago

Aspector1 commented 2 years ago

Sorry for the dumb question, but how do I use the VGG_19 model?

SystemErrorWang commented 2 years ago

you can read the training code, it loads the pretrained vgg19 model for feature extractor.