skhu101 / GauHuman

Code for our CVPR'2024 paper "GauHuman: Articulated Gaussian Splatting from Monocular Human Videos"
Other
285 stars 23 forks source link

dataset about People_SnapShot #32

Closed JiatengLiu closed 3 weeks ago

JiatengLiu commented 2 months ago

Hello!! Have you test your framework on dataset People_SnapShot?

skhu101 commented 2 months ago

No, we did not test it on People_SnapShot data set.

JiatengLiu commented 2 months ago

Thanks for your reply, and I want to test it on people_snapshot, do you know how to process data sets to fit GauHuman?

skhu101 commented 1 month ago

Hi, maybe one quick way is to follow the data loader used in GauHuman.

JiatengLiu commented 1 month ago

Thanks for your reply, I have tried like this but some parameters were wrong. such as theta in smpl params is not zero in people_snapshot, which is zero in zju_mocap. I tried to assign them directly to zero and got what plausible result like below. But you know, deleting data from a data set is not an appropriate thing to do. image

skhu101 commented 1 month ago

Hi, I would suggest you check by projecting SMPL vertices to the image space. Try to make sure that SMPL parameters are correctly loaded.

JiatengLiu commented 1 month ago

Thanks for your suggest! I have fix it:>     ------------------ Original ------------------ From: @.>; Date:  Thu, May 16, 2024 09:34 AM To: @.>; Cc: @.>; @.>; Subject:  Re: [skhu101/GauHuman] dataset about People_SnapShot (Issue #32)

 

Hi, I would suggest you check by projecting SMPL vertices to the image space. Try to make sure that SMPL parameters are correctly loaded.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>