Open Nadeen86 opened 10 months ago
running this line:
python3 -m pcdet.datasets.kitti.kitti_dataset_mm create_kitti_infos tools/cfgs/dataset_configs/kitti_dataset.yaml
shows this error:ImportError: cannot import name 'roiaware_pool3d_cuda' from 'pcdet.ops.roiaware_pool3d' (unknown location)
This issue is arising because you have not built the model correctly. you have to run the setup.py in order to remove the error after setting up the environment as mentioned in the repo
running this line:
python3 -m pcdet.datasets.kitti.kitti_dataset_mm create_kitti_infos tools/cfgs/dataset_configs/kitti_dataset.yaml
shows this error: