YAD2K
YAD2K copied to clipboard
mini error in voc_to_tfrecords.py
width = image.shape[2] in line num 55
it should be
width = image.shape[1]