EAST icon indicating copy to clipboard operation
EAST copied to clipboard

use a my own dataset

Open code-wd opened this issue 5 years ago • 1 comments
trafficstars

hi, I encounter a problem, when I use my own dataset, the size of my dataset's picture is different, and the problem is "valueerror: image has wrong mode resize". Does that means that the size of pictures must the same?

code-wd avatar Dec 28 '19 04:12 code-wd

Sry for the late reply. The info indicates that the dtype of image is wrong. Try to use PIL instead of cv2 or numpy to read image.

SakuraRiven avatar Jun 24 '20 11:06 SakuraRiven