wangsen1312 / joints2smpl

fit smpl parameters model using 3D joints
157 stars 10 forks source link

Optimising body joints with camera_translation gradients enabled #2

Closed nefeliandreou closed 1 year ago

nefeliandreou commented 1 year ago

Hi, thanks for sharing this project. I have a question regarding the part where the body joints are optimised. In this line, shouldn't the gradients for camera_translation be disabled, i.e. replace

camera_translation.requires_grad = True

by

camera_translation.requires_grad = False

or am I missing something? Thanks!

wangsen1312 commented 1 year ago

@nefeliandreou Thank you for your point out. I have tried this two diffrerent settings, I found even in the second round make the camera_translation work will increase a little accuaracy so I left it here.