google-research / multinerf

A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Apache License 2.0
3.62k stars 341 forks source link

hello,I have two questions #45

Open ZYY-666 opened 2 years ago

ZYY-666 commented 2 years ago

1、I downloaded the dataset from the paper home page, and extracted it as shown below. But there doesn't seem to be a training .sh for this dataset in scripts folder. image

2、The trainning doesn't seem to use GPU. The following information is displayed: image Is it a Jax version issue?

jonbarron commented 2 years ago

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 Jax on your GPU and then circle back to this codebase.