yenchenlin / nerf-pytorch

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
MIT License
5.49k stars 1.06k forks source link

extract mesh #31

Closed tiexuedanxin closed 3 years ago

tiexuedanxin commented 3 years ago

Hello, Could you provide a demo code to extract mesh?

yenchenlin commented 3 years ago

Here: https://github.com/yenchenlin/nerf-pytorch/blob/master/extract_mesh.ipynb

tiexuedanxin commented 3 years ago

Here: https://github.com/yenchenlin/nerf-pytorch/blob/master/extract_mesh.ipynb

hello, Is the code can extract high quality color mesh, or is there some way to extract high quality color mesh. thank you.