Closed Pixie8888 closed 9 months ago
May be try pytorch 1.6 with cuda 10? As I understand from provided logs we used these versions.
Yeah I know, but some of packages I used only support python 3.10 (which corresponds to higher version of pytorch). Probably I have to re-implement everything without using any mm-packages.
Hi,
Thank you very much for sharing code! I follow the instruction to create environment: pytorch 1.8 + cu11.1 mmcv-full=1.2.7 mmdet=2.10.0 mmdet3d=0.8.0
But, when I run
CUDA_VISIBLE_DEVICES=0 bash tools/dist_test.sh configs/imvoxelnet/imvoxelnet_scannet_fast.py checkpoints/imvoxelnet_scannet/20211007_113826.pth 1 --eval mAP
, it gives the error:Note that this problem occurs regardless how many gpus I used. The training goes smoothly, but it will give the same error when doing validation. What should I do?