ken2576 / vision-nerf

Official PyTorch Implementation of paper "Vision Transformer for NeRF-Based View Synthesis from a Single Input Image", WACV 2023.
MIT License
107 stars 12 forks source link

How to export the 3D mesh? #1

Closed oscarlorente closed 1 year ago

oscarlorente commented 1 year ago

Thank you for your amazing work! Your code works great for new view synthesis, but how can I export the 3D mesh (as an obj) from your representation?

ken2576 commented 1 year ago

Hi,

I didn't test it personally, but you could try the steps provided here. https://github.com/kwea123/nerf_pl/blob/master/README_mesh.md