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
343 stars 22 forks source link

training on own dataset, stage2 #20

Open serizawa-04013958 opened 4 months ago

serizawa-04013958 commented 4 months ago

I faced same problems to the other issues. How can i render with stage2? my stage1 results with neuman dataset was not so good. 00212

huliangxiao commented 4 months ago

Hi! I'll double-check to confirm the reason for this. The results from Stage 2 aren't significantly better than those from Stage 1. For Stage 2 rendering, additional posemap input is required.

serizawa-04013958 commented 4 months ago

Thank you so much!! I got it. Also in current code, stage2 only save pose_encoder.pth, not net.pth. Is it correct? because when we render, render_novel_pose.py always ask us to load net.pth even stage 2. image

huliangxiao commented 4 months ago

Hi! Yes, you're right. The render_novel_pose.py is only for stage one.

serizawa-04013958 commented 4 months ago

OK, I wait for your update. Thank you so much

Dragon2938734 commented 3 months ago

I faced same problems to the other issues. How can i render with stage2? my stage1 results with neuman dataset was not so good. 00212

hi, are you download the neuman dataset and process it yourself ? because i find only neuman-bike are provided. looking for your reply , thank you

serizawa-04013958 commented 3 months ago

yes. I followed instantavatar preprocessing.

kys321 commented 3 months ago

yes. I followed instantavatar preprocessing.

hi,i wonder how to obtain the additional pose map, when in stage2 the train.py ask me to get the /inp_map/inp_posemap_128_00000052.npz

looking for your reply , thank you