Matthew Tancik
Matthew Tancik
I would try some of the solutions here - https://github.com/rm-hull/luma.led_matrix/issues/154
Added documentation in #1246
This was likely a nerfacc issue. Nerfacc has been updated a number of times since this issue was raised so this is now out of date.
Yea, I guess that makes the most sense for now. It's a little unfortunate that we would need to save this extra data when most models won't use it. But...
Warning now provided to user
Fixed in #1466
Closing. Feel free to reopen if this is still an issue.
I believe this has been fixed. Feel free to reopen if this is still an issue.
It seems like it must be using the wrong environment. You could try removing the `try` `except` code here - https://github.com/nerfstudio-project/nerfstudio/blob/fad5a839aac0e51e326173d65144a726b358b514/nerfstudio/fields/nerfacto_field.py#L51-L55 To just `import tinycudann as tcnn` to see what...