Open ZecCheng opened 1 year ago
mmdet3d version is 0.16.0, and I think pytorch version is not a problem, maybe 1.5 ? mmcv-full could be an early version, perhaps 1.4, if it does not work, try some version earlier. Sorry that I have no access to the environment then, so I can not give you an exact number.
Thans a lot for your in-time reply, I will try then and re-comment below if there are any issues~
mmdet3d version is 0.16.0, and I think pytorch version is not a problem, maybe 1.5 ? mmcv-full could be an early version, perhaps 1.4, if it does not work, try some version earlier. Sorry that I have no access to the environment then, so I can not give you an exact number.
My environment lists below: `sys.platform: linux Python: 3.7.16 (default, Jan 17 2023, 22:20:44) [GCC 11.2.0] CUDA available: True GPU 0: NVIDIA GeForce RTX 3090 CUDA_HOME: /usr/local/cuda-11.0 NVCC: Build cuda_11.0_bu.TC445_37.28358933_0 GCC: gcc (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0 PyTorch: 1.7.1 PyTorch compiling details: PyTorch built with:
TorchVision: 0.8.2 OpenCV: 4.8.0 MMCV: 1.4.0 MMCV Compiler: GCC 7.3 MMCV CUDA Compiler: 11.0 MMDetection: 2.14.0 MMSegmentation: 0.14.1 MMDetection3D: 0.16.0+07faf5b` And when I tried to test the pretrained checkpoint you provided in github, it shows " RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED". I guess the pytorch version 1.7.1 I used maybe higher than your original one, however, it's the lowest version I can use cause 3090GPU only supports CUDA>11.0. Do you have any idea about this? problem?
Hello, zehui! Thanks for your impressive work! I'd like to know what's the version of your installation environment about mmdet3d, mmcv-full, pytorch etc... could you share it with us? Thanks a lot~