We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Lite-HRNet$ python ./tools/train.py Traceback (most recent call last): File "./tools/train.py", line 9, in from mmcv import Config, DictAction ImportError: cannot import name 'Config' from 'mmcv' (/home/name/anaconda3/envs/lite-hrnet/lib/python3.8/site-packages/mmcv/init.py)
Sorry, something went wrong.
貌似新的mmcv没有Config这个类的定义,挪到了mmengin,你可以装个低版本的mmcv,比如1.6的
1.6 的没有 mmcv.transforms 这个吖。你们用的哪个 mmcv 呢
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: