Tsinghua-MARS-Lab / futr3d

Code for paper: FUTR3D: a unified sensor fusion framework for 3d detection
Apache License 2.0
281 stars 39 forks source link

mmdet3d #39

Closed YueWangTO closed 1 year ago

YueWangTO commented 1 year ago

My GPU only supports @cuda>=11. After running the following command: python setup.py install develop, the mmdet3d package was installed,but mmdet3d can not support cuda11.

The error message is as follows: libcuda10.1. so is not found

How do you get mmdet3d to support cuda11?

YueWangTO commented 1 year ago

it has been solved