We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
render_smpl
pw3d_test.npz
I try to use API render_smpl to visualize the mesh generated by the smpl model stored in pw3d_test.npz. My method is:
cam_params
get_KRT
K
R
T
Here is my call:
render_smpl( poses=pred_pose, betas=pred_beta, K=K, R=R, T=T, projection='perspective', convention='opencv', in_ndc=False, output_path=pic_path, resolution=resolution, body_model_config=body_model_config, overwrite=True, plot_kps=True, frame_list=["tmp.png"] )
But my result is not so good: What is the problem?
The text was updated successfully, but these errors were encountered:
There will be a detailed instruction in #285
Sorry, something went wrong.
No branches or pull requests
I try to use API
render_smpl
to visualize the mesh generated by the smpl model stored inpw3d_test.npz
.My method is:
cam_params
from the dataget_KRT
method to get the intrinsic and extrinsic matricesK
,R
,T
render_smpl
and passingK
,R
,T
to it.Here is my call:
But my result is not so good:
What is the problem?
The text was updated successfully, but these errors were encountered: