You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/root/miniconda3/envs/gaussian_splatting/bin/python /workspace/gaussian/gaussian-splatting/utils/density.py
Traceback (most recent call last):
File "/workspace/gaussian/gaussian-splatting/utils/density.py", line 42, in <module>
neighbors_index, neighbors_distance = knn_search(points=points, queries=queries, k=k)
File "/root/miniconda3/envs/gaussian_splatting/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1130, in _call_impl
return forward_call(*input, **kwargs)
File "/root/miniconda3/envs/gaussian_splatting/lib/python3.7/site-packages/open3d/ml/torch/python/layers/neighbor_search.py", line 382, in forward
index_dtype=self.index_dtype)
File "/root/miniconda3/envs/gaussian_splatting/lib/python3.7/site-packages/open3d/ml/torch/python/ops.py", line 642, in knn_search
return_distances=return_distances))
File "/root/miniconda3/envs/gaussian_splatting/lib/python3.7/site-packages/torch/_ops.py", line 143, in __call__
return self._op(*args, **kwargs or {})
RuntimeError: KnnSearch does not support CUDA
Looking forward your answer
The text was updated successfully, but these errors were encountered:
Checklist
main
branch).My Question
open3d==0.18, code
result
Looking forward your answer
The text was updated successfully, but these errors were encountered: