google / nerfactor

Neural Factorization of Shape and Reflectance Under an Unknown Illumination
https://xiuming.info/projects/nerfactor/
Apache License 2.0
437 stars 56 forks source link

how to set up the 'ims' #12

Closed XiaoKangW closed 2 years ago

XiaoKangW commented 3 years ago

hi,xiuming.

I want to learn how to set up the value of 'ims' when converting the brdf dataset. and is there a relationship between 'ims' and 'imh'?

thanks in advance!

JiuTongBro commented 3 years ago

It seems the ims shall be set to 512 to run the default scripts.

https://github.com/google/nerfactor/issues/1

xiumingzhang commented 2 years ago

My apologies for the super delayed response!

ims means image size, where image height and width are the same. imh means image height.