SysCV / qdtrack

Quasi-Dense Similarity Learning for Multiple Object Tracking, CVPR 2021 (Oral)
Apache License 2.0
384 stars 61 forks source link

TypeError : Resnet : __init__() got an unexpected keyword argument 'init_cfg' #90

Closed AmanGoyal99 closed 2 years ago

AmanGoyal99 commented 3 years ago

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.

OceanPang commented 3 years ago

Please refer to this doc and install the right version with mmcv and mmdet.

AmanGoyal99 commented 3 years ago

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 ?

OceanPang commented 3 years ago

Which version of mmcv or mmdet did you use?

AmanGoyal99 commented 3 years ago

mmdet : 2.11.0 mmcv-full : 1.3.15

AmanGoyal99 commented 3 years ago

Which version of mmcv or mmdet did you use?

mmdet : 2.11.0 mmcv-full : 1.3.15

AmanGoyal99 commented 3 years ago

mmdet : 2.11.0 mmcv-full : 1.3.15

AmanGoyal99 commented 3 years ago

Had closed the issue by mistake. I am still facing the same problem @OceanPang

OceanPang commented 3 years ago

We develop this codebase based on mmcv 2.14.0 and mmdet 1.3.10, please update the version of your mmcv.

AmanGoyal99 commented 3 years ago

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

Xiaofei-Kevin-Yang commented 2 years ago

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?

Xiaofei-Kevin-Yang commented 2 years ago

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!

HanGuangXin commented 2 years ago

@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