Open ljhao1123 opened 4 months ago
AttributeError: module 'cv2' has no attribute 'cvtColor' 已经是按照requirement里的版本装的了
还是cv2版本不对 使用cv2==2.x版本会出现这个问题,你可以修改为cv2.cv.CV_BGR2GRAY或者更新cv2版本
AttributeError: module 'cv2' has no attribute 'cvtColor' 已经是按照requirement里的版本装的了