img = cv2.resize(img, (ConfigData.SHAPE_MIDDLE[1], ConfigData.SHAPE_MIDDLE[0]), interpolation=cv2.INTER_AREA) AttributeError: type object 'ConfigData' has no attribute 'SHAPE_MIDDLE'
img = cv2.resize(img, (ConfigData.SHAPE_MIDDLE[1], ConfigData.SHAPE_MIDDLE[0]), interpolation=cv2.INTER_AREA)
AttributeError: type object 'ConfigData' has no attribute 'SHAPE_MIDDLE'
@assafkeller Sorry, and thank You. I have just released an new version "ver1.0.1". I think this is a problem that occurred because the program that was being modified was moved to the main branch. Please try the current version.
@assafkeller Sorry, and thank You. I have just released an new version "ver1.0.1". I think this is a problem that occurred because the program that was being modified was moved to the main branch. Please try the current version.
use "ver1.0.1",still reporting the error “AttributeError: type object 'ConfigData' has no attribute 'SHAPE_MIDDLE'“