How can I resolve mmcv version conflict while using mmyolo with mmpose ? #335
Answered
by
RangeKing
ahmedmustahid
asked this question in
Q&A
-
I have been trying to apply yolo to first detect a person using mmyolo and then apply HRNet for pose detection using mmpose.
It seems that the conflict is happening because the dependencies of mmpose and mmyolo are different versions of the same packages (mmcv and mmdet). How can I resolve this issue? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
RangeKing
Dec 19, 2022
Replies: 1 comment
-
@ahmedmustahid, you can install mmpose following the Best Practices section of this page which is 1.x branch. It'll solve the resolve mmcv version conflict. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RangeKing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ahmedmustahid, you can install mmpose following the Best Practices section of this page which is 1.x branch. It'll solve the resolve mmcv version conflict.