JNeRF
JNeRF copied to clipboard
Extraction of mesh from .pkl file
Is there a way to convert the params.pkl file to a mesh?
You can refer to Extracting geometry from a NeRF method in the original nerf repository. And we will integrate the extraction of meshmethod into jnerf later.