changwoonchoi / IBL-NeRF

Official implementation of IBL-NeRF: Image-Based Lighting Formulation of Neural Radiance Fields (Computer Graphics Forum, Pacific Graphics 2023)
https://changwoon.info/publications/IBL-NeRF
MIT License
41 stars 4 forks source link

Data set related issues #1

Closed yunchao-ding closed 1 year ago

yunchao-ding commented 1 year ago

Hi, What should I fill in after the ”dataset_type = “ equation in this ”configs/IBL-NeRF/common.txt“ document? If I want to train pictures of the kitchen. There seems to be no "/config/IBL-NeRF/kitchen.txt" file in your file. Thank you again for your excellent work!

changwoonchoi commented 1 year ago

Thank you for your reporting.

Since we support the "mitsuba" dataset type only in the current version, the dataset_type should be mitsuba.

I fixed the default value of config_parser.py and the corresponding config file anyway! :)

yunchao-ding commented 1 year ago

Thank you for your suggestions and help!