-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing dependencies #5
Comments
Error Traceback: Traceback (most recent call last):
File "tools/train.py", line 13, in <module>
from pcdet.datasets import build_dataloader
File "/home/trainer/dsgn2/pcdet/datasets/__init__.py", line 5, in <module>
from .kitti.lidar_kitti_dataset import LiDARKittiDataset
File "/home/trainer/dsgn2/pcdet/datasets/kitti/lidar_kitti_dataset.py", line 10, in <module>
from pcdet.utils import box_utils, calibration_kitti, common_utils, object3d_kitti
File "/home/trainer/dsgn2/pcdet/utils/box_utils.py", line 7, in <module>
from pcdet.ops.roiaware_pool3d import roiaware_pool3d_utils
File "/home/trainer/dsgn2/pcdet/ops/roiaware_pool3d/roiaware_pool3d_utils.py", line 7, in <module>
from . import roiaware_pool3d_cuda
ImportError: /home/trainer/dsgn2/pcdet/ops/roiaware_pool3d/roiaware_pool3d_cuda.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZNK2at6Tensor8data_ptrIfEEPT_v |
Hi, could you check if the pytorch matches cuda verison? This error often occurs when they are not matched. |
@chenyilun95 Please provide a dockerfile. I am facing lots of issues with spconv and cumm intsallation. Thanks |
I use cuda 10.2 conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch |
please tell us which python version, which cuda version, which pytorch version you used |
I use |
I have ran the experiments with pytorch 1.7.1+cu101 and cu111.
|
您好,我遇到了同样的问题,请问您问题解决了吗,谢谢 |
Can you please provide more environment details?
I am facing a problem with pcdet build.
It would be great if you provide a conda env or a Dockerfile.
Thanks
The text was updated successfully, but these errors were encountered: