YuDeng

Results 5 issues of YuDeng

Hi, 我看了下src部分的算法,在送入mobilefacenet之前似乎没有对人脸图片进行crop+alignment? 能告诉我这里面使用的mobilefacenet是在什么样的alignment下train的嘛。十分感谢!

Hi, thanks for sharing the implementation of pi-gan. I quickly go through the network part and find that there might be a bug in the mapping network: https://github.com/lucidrains/pi-GAN-pytorch/blob/0067bffdcea65feb552ee29f2c94dc59b3a545f2/pi_gan_pytorch/pi_gan_pytorch.py#L130 In my...

Hi, thanks for the excellent work. I'm trying to use your code to do some experiments and find a bug in core/utils/decoder_utils.py: In line 84, it seems that the grad_outputs...

Hello! I really appreciate for your great code of NIC model. I've revised your code and have done an training process based on your code. I want to know how...

Thank you for providing the tensorflow implement of the image caption generator. I'm wondering if there is an official code from google itself which can be found?