facebookresearch / tava

Code for the paper "TAVA Template-free Animatable Volumetric Actors".
BSD 3-Clause "New" or "Revised" License
201 stars 19 forks source link

Obtaining Novel-View Results from Paper #15

Open aLyonsGH opened 1 year ago

aLyonsGH commented 1 year ago

I'm trying to reproduce the novel-view psnr results for the wolf dataset using the downloaded model checkpoint. I ran the section of code commented out in the eval_psnr.sh file, specifically this part:

CUDA_VISIBLE_DEVICES=0,1,2,3 python launch.py --config-name=mipnerf_dyn \ $ARGS_EVAL $ARGS_ANIMAL_WOLF $ARGS_TAVA_ANIMAL \ hydra.run.dir=/home/ruilongli/workspace/TAVA/outputs/release/animal_wolf/Wolf_cub_full_RM_2/snarf/

However, it seemed to only produce txt files for the val_ood and val_ind results, and not the novel-view results. How can I recreate the novel-view results?