使用模型提取人体pose,遇到的问题记录。
1. 排查问题直接讲报错的地方拷贝在python中直接运行。
运行后提示: ModuleNotFoundError: No module named 'mmcv._ext'
经过各种的地方去查找问题
github的issue
Error in init_detector · Issue #3354 · open-mmlab/mmdetection · GitHub
MMCV+pytorch1.10+cu11.x离线安装踩坑记录_assertionerror: mmcv==2.1.0 is used but incompatib-CSDN博客Start Locally | PyTorch
GET STARTED — MMDetection 3.3.0 documentation
mmcm issues despite being installed properly (running through docker) · Issue #44 · TMElyralab/MuseV · GitHubname 'init_detector' is not defined · Issue #1234 · open-mmlab/mmdetection3d · GitHubNameError: name 'init_detector' is not defined · Issue #7 · fan23j/yolov5-vitpose-video-annotator · GitHub2.经过上面的一系列操作发现有个结论和我现在情况比较像
即安装顺序。我调整了安装顺序
先安装pytorch 在安装 mmcv mmdet mmpose
在次执行,可以正常运行了。