File "c:UsersNakulOneDriveDocumentsfinalyear_projectmmfashionnewtry.py", line 2, in <module>
from mmfashion.apis import init_detector, inference_detector
File "c:UsersNakulOneDriveDocumentsfinalyear_projectmmfashionmmfashionapis__init__.py", line 2, in <module>
from .test_fashion_recommender import test_fashion_recommender
File "c:UsersNakulOneDriveDocumentsfinalyear_projectmmfashionmmfashionapistest_fashion_recommender.py", line 4, in <module>
from mmcv.parallel import MMDataParallel
ModuleNotFoundError: No module named 'mmcv.parallel'
I have checked all the dependencies and it matches with my requirement.txt file from mmfashion github repo still facing error. Kindly help me.
New contributor