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
40 stars 4 forks source link

Object Insertion Problem #13

Closed lvxin513 closed 6 months ago

lvxin513 commented 6 months ago

Hi, Thanks for your great work! In object insertion, how to produce object_insert_mask, object_insert_normal and object_insert_depth image? I don't find any instructions in README.

changwoonchoi commented 6 months ago

Hi, For the applications of IBL-NeRF, namely object insertion and intrinsic component editing, we did not provide the example files. But you can freely make your own file to edit the scene. Basically, all you have to do is making pixel-wise masks, and values to override the trained scene. For example, if you want to modify the roughness value of the table, you need to create the mask of the table region and the roughness values you want to edit. Or, if you want to insert the objects, you can create the depth, normal, mask image of the target inserting objects and override with it.