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
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: