JiahuiLei / GART

GART: Gaussian Articulated Template Models
https://www.cis.upenn.edu/~leijh/projects/gart/
MIT License
243 stars 12 forks source link

when use custom data, the result is bad #10

Open muximuxi opened 6 months ago

muximuxi commented 6 months ago

how can I get the cameras.npz and train_pose.npz? when I use the data which processed by the instantAvatar, after ./scripts/fit.sh , the resutl is bad, like this: can you give me some suggestions? test

JiahuiLei commented 6 months ago

Thanks for your interest, it looks like the pose is not correctly aligned, have you tried to see what is the initial visualization? i.e. at step 0, only init the GS on the SMPL mesh and not optimized yet, in that case, we can check whether the pose is roughly aligned with the video.

muximuxi commented 6 months ago

Thanks for your reply, I have fixed this pose issue,it seems the poses/anim_nerf_train.npz, anim_nerf_test.npz does not correct, how can I get this data or how to calculate it ?

mengyuan224 commented 5 months ago

I use the data processed by the instantAvatar, changed the code to read the data, after using bash ./script/fit_ubc.sh. I can't get result like this: can you give me some suggestions? BF9AA01B-6727-4DC9-9E4D-46BCE7E0A593

fantasy-fish commented 11 hours ago

how can I get the cameras.npz and train_pose.npz? when I use the data which processed by the instantAvatar, after ./scripts/fit.sh , the resutl is bad, like this: can you give me some suggestions? test

Where is fit.sh? Which yaml profile should I choose to run on my custom data?