LZleejean / TexIR_code

Official code for the paper accepted to CVPR 2023, 'Multi-view Inverse Rendering for Large-scale Real-world Indoor Scenes'
63 stars 2 forks source link

How to insert a object? #4

Open rockywind opened 1 year ago

rockywind commented 1 year ago

Hi, thank you for sharing the great work! I want to rendering the image with inserting a object. How can I do?

LZleejean commented 1 year ago

Our outputs are .obj file with several material textures. Therefore, you could use such standard asset format to render your images. Specifically, you could add any object asset into above scene assets, and render images. You would get realistic images with consistent illumination, shading and shadow. For example, you could finish such combination and rendering process with blender or other engines.