This repository contains the source code for a Unity port of the web viewer from the paper NeRF2Mesh: Delicate textured mesh recovery from nerf via adaptive surface refinement1
Tested with Unity 2022.3.0f1, windows 11.
In Package Manager -> Add package from git URL...
paste https://github.com/bell-one/NeRF2Mesh-Unity-Viewer.git
as described here
lego scene from nerf2mesh stage1 (https://drive.google.com/drive/folders/1tDBtwuGUCddKIi_IJRya6QW4viPp_D3m?usp=sharing)
After installation, you can use the menu NeRF2Mesh -> Import from disk
to import downloaded or trained scenes.
- Test with other scenes, check for specular MLP calculations
This project heavily borrowed from (https://github.com/julienkay/MobileNeRF-Unity-Viewer)