nsff_pl icon indicating copy to clipboard operation
nsff_pl copied to clipboard

my reproduction is so bad

Open AIBUWAN opened this issue 3 years ago • 5 comments

Hello @kwea123

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

kid_reconstruction 2022-09-14 14-11-49 的屏幕截图

AIBUWAN avatar Sep 14 '22 06:09 AIBUWAN

Do you get good result with the pretrained model? What is your command to train?

kwea123 avatar Sep 14 '22 06:09 kwea123

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

fuqichen1998 avatar Sep 30 '22 19:09 fuqichen1998

I think there maybe some issue in the eval.py as the training samples in log are good.

fuqichen1998 avatar Sep 30 '22 22:09 fuqichen1998

Do you add --use_viewdir option during the evaluation? I had a similar problem, but adding the --use_viewdir option solved it.

otonari726 avatar Oct 02 '22 04:10 otonari726

Yes it works, thanks for the help!

fuqichen1998 avatar Oct 02 '22 05:10 fuqichen1998