ripl / nerfuser

NeRFuser
Other
100 stars 6 forks source link

memory cost #3

Closed whalien-902 closed 1 year ago

whalien-902 commented 1 year ago

What is the memory consumption of the model and what environment it needs to function properly. I tried running the code on 3090ti but it shows insufficient memory

whalien-902 commented 1 year ago

and I miss some errors 617488567021cc3e089c4b42be417b8

shengjie-lin commented 1 year ago

For training your own nerf models, 6G is enough according to Nerfacto. For registration and blending, it should require even less than that. As to the error you got, it is probably due to the fact that Nerfacto gets updated in its architectural design, and you are using our provided nerf model weights that are trained from an eariler version of Nerfacto. You can always train nerfs yourself by following our instructions.

whalien-902 commented 1 year ago

Thank you, reply this.