otaheri / chamfer_distance

Implementation of the Chamfer Distance as a module for PyTorch
MIT License
166 stars 20 forks source link

libc10_cuda.so: cannot open shared object file: No such file or directory #12

Open eunseon02 opened 2 months ago

eunseon02 commented 2 months ago
Traceback (most recent call last):
  File "/root/PointTransformer/train_spconv.py", line 10, in <module>
    from loss import ChamferLoss
  File "/root/PointTransformer/loss.py", line 6, in <module>
    from chamfer_distance import ChamferDistance as chamfer_dist
  File "/root/anaconda3/envs/pointcept/lib/python3.9/site-packages/chamfer_distance/__init__.py", line 1, in <module>
    from .chamfer_distance import ChamferDistance
  File "/root/anaconda3/envs/pointcept/lib/python3.9/site-packages/chamfer_distance/chamfer_distance.py", line 7, in <module>
    from pytorch3d.ops.knn import knn_gather, knn_points
  File "/root/anaconda3/envs/pointcept/lib/python3.9/site-packages/pytorch3d/ops/__init__.py", line 9, in <module>
    from .ball_query import ball_query
  File "/root/anaconda3/envs/pointcept/lib/python3.9/site-packages/pytorch3d/ops/ball_query.py", line 12, in <module>
    from pytorch3d import _C
ImportError: libc10_cuda.so: cannot open shared object file: No such file or directory