mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-17 01:04:02 +01:00
statedetect: pylint and dependencies fixes
- 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.
This commit is contained in:
Reference in New Issue
Block a user