nickgkan / butd_detr

Code for the ECCV22 paper "Bottom Up Top Down Detection Transformers for Language Grounding in Images and Point Clouds"
Other
74 stars 11 forks source link

CUDA kernel failed : initialization error #6

Closed ZheningHuang closed 1 year ago

ZheningHuang commented 1 year ago

CUDA kernel failed : initialization error
void furthest_point_sampling_kernel_wrapper(int, int, int, const float*, float*, int*) at L:233 in _ext_src/src/sampling_gpu.cu
ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: 255) local_rank: 0 (pid: 15542) of binary: ~/miniconda3/envs/vg_3d/bin/python

I wonder if the author has seen this error before. I successfully set up init.sh file but still got this error.

ayushjain1144 commented 1 year ago

sometimes re-installing pointnet2 helps. you can try the following:

let us know if the error still persists (more details would help: for example the logs you see when you execute init.sh)

ZheningHuang commented 1 year ago

Thanks this problem is solved by properly config CUDA versions and reinstall pointnet2