jonbarron

Results 77 comments of jonbarron

I don't have one on hand, sorry.

It looks like Jax isn't finding your GPU. This is probably an issue with how Jax or Cuda have been installed on your computer. I'd check that you can run...

How are you running this on a Google TPU? We train our models on Google TPUs but using the internal interface, which is different from the publicly available one. I...

To make the videos in the mipnerf360 paper (for example), we ran `scripts/train_360.sh` and then `scripts/render_360.sh`.

Note that it is not possible to produce the videos without training.

I have no idea (I don't have a windows computer to compare with) but my instinct is to try adding 'rb' to the line where you open the problematic file,...

Oh too bad. Sounds like it might be related to a difference between Windows and Linux filesystems? I don't really know.

Seems like you're probably using the wrong camera model (maybe fisheye when you should be using perspective?). I'll defer to @bmild's expertise here.

It looks like the code is trying to use a TPU, but can't find it. You probably want to use your GPU. I'd first verify that your Jax installation can...

I'd check out the Jax installation docs to see what their guidance is. You'll probably need to reinstall Jax with CUDA/GPU support enabled.