我尝试在SCRFD中使用mmdet和mmcv进行人脸检测,并遇到以下错误:
mmcv_version = digit_version(mmcv.__version__)
AttributeError: module 'mmcv' has no attribute '__version__'以前有朋友遇到过这个错误吗?
发布于 2021-11-18 08:33:33
我找到了答案:
对于torch 1.8:
pip3 install mmcv-full==1.3.15 -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.8.0/index.html这个命令对我很有效
https://stackoverflow.com/questions/70016647
复制相似问题