mvsnerf icon indicating copy to clipboard operation
mvsnerf copied to clipboard

Resolution of images in training

Open hengfei-wang opened this issue 2 years ago • 1 comments

Hi,

I saw your code resizes the input images to 3:2. Can I use images with different resolution ratio to train the model? Do I need to revise some code?

Thanks

hengfei-wang avatar Jan 19 '22 18:01 hengfei-wang

Hi, yeah you definitely can use another resolution but must be 32*n since there are downsampling operations in the feature extraction

apchenstu avatar Mar 20 '22 14:03 apchenstu