MakeupEmbeddingGAN-tf-Implement
MakeupEmbeddingGAN-tf-Implement copied to clipboard
Thanks for sharing! I am trying to see the results of this model. Could you give the pre-trained model of this work?
我的理解, 下面这行代码是将source里的每一个值找到在直方图里对应的位置. 但这行代码假设了`min_value = 0`. 否则找到的位置是不准确的. https://github.com/baldFemale/MakeupEmbeddingGAN-tf-Implement/blob/45b5e5dafe5c2eac49964d294601e06c5dae0edd/main.py#L355 不知道我的理解是否正确, 谢谢.
gammas["c1"], betas["c1"] = pnet_fc(c1,"fc_gamma_c1"),pnet_fc(c1,"fc_beta_c1") gammas["c1"], betas["c1"] 难道不是一样的值么???这两个参数这么写的话明明是一样的吧