YAD2K icon indicating copy to clipboard operation
YAD2K copied to clipboard

mini error in voc_to_tfrecords.py

Open wenxueliu opened this issue 7 years ago • 0 comments

width = image.shape[2] in line num 55

it should be

width = image.shape[1]

wenxueliu avatar May 15 '18 07:05 wenxueliu