sxyu / svox2

Plenoxels: Radiance Fields without Neural Networks
BSD 2-Clause "Simplified" License
2.79k stars 360 forks source link

Export as mesh #54

Open yohannes-taye opened 2 years ago

yohannes-taye commented 2 years ago

Thank you for the amazing work and the code. I was wondering if you have already implemented a feature to extract the objects from the scene in ".obj" or ".ply". Or if you have not intended to implement this feature can you please point me in the direction where I can try and find a way to accomplish this task.

Coscatter commented 2 years ago

Cloud u help me @yohannes-taye . I can not complete the "pip install." , it always reported error. I almost tried every version of GPU driver & cuda. could you tell me which version of driver, cuda, &GPU you used ~~~Thank You!

yohannes-taye commented 2 years ago

Hello @Coscatter , I have not run source code but I'm very much interested in the possible applications in Photogrammetry. Unfortunately with this and other similar neural rendering projects, I have not seen a good implementation to export the mesh.

Regarding your problem check opened an closed issues to see anyone else has already come across a similar problem as you and if you have not found it yet please create a new issue.

Coscatter commented 2 years ago

Hello @Coscatter , I have not run source code but I'm very much interested in the possible applications in Photogrammetry. Unfortunately with this and other similar neural rendering projects, I have not seen a good implementation to export the mesh.

Regarding your problem check opened an closed issues to see anyone else has already come across a similar problem as you and if you have not found it yet please create a new issue.

Thank you all the same

ThomasEgi commented 2 years ago

See #11 . There also seems to be an implementation within the plenoctree code.