MandyMo / pytorch_HMR

pytorch version of "End-to-end Recovery of Human Shape and Pose"
592 stars 95 forks source link

Missing smpl's parameter #17

Closed Hummmm closed 5 years ago

Hummmm commented 5 years ago

HI, I want to run a demo.py to test trained model. However, the result turns out like this, "finished create the encoder modules... parameter smpl.v_template not found parameter smpl.shapedirs not found parameter smpl.J_regressor not found parameter smpl.posedirs not found parameter smpl.joint_regressor not found parameter smpl.weight not found parameter smpl.e3 not found" Did I miss any code as I only use"smpl = model.smpl" ?

MandyMo commented 5 years ago

These parameters are constant, as a result, they are not included in the pre-trained model.