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:
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?
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?