CharlesNord

Results 4 issues of CharlesNord

![image](https://user-images.githubusercontent.com/13357806/101060916-37a42880-3590-11eb-8473-a5591b95838f.png) In the red circle shown above, why you divide N by 3 ? N is the number of points, T(:, 4) has three elements, representing respectively the displacement in...

https://github.com/natanielruiz/deep-head-pose/blob/175dff7849b3cdb342b48253bba401a7a9ef0e87/code/train_hopenet.py#L58 Hi, in your code, you use model.named_modules() to get the parameter generator, thus control the learning rate of different layers, but I find that in a model that contains...

https://github.com/caogang/wgan-gp/blob/ae47a185ed2e938c39cf3eb2f06b32dc1b6a2064/gan_mnist.py#L148 Hi, I accidently saw your code when I google W-GAN GP. I think there is something wrong with your implementationi here. In W-GAN GP, the norm of the interpolated...

https://github.com/dougsouza/face-frontalization/blob/6cf2f094ef8009fab90ae902c28b2d7bf9ec252f/camera_calibration.py#L118 Hi, thank you very much for your code. I think this function is not well implemented. First of all, when we check if one point in a frustum, we...