aejion / NeuFace

Official code for CVPR 2023 paper NeuFace: Realistic 3D Neural Face Rendering from Multi-view Images.
MIT License
125 stars 9 forks source link

How to export texture? #3

Closed SlimeVRX closed 1 year ago

SlimeVRX commented 1 year ago

Thanks for your great work!

My goal: is to import highly detailed meshes and textures into 3D software like Blender, Unreal for rendering

How do export mesh and textures (diffuse, specular, normal)?

image

Like image

image

aejion commented 1 year ago

Thanks for your attention.

We recommend you using Nerf2Mesh to export detailed meshes and textures. However, integrating neural representations directly into existing rendering tools, such as blender, can be challenging. Moreover, if you want to support downstream rendering tasks like relighting in 3D software, you may need to customize the shader to support neural network.

SlimeVRX commented 1 year ago

Thanks for your advice, I will learn about Nerf and Nerf2mesh.