ashawkey / stable-dreamfusion

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

Use hydra for args and defaults #277

Open claforte opened 1 year ago

claforte commented 1 year ago

The way we handle arguments and override defaults is messy and confusing. I think it might be cleaner to use hydra instead, similarly to https://github.com/threestudio-project/threestudio.

I might do it myself soon since the defaults overridden here-and-there are hindering my progress. ;-)

@ashawkey what do you think?

csawtelle commented 1 year ago

Sorry to pop in here. This would be really helpful!

ashawkey commented 1 year ago

I agree. The current option system is quite confusing indeed... If you could help with this it would be really appriciated!