mvsnerf icon indicating copy to clipboard operation
mvsnerf copied to clipboard

Is it necessary to load volume in ckpt?

Open zinsama opened this issue 3 years ago • 0 comments

I noticed in https://github.com/apchenstu/mvsnerf/blob/1fdf6487389d0872dade614b3cea61f7b099406e/train_mvs_nerf_finetuning_pl.py#L66 the mvs model loaded volume feature during finetuning, but volume feature tend to be scene-dependent so it should not be loaded. And actually pre-trained checkpint mvsnerf-v0.tar also does not have volume key. So should I load the volume during finetuning on our own dataset?

zinsama avatar Jul 11 '22 12:07 zinsama