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
Sorry,I want to ask for advice.
When I run train.py, I have an error problem(ModuleNotFoundError: No module named 'mmcv')
But after I input (pip install mmcv) in cmd
There is another error(ImportError: cannot import name 'Config' from 'mmcv')
How can I slove this problem?
Or there are specific version I should download?
The text was updated successfully, but these errors were encountered:
Sorry,I want to ask for advice.
When I run train.py, I have an error problem(ModuleNotFoundError: No module named 'mmcv')
But after I input (pip install mmcv) in cmd
There is another error(ImportError: cannot import name 'Config' from 'mmcv')
How can I slove this problem?
Or there are specific version I should download?
The text was updated successfully, but these errors were encountered: