-
Notifications
You must be signed in to change notification settings - Fork 71
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
about the last fitting stage #25
Comments
@ZephirGe You can use Bodynet's code to do this. |
@ypflll |
@gaizixuan0128 You can resample smpl vertices from UV map by interpolation. |
thanks!I‘ll try it! |
@gaizixuan0128 Have you tried the BodyNet fitting code? I've resampled 6890 smpl vertices, the fitting code also needs the 3D joints as input. Right? |
@willie1997 I think it's right. The fitting code in the bodynet takes the 3D joints as input which could be regressed from the resampled smpl vertices. I have another question. I find that the fitting stage introduced in the paper needs scale s, rotation R, translation t. So do we still need to optimize theta,beta,s,R,t jointly if follows the densebody paper? |
@Rhyssiyan I feel confused too. The objective function written in the paper uses the smpl model after s, R, t. The resampled result is the transformed vertices without the parameter s,R,T. But the output doesn't include the s,r,t. As far as I know, smpl model has a parameter for global rotation and trans and the 1st PCA of shape is related to the scale change. Maybe these are inlucded in the theta,beta. |
@willie1997 Camera paras are konwn on the testset. |
@ypflll which means if the input is a new image taken by myself without the cameara paras, we cannot use the fitting stage? |
@willie1997 Absolutely you can optimize by adding extra camera paras, but I didn't tried this. |
Hi,@ypflll what do you mean by camera paras? Is it camera intrinsics? if it's camera intrinsics, could you explain how to infer s,R,t from camera intrinsics? In my understanding s,R,t are obtained by aligning the predicted joints with the ground truth 2d,3d joints. |
Can you provide the code about how to get SMPL parameter from the resampled mesh?
The text was updated successfully, but these errors were encountered: