Closed AmanGoyal99 closed 2 years ago
Please refer to this doc and install the right version with mmcv and mmdet.
So RTX 3090 works on only python 3.8+. Hence I had to install different versions of dependencies. Could you please suggest any other solution to this issue ?
Which version of mmcv or mmdet did you use?
mmdet : 2.11.0 mmcv-full : 1.3.15
Which version of mmcv or mmdet did you use?
mmdet : 2.11.0 mmcv-full : 1.3.15
mmdet : 2.11.0 mmcv-full : 1.3.15
Had closed the issue by mistake. I am still facing the same problem @OceanPang
We develop this codebase based on mmcv 2.14.0 and mmdet 1.3.10, please update the version of your mmcv.
We develop this codebase based on mmcv 2.14.0 and mmdet 1.3.10, please update the version of your mmcv.
I tried installing using pip install mmcv-full=1.3.10
but I get an error saying that such a version does not exist. @OceanPang
We develop this codebase based on mmcv 2.14.0 and mmdet 1.3.10, please update the version of your mmcv.
I tried installing using
pip install mmcv-full=1.3.10
but I get an error saying that such a version does not exist. @OceanPang
Hi Aman, I got the same issue. I was wondering did you solve it?
We develop this codebase based on mmcv 2.14.0 and mmdet 1.3.10, please update the version of your mmcv. Hi Ocean, could you please guide me to solve it. Much appreciated!
@AmanGoyal99 , @Xiaofei-Kevin-Yang This command can be used as the reference:
pip install mmcv-full==1.3.10 -f https://download.openmmlab.com/mmcv/dist/cu102/torch1.7.0/index.html
Greetings,
I am currently using qdtrack in python 3.8, Cuda 11 based environment for RTX 3090 GPU. While training as well as testing, I am getting this error. All required datasets in required locations have been downloaded and maintained. Any help would be appreciated.