aipixel / GaussianAvatar

[CVPR 2024] The official repo for "GaussianAvatar: Towards Realistic Human Avatar Modeling from a Single Video via Animatable 3D Gaussians"
https://huliangxiao.github.io/GaussianAvatar
MIT License
341 stars 20 forks source link

How Can I use render novel pose use stage2? #33

Open DuanWei1234 opened 6 days ago

DuanWei1234 commented 6 days ago

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?

DuanWei1234 commented 4 days ago

I just changed the script again and made sure that the stage2 checkpoint are loaded correctly,but the results in stage1 and stage2 are so similar,why? image