Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about cano_weight_volume #44

Open
liwenssss opened this issue Aug 5, 2024 · 1 comment
Open

question about cano_weight_volume #44

liwenssss opened this issue Aug 5, 2024 · 1 comment

Comments

@liwenssss
Copy link

I followed the process in gen_weight_volume.py to generate cano_weight_volume, and I referenced the code at

# np.savetxt('../debug/pts_w_val.txt', smpl_model.lbs_weights.cpu().numpy(), fmt = '%.8f')
to compare pts_w_query with pts_w_val. I found that some values have discrepancies reaching the order of 0.1. Is this normal, and how significant is the impact on the final results?
Additionally, in your process, do you not optimize cano_weight_volume, but rather directly use the weight values from cano_weight_volume?

@lizhe00
Copy link
Owner

lizhe00 commented Aug 23, 2024

The error is acceptable because the solver cannot guarantee exactly the same LBS values of the sampled points. We do not optimize the LBS weight volume.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants