You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to consult about this error problem. I will get this error of mmcv after installing mmaction2 locally and on the server, what is the matter?
Traceback (most recent call last):
File "tools/test.py", line 9, in
from mmcv import Config, DictAction
ImportError: cannot import name 'Config' from 'mmcv' (/opt/conda/envs/open-mmlab/lib/python3.8/site-packages/mmcv/init.py)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I would like to consult about this error problem. I will get this error of mmcv after installing mmaction2 locally and on the server, what is the matter?
(open-mmlab) root@eais-bjpdzzkez0zzzoxdrueo-7c5c5b5cb7-knvqn:/mnt/workspace/mmaction2# python tools/test.py configs/recognition/tsn/tsn_r50_1x1x3_100e_kinetics400_rgb.py \
Traceback (most recent call last):
File "tools/test.py", line 9, in
from mmcv import Config, DictAction
ImportError: cannot import name 'Config' from 'mmcv' (/opt/conda/envs/open-mmlab/lib/python3.8/site-packages/mmcv/init.py)
Beta Was this translation helpful? Give feedback.
All reactions