THU-MIG / RepViT

RepViT: Revisiting Mobile CNN From ViT Perspective [CVPR 2024] and RepViT-SAM: Towards Real-Time Segmenting Anything
https://arxiv.org/abs/2307.09283
Apache License 2.0
681 stars 55 forks source link

MMCV version #54

Open KevinHuang1102 opened 3 months ago

KevinHuang1102 commented 3 months ago

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?