google / nerfies

This is the code for Deformable Neural Radiance Fields, a.k.a. Nerfies.
https://nerfies.github.io
Apache License 2.0
1.64k stars 221 forks source link

Got undesirable outputs on the broom case #54

Open LouisFinner opened 2 years ago

LouisFinner commented 2 years ago

Hi there, Thank for your amazing work! I tried to reproduce the result on broom case with default setting on 8 gpus. trained with "python train.py --jax_data_dir=$PATH_TO_DATA/broom --jax_base_folder=$WORK_DIR --jax_gin_configs=$PATH_TO_PROJ/nerfies/configs/gpu_vrig_paper.gin" & evaled with "python eval.py --jax_data_dir=$PATH_TO_DATA/broom --jax_base_folder=$WORK_DIR --jax_gin_configs=$PATH_TO_PROJ/nerfies/configs/gpu_vrig_paper.gin" The avg psnr is about ~ 19 - 20 which is similar to the one in paper. But got undesirable outputs like: rgb_left1_000015 which is quite different with GT/paper result: left1_000015

Could you help me to figure out the possible reasons? Many thanks!