Open zhywanna opened 2 years ago
I run the script in MISC to Project Vanilla NeRF to PlenOctree an error happened
Project Vanilla NeRF to PlenOctree
and I finally find out only running this line
https://github.com/sxyu/plenoctree/blob/f0b82631199a1aa7dc9ce263c08980a3a7504014/octree/nerf/models.py#L70
import this package will get that error.
Anyone knows what happened?
Probably there exists some conflict between your cuda version and jaxlib. I have met similar error as yours.
For stable jaxlib, I suggest you to use cuda11.1+.
I run the script in MISC to
Project Vanilla NeRF to PlenOctree
an error happenedand I finally find out only running this line
https://github.com/sxyu/plenoctree/blob/f0b82631199a1aa7dc9ce263c08980a3a7504014/octree/nerf/models.py#L70
import this package will get that error.
Anyone knows what happened?