ashawkey / stable-dreamfusion

Text-to-3D & Image-to-3D & Mesh Exportation with NeRF + Diffusion.
Apache License 2.0
8.04k stars 713 forks source link

Nerf 2 mesh ? #168

Open Jainam2130 opened 1 year ago

Jainam2130 commented 1 year ago

Is your feature request related to a problem? Please describe. The current repo dosent contain nerf2 mesh and we only have nerfs

Describe the solution you'd like You have done great work with nerf to mesh maybe integrate it here?

Describe alternatives you've considered Marching cubes and marching tetrahedrons are not that good

Additional context Nerf to mesh by ashawkey

https://github.com/ashawkey/nerf2mesh

ashawkey commented 1 year ago

@Jainam213 Hi, currently we are not doing mesh optimization, but this is possible following Magic3D. However, it may take some time to implement it.

Jainam2130 commented 1 year ago

Hey thanks! Yup it would be awsome to have the coarse to fine optimization implemented Are you working on that? I had seen lucidrains had a repo for it but it's dead with no updates

r530044129 commented 1 year ago

I am also interested in this question, In the 'Nerf2Mesh', they need the nerf or colmap input, which are some pic in different angle. But dreamfusion can't generate such pic data, is there any method to generate some pic so that i can feed into the 'Nerf2Mesh'? Can you give some tint? Thanks!