TRAILab / CaDDN

Categorical Depth Distribution Network for Monocular 3D Object Detection (CVPR 2021 Oral)
Apache License 2.0
359 stars 62 forks source link

CUDA kernel failed : no kernel image is available for execution on the device #81

Closed taylover-pei closed 2 years ago

taylover-pei commented 2 years ago

when I run the following in the docker (cuda 10.2),

python -m pcdet.datasets.nuscenes.nuscenes_dataset --func create_nuscenes_infos \ --cfg_file tools/cfgs/dataset_configs/nuscenes_dataset.yaml \ --version v1.0-mini

An error occured: CUDA kernel failed : no kernel image is available for execution on the device

How should I solve it? Thank you very much.

taylover-pei commented 2 years ago

I have solved the problem. I need re-run python setup.py develop in my docker environment.