a2bc
a2bc
Hello, (x,y) = (0, 0) is the top-left of the input image, but who know where plan z = 0 is ? This paper uses the database from http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm which...
Hello, Thanks to share this great job ! Just a question by curiosity: did you test that converted pytorch version provides similar results as the original TFLite one ? :-)
Hello, Thanks for your paper https://openaccess.thecvf.com/content_CVPR_2019/papers/Chen_Camera_Lens_Super-Resolution_CVPR_2019_paper.pdf and sharing code. I would like to ask you some questions 1. For the section 6.1 in your paper "Advanced digital zoom" Once the...
Hi, Thanks so much for this review. I would like to introduce another paper "Learning Steerable Function for Efficient Image Resampling" (a.k.a LeRF), CVPR 2023, which can do arbitrary shape...
Hi, Thanks so much for this paper and code. I track the code and see that: **In kernelGAN.py** `d_pred_fake = self.D.forward((g_output + torch.randn_like(g_output) / 255.).detach())` **In data.py** ``` if not...