SPADE-fast icon indicating copy to clipboard operation
SPADE-fast copied to clipboard

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'

Open assafkeller opened this issue 2 years ago • 2 comments

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 avatar Sep 07 '23 05:09 assafkeller

@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.

mucunwuxian avatar Sep 22 '23 15:09 mucunwuxian

@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'“

jun20061588 avatar Oct 21 '23 10:10 jun20061588