mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
f12cf6d557
- Corrected the depency for opencv bindings. Even though the library is imported as "cv2", the package containing it is called "opencv-python". - pylint: ignore no-member warnings; cv2 pulls it's memebers dynamically from the underlying libopencv, so pylint can't see them.