nkolot / GraphCMR

Repository for the paper "Convolutional Mesh Regression for Single-Image Human Shape Reconstruction"
BSD 3-Clause "New" or "Revised" License
425 stars 67 forks source link

Why do you use different focal length for training and inference? #39

Open krumo opened 4 years ago

krumo commented 4 years ago

Hi, In function visualize_reconstruction(), the default focal length is 1000., while in your config file and function render(), the default focal length is 5000. The function visualize_reconstruction() is only called during training and function render() is called during inference. I am confused about the motivation to change the focal length in different stages. Thanks in advance!