MasatoKawai
Results
2
comments of
MasatoKawai
how about modify requirements.txt to > numpy==1.19.3 #(change numpy version) > jaxlib==0.1.71 #(delete +cuda111)
If you just want to turn the code around, change ckpt_path in line 345 of run_nerf_helpers.py as follows `ckpt_path = ckpts[-2] ` Before the change, "Pretrained_S" is loaded, but if...