skhu101 / GauHuman

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

dataset about DNA-Rendering #46

Closed Yi-Cheng0101 closed 1 month ago

Yi-Cheng0101 commented 2 months ago

Hi, Have you test your framework on dataset DNA-Rendering? Thanks!

skhu101 commented 2 months ago

Hi, thanks for your interest in our work. We test the performance on two sequences (0012_09 and 0025_11 from part 1 of DNA-Rendering).

Yi-Cheng0101 commented 2 months ago

Thanks! Could you share the command you execute the DNA-Rendering in training and evaluation. Thanks!

skhu101 commented 2 months ago

Hi, below is the command for training and evaluation.

python train.py -s data/dna_rendering/part_1/main/0012_09.smc --eval --exp_name dna_rendering/0012_09_100_pose_correction_lbs_offset --motion_offset_flag --iterations 3000

python render.py -m output/dna_rendering/0012_09_100_pose_correction_lbs_offset --motion_offset_flag --iteration 3000