-
Notifications
You must be signed in to change notification settings - Fork 139
Description
Describe the bug
Run qai_hub_models\models\litehrnet model with command: .\demo.py --image .\pic_pose_2.jpg, there is an error.
(.venv) PS C:\Users\mengqin.zhang\PycharmProjects\ai-hub-models-main-v37\qai_hub_models\models\litehrnet> .\demo.py --image .\pic_pose_2.jpg
Traceback (most recent call last):
File "C:\Users\mengqin.zhang\PycharmProjects\ai-hub-models-main-v37\qai_hub_models\models\litehrnet\demo.py", line 6, in
from qai_hub_models.models.litehrnet.app import LiteHRNetApp
File "c:\users\mengqin.zhang\pycharmprojects\ai-hub-models-main-v37\qai_hub_models\models\litehrnet_init_.py", line 6, in
from .app import LiteHRNetApp as App # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\users\mengqin.zhang\pycharmprojects\ai-hub-models-main-v37\qai_hub_models\models\litehrnet\app.py", line 13, in
from mmpose.codecs.utils import refine_keypoints
ModuleNotFoundError: No module named 'mmpose'
To Reproduce
Steps to reproduce the behavior:
- Go to qai_hub_models\models\litehrnet
- Run qai_hub_models\models\litehrnet model with command: .\demo.py --image .\pic_pose_2.jpg
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Stack trace
If applicable, add screenshots to help explain your problem.
Host configuration:
- OS and version: [Windows,]
- Browser [chrome,]
- QAI-Hub-Models version: V37
- QAI-Hub client version:
Additional context
Add any other context about the problem here.