anhttran / 3dmm_cnn

Regressing Robust and Discriminative 3D Morphable Models with a very Deep Neural Network
Other
857 stars 254 forks source link

about the network input images size #52

Closed Archer666 closed 5 years ago

Archer666 commented 5 years ago

LFW and other 2D datasets have many image sizes smaller than your network input size 224*224, how do you do it

anhttran commented 5 years ago

My code automatically crop and resize the input image to 224x224.