RaduAlexandru / permutohedral_encoding

Blazingly fast encoding for neural networks based on permutohedral lattices
MIT License
95 stars 10 forks source link

Run error #1

Closed yejun688 closed 1 year ago

yejun688 commented 1 year ago

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.