RaduAlexandru / permutohedral_encoding

Blazingly fast encoding for neural networks based on permutohedral lattices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run error

yejun688 opened this issue · comments

When run script performance.py ,posdim>4,a bug has appeared.
``
Traceback (most recent call last):
File "/home/yejun688/anaconda3/lib/python3.9/site-packages/tinycudann-1.6-py3.9-linux-x86_64.egg/tinycudann/modules.py", line 256, in _native_tcnn_module
return _C.create_encoding(self.n_input_dims, self.encoding_config, self.precision)
RuntimeError: GridEncoding: number of input dims must be 2 or 3.