-
Notifications
You must be signed in to change notification settings - Fork 87
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
How to train humannerf with snap_shot? #78
Comments
It's easy to train with snap_shot. I trained it already. If you followed the same procedure to generate the smpl like ROMP or VIBE, it might work. you are getting the empty images, as certain values of ray_shoot are returning 0 values. So, there might be slight mismatch in your data |
I found that the smpl generated by ROMP or VIBE is not complete right. I want to use the gt smpl and camera parameters in snap_shot. But something went wrong. Is it because the picture is 10801080 in snap_shot, but 10241024 in zju_mocap? |
Both inage size are different. If you want to use the GT SMPL, all you have to so is create a new "process_dataset" file for snapshot and generate the necessary files for rendering. |
Thank you, my code may have some errors. |
That is a possibility. Feel free to ask for help |
Hello @Dipankar1997161, |
I trained the model on people snapshot but my rendering was like this The axis alignment was an issue for me. We have make some changes for monocular smpl based data, because I was also trained several multi-view data with humannerf and they work perfectly good. I will try it in the next coming week to see if I can solve the issue. |
And regarding the Rh in Zju-mocap in comparison with global orient in people_snapshot, they are completely different. |
Hi! I also meet the same problem, have anyone solved this issue? |
Actually this is the issue with SMPL parameters for Monocular videos. Assuming they don't have a specific camera parameter or Axis, the SMPLs generated are mostly with weak perspective camera( check PARE, ROMP). One can make use the Correct camera parameters if given. For a better implementation of Humannerf- Check MonoHuman. |
Thanks a lot for your quick reply! Based on the issue you referred to, it seems that I can directly use EasyMocap for people_snapshot dataset. If so maybe I will directly use that for data processing to keep the consistency with zju format. Or do you think I can use VIBE for camera and SMPL estimation? Best. |
I train humannerf with snap_shot, but produce empty image. Could you tell me how to train humannerf with snap_shot?
The text was updated successfully, but these errors were encountered: