ashawkey / stable-dreamfusion

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

save mesh does not work #52

Closed flobotics closed 1 year ago

flobotics commented 1 year ago

hi, i pulled the latest and when i click save mesh in the GUI it responds on powershell

stable-dreamfusion\nerf\gui.py", line 254, in callback_mesh self.trainer.save_mesh(resolution=256, threshold=10) TypeError: save_mesh() got an unexpected keyword argument 'threshold'

When i delete the threshold=10 in this func call, it runs and saves a mesh

ashawkey commented 1 year ago

Thanks!