-
Notifications
You must be signed in to change notification settings - Fork 40
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 Can I use render novel pose use stage2? #33
Comments
Hello, did you use the neuman_bike provided by the author or you gennerated it? When I used the provided neuman_bike data, I met something wrong with "smpl_cano_joint_mat.pth". Then I generated the dataset follow the guideline but I got terrible results. |
I just do the preprocessing steps for images by myself |
I trained my own dataset and when I use the weights from stage 1 to run render_novel_pose.py, I get normal results. However, when I switch the weights to those from stage 2 and run render_novel_pose.py, I get all white images as results. Has anyone encountered the same issue? My email is xiaoqiang.s@outlook.com. |
I'm encountering the same issue, the white output image. Did you solved this problem? |
Hello, thanks to your code, I try to run render_novel_pose.py in stage2. I made some changes to load pose_encoder.pth saved in stage2. Also change the pose_batch and transl_batch like stage1, because the original render result is just part of the body.
However, I find there is little different between stage1 and stage2 novel render results(I just used the data neuman_bike and do the same preprocess steps). So, how can I use checkpoint in stage2 to render novel pose?
The text was updated successfully, but these errors were encountered: