ayaanzhaque / instruct-nerf2nerf

Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions (ICCV 2023)
https://instruct-nerf2nerf.github.io/
MIT License
769 stars 64 forks source link

Questions about dataset. #17

Closed zkaiWu closed 1 year ago

zkaiWu commented 1 year ago

Hello. Which kernel do you use to downscale the image (from image -> image_8), bicubic or any kernel else?

ayaanzhaque commented 1 year ago

I believe it is a nearest neighbors downscaling, but more information can be found here: https://github.com/nerfstudio-project/nerfstudio/blob/c6abd3abcbe3791ff26df0c9b329846eeb902803/nerfstudio/process_data/process_data_utils.py#L316