my reproduction is so bad
Hello @kwea123
I'm wondering why my reproduction is so bad, can you help explain it?

Do you get good result with the pretrained model? What is your command to train?
I am having the same issue, could you help?
I am training on the jumping scene (12 frames). My command is
python train.py \
--dataset_name monocular --root_dir /mnt/task_runtime/NSFF_Processed/jumping \
--img_wh 960 540 --start_end 0 12 \
--N_samples 128 --N_importance 0 --encode_t --use_viewdir \
--num_epochs 50 --batch_size 512 \
--optimizer adam --lr 5e-4 --lr_scheduler cosine \
--exp_name jump_exp
I think there maybe some issue in the eval.py as the training samples in log are good.
Do you add --use_viewdir option during the evaluation? I had a similar problem, but adding the --use_viewdir option solved it.
Yes it works, thanks for the help!