zju3dv / object_nerf

Code for "Learning Object-Compositional Neural Radiance Field for Editable Scene Rendering", ICCV 2021
https://zju3dv.github.io/object_nerf/
MIT License
313 stars 23 forks source link

What is the purpose of "scale_factor" parameter in config? #20

Open yashbhalgat opened 1 year ago

yashbhalgat commented 1 year ago

Hi @ybbbbt, I have a simple question: can you please explain the purpose of the parameter "scale_factor" in the ScanNet config files, such as here?

Thank you, Yash

ybbbbt commented 1 year ago

Hi, you can refer to : https://github.com/zju3dv/object_nerf/issues/19.

yashbhalgat commented 1 year ago

Hi @ybbbbt , thank you for your response. #19 only address the question regarding OpenCV/opengl convention. But my question is about the "scale_factor" in the ScanNet config file. Can you please explain what is the "scale_factor" parameter? Thanks a lot!