Using yolov5 in project that uses 'opencv-contrib-python' #176
Answered
by
fcakyon
nb-programmer
asked this question in
Q&A
-
As the title says, my project has dependency for 'opencv-contrib-python' package as I need to use the tracker API (CSRT tracker), but yolov5 requires opencv-python, so installing it in my project installs both of them, which is bad and messes with the contrib package (It is recommended to not install both). So how should I handle this? How do I use both yolov5 and also have access to opencv-controb-python's API? |
Beta Was this translation helpful? Give feedback.
Answered by
fcakyon
Dec 15, 2022
Replies: 1 comment
-
You can clone this repo, remove opencv in requirements file, then install from local 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fcakyon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can clone this repo, remove opencv in requirements file, then install from local 👍