EscVM / OIDv4_ToolKit

Download and visualize single or multiple classes from the huge Open Images v4 dataset
GNU General Public License v3.0
798 stars 633 forks source link

API(python client) throws error with opencv-python==4.8.0.76 #113

Open Namanm1994 opened 11 months ago

Namanm1994 commented 11 months ago

Using deafult/latest versions may throw error at times. Specifically, opencv-python==4.8.0.76 throws attributeerror: module 'cv2.dnn' has no attribute 'dictvalue' OS: Linux version 4.15.0-213-generic (amd64-079) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu18.04)) Arch: amd64(x86_64) docker: Docker version 20.10.6, build 370c289

Namanm1994 commented 11 months ago

The following packages seem to work for now: pandas==1.5.2 numpy==1.22.2 awscli==1.29.23 urllib3==1.26.14 tqdm==4.65.0 opencv-python==4.7.0.68 Did not check for "opencv-python versions > 4.7.0.68" so not certain what is the latest working verison.