Lakonik / SSDNeRF

[ICCV 2023] Single-Stage Diffusion NeRF
https://lakonik.github.io/ssdnerf/
MIT License
437 stars 23 forks source link

How to get extracted mesh? #8

Closed astroyh closed 1 year ago

astroyh commented 1 year ago

I am very interested in your work and thanks for the release of the code. Your paper has many results of extracted mesh, but I do not know how can I get the extracted meshes using your code.

Lakonik commented 1 year ago

Thank you for your interest in our work! In SSDNeRF GUI, we have provided a button to save extracted meshes (via marching cube)

stepstep123 commented 1 year ago

Thanks for you perfect work. Can we have a script to export 3d models without relying on gui. Because many times the server does not have a graphical interface

astroyh commented 1 year ago

Thank you for your interest in our work! In SSDNeRF GUI, we have provided a button to save extracted meshes (via marching cube)

Thanks for your response. The GUI you provide only supports unconditional generation, but I have no idea how to visualize the results of the conditional model. (e.g., I want to input an image and get a mesh, as visualized in your paper).

Lakonik commented 1 year ago

Thanks for the suggestion. I'll add auto mesh saving to the test script.

astroyh commented 1 year ago

Thanks for the suggestion. I'll add auto mesh saving to the test script.

Thanks!