Closed heng94 closed 1 year ago
Same problem. During setup, I saw that a lot of the other modules have been upgraded too much, and so needed to ignore the >= version suggestion (for mmdet, mmcv etc.) and go for the minimal working version with "==" instead for the versions.
mmcls for classification/pretraining did not have a suggestion for version in the installation docs, but I suspected it is similar. Tried with "pip install mmcls==1.0.0rc0" and I can at least run the demo. So in this sense, this was also a package that was upgraded too much by the default installation.
Note : Make sure the deepsort filepath respects "-" vs "" as there seems to be a tiny inconsistency, you need to manually replace a couple of '' in the filename on disk with a couple of '-'
Thank you so much
Same problem. During setup, I saw that a lot of the other modules have been upgraded too much, and so needed to ignore the >= version suggestion (for mmdet, mmcv etc.) and go for the minimal working version with "==" instead for the versions.
mmcls for classification/pretraining did not have a suggestion for version in the installation docs, but I suspected it is similar. Tried with "pip install mmcls==1.0.0rc0" and I can at least run the demo. So in this sense, this was also a package that was upgraded too much by the default installation.
Thank you. It works.
Same problem. During setup, I saw that a lot of the other modules have been upgraded too much, and so needed to ignore the >= version suggestion (for mmdet, mmcv etc.) and go for the minimal working version with "==" instead for the versions.
mmcls for classification/pretraining did not have a suggestion for version in the installation docs, but I suspected it is similar. Tried with "pip install mmcls==1.0.0rc0" and I can at least run the demo. So in this sense, this was also a package that was upgraded too much by the default installation.
Note : Make sure the deepsort filepath respects "-" vs "" as there seems to be a tiny inconsistency, you need to manually replace a couple of '' in the filename on disk with a couple of '-'
Same problem. During setup, I saw that a lot of the other modules have been upgraded too much, and so needed to ignore the >= version suggestion (for mmdet, mmcv etc.) and go for the minimal working version with "==" instead for the versions.
mmcls for classification/pretraining did not have a suggestion for version in the installation docs, but I suspected it is similar. Tried with "pip install mmcls==1.0.0rc0" and I can at least run the demo. So in this sense, this was also a package that was upgraded too much by the default installation.
Note : Make sure the deepsort filepath respects "-" vs "" as there seems to be a tiny inconsistency, you need to manually replace a couple of '' in the filename on disk with a couple of '-'
Thanks.It works!
Describe the bug
Installation problem
I followed the official document here to install mmtrack 1.0.0rc1. torch==1.11.0+cu113 mmcv==2.0.0rc1 mmengine==0.1.0 mmdet==3.0.0rc0 mmtrack==1.0.0rc1
After finished the whole installation, I did a test:
It showed an error,
How to fix this problem? Thank you.