yenchenlin/nerf-pytorch

can you provide a demo of extracting mesh?

universewill opened this issue · 3 comments

can you provide a demo of extracting mesh?

I think the example from the original repo here would work.

The only additional step is to transform a pytorch pre-trained weights into .npy format. Is that what you are asking for?

You can look at this function on how to transform a trained torch model's weights into .npy format.

Will close the issue for now but feel free to re-open it once you run into any issue.

@universewill I recently submitted a commit to add extract_mesh.ipynb into this repo and it's been merged in case you still need that.