google / nerfies

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

TypeError: reshape total size must be unchanged #18

Closed navuboy closed 2 years ago

navuboy commented 3 years ago

Hi, while training using google colab, I'm facing the following Type Error: trainig_error What could be the reason? and possible solutions please.

keunhong commented 3 years ago

Can you try padding the input images to be divisible by 2?

keunhong commented 2 years ago

Hi closing since it's been a while. Feel free to re-open if it's still an issue.