liuyuan-pal / NeRO

[SIGGRAPH2023] NeRO: Neural Geometry and BRDF Reconstruction of Reflective Objects from Multiview Images
MIT License
551 stars 37 forks source link

Adapted NeROShapeRenderer.nvs() to work on the NeRF synthetic dataset #41

Closed GuangyanCai closed 10 months ago

GuangyanCai commented 10 months ago

The nerf-syn branch introduced new functions to handle the rendering of the NeRF synthetic dataset, but NeROShapeRenderer.nvs() wasn't updated to use them. It is now fixed in this PR.