google / nerfies

This is the code for Deformable Neural Radiance Fields, a.k.a. Nerfies.
https://nerfies.github.io
Apache License 2.0
1.59k stars 215 forks source link

colab training v2 notebook requires manual update of config.py #56

Open owenschris opened 2 years ago

owenschris commented 2 years ago

Thanks for sharing this project. I just wanted to add that the nerfies training v2 colab notebook as linked currently fails for reasons fixed in main already, specifically in commitf24f3fd.

Additionally, as noted here https://github.com/google/hypernerf/issues/24, it appears the colab dependencies may have changed in some way. I am currently getting a jax numpy related error pointing to this line: https://github.com/google/nerfies/blob/main/nerfies/model_utils.py#L107

richardseba commented 2 years ago

I am also experiencing these problems. The first one was fixed by changing the code like in the f24f3fd commit, but the second issue still persists even after chagning the code as they suggest in google/hypernerf#24. Does anyone know how to fix this?

corlangerak commented 2 years ago

I am also experiencing these problems. The first one was fixed by changing the code like in the f24f3fd commit, but the second issue still persists even after chagning the code as they suggest in google/hypernerf#24. Does anyone know how to fix this?

I am experiencing the same problem I think, did you manage to get it working? any ideas on how to fix the notebook?

richardseba commented 2 years ago

I am also experiencing these problems. The first one was fixed by changing the code like in the f24f3fd commit, but the second issue still persists even after chagning the code as they suggest in google/hypernerf#24. Does anyone know how to fix this?

I am experiencing the same problem I think, did you manage to get it working? any ideas on how to fix the notebook?

No, sorry, i am still waiting for a fix