opencv-python-inference-engine #1168
Answered
by
Dipet
trailblazn
asked this question in
Q&A
-
Would it be acceptable to add opencv-python-inference-engine as an acceptable requirement choice in the setup.py file? Apparently, our data guys insist we need this albumentations package, and I would like it to work with the opencv-python-inference-engine package. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Dipet
May 27, 2022
Replies: 1 comment 1 reply
-
Hi. This is an unofficial package and as I can see it is not very popular right now. So I don't think adding this requirement is a good idea. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
trailblazn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. This is an unofficial package and as I can see it is not very popular right now. So I don't think adding this requirement is a good idea.
If you have any conflicts, you can install albumentations with the
--no-deps
flag and install other libraries manually.