oyxhust / ssd-text_detection

A modified SSD model for text detection
91 stars 41 forks source link

AttributeError: 'NoneType' object has no attribute 'shape' #4

Closed InesBeltaief closed 7 years ago

InesBeltaief commented 7 years ago

hello , I have an error while runnig the read_size.py on the synthetic dataset height, width, channels = cv2.imread(str(gt['imnames'][0, idx][0])).shape AttributeError: 'NoneType' object has no attribute 'shape'