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

error of when perform nuscenes_converter.py and tools/dist_train.py #34

Closed lwq54013 closed 1 year ago

lwq54013 commented 1 year ago

i use mmcv-full==1.5.2, mmdet==2.24.0, mmseg==0.20.0 as readme list, but when i perform python nuscenes_converter.py, it said "AssertionError: MMCV==1.5.2 is used but incompatible. Please install mmcv>=(1, 3, 13, 0, 0, 0), <=(1, 5, 0, 0, 0, 0)", so should i downgrade my mmcv version? when i perform tools/dist_train.py, it also said "AssertionError: MMCV==1.5.2 is used but incompatible. Please install mmcv>=(1, 3, 13, 0, 0, 0), <=(1, 5, 0, 0, 0, 0)".