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

image[k] = (image[k]+1) * 127.5 #101

Open cyy0324 opened 2 years ago

cyy0324 commented 2 years ago

image[k] = (image[k]+1) 127.5 What is the meaning of 127.5 in this line of code?

xiaoyuddd commented 2 years ago

请问train.py中运行后显示kind的类型是avg是什么意思

XINGYONGZHEN commented 4 months ago

我在这二个地方都出现了错误,请问你们解决了嘛