xxlong0 / Wonder3D

Single Image to 3D using Cross-Domain Diffusion for 3D Generation
https://www.xxlong.site/Wonder3D/
GNU Affero General Public License v3.0
4.71k stars 373 forks source link

question about instant nsr ! #85

Closed kotaxyz closed 10 months ago

kotaxyz commented 10 months ago

how can i make the script stop after exporting the obj , i dont need the video output !

flamehaze1115 commented 10 months ago

Fixed. Thanks.

kotaxyz commented 10 months ago

Fixed. Thanks. @flamehaze1115

thanks alot , i tested it on windows and im getting errors it would be nice if you updated the windows version branch along side main branch

kotaxyz commented 10 months ago

@flamehaze1115 it seems the issue is that it now requires double vram because it loads both mv and recon on vram i guess if you can unload the models after exporting the images of the views. this will help people with 8gb vram to use the" gradio_app_recon.py " as it will free the vram for the recon step i think this is a simple feature to add into the script

flamehaze1115 commented 10 months ago

@flamehaze1115 it seems the issue is that it now requires double vram because it loads both mv and recon on vram i guess if you can unload the models after exporting the images of the views. this will help people with 8gb vram to use the" gradio_app_recon.py " as it will free the vram for the recon step i think this is a simple feature to add into the script

Hello, sorry for the misunderstanding. If you want both the generated normals/colors and final reconstruction, you only need to perform gradio_app_recon.py. The gradio_app_mv.py only generates normals and colors without any reconstruction.