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

Loading Resnet50 pretrained? #43

Open thaithanhtuan opened 3 years ago

thaithanhtuan commented 3 years ago

Thank you for your great works. I wonder what is the benefit of loading resnet50 pretrained? Why don't you training from scratch? If I load resnet50 pretrained, fix the parameters of the Resnet50 and Only train the GCNN part? How do you think about the result of this? Regards,