Satyam Bhardwaj
Satyam Bhardwaj
**Is your feature request related to a problem? Please describe.** When I have multiple images in one folder I need to compare back and forth with, I have to open...
I created a new conda environment with Python version 3.11.7 and performed the package installation via the command `pip install nPerlinNoise` as mentioned in the documentation. ### Expected behaviour: `import...
Hi! Amazing work. I would like to get access to the raw data for rendering the synthetic examples that are shown in Figure 1 on the left. Thanks.
Modified `gui.py` by adding a drop-down for changing environment map lighting. This allows us to visualize the relighting results on-the-fly in real-time. While `global_light` is correctly changed, there is no...
I was encountering a bug when running the GUI with type "neilf" on the DTU dataset. The issue was `pc._visibility_tracing` was `None`, which was being indexed in `neilf.py` in `render_view`...
## Summary I am trying to render normal maps after applying a normal texture on the object using `normalmap` BSDF with the `sh_normal` variable of the AOV integrator. Below is...