kakaobrain / nerf-factory

An awesome PyTorch NeRF library
https://kakaobrain.github.io/NeRF-Factory
Apache License 2.0
1.27k stars 107 forks source link

There is no attribute "sample_grid" in lib/plenoxel #42

Open lxc0205 opened 1 year ago

lxc0205 commented 1 year ago

"I am trying to train a model using plenoxel but some errors occured. It is shown that there is no attribute "sample_grid" in '_C'. How should I adjust the program for training?

lxc0205 commented 1 year ago

The loading code is in path 'nerf-factory/src/model/plenoxel/[global.py]'.