allanzelener / YAD2K

YAD2K: Yet Another Darknet 2 Keras
Other
2.71k stars 877 forks source link

mini error in voc_to_tfrecords.py #123

Open wenxueliu opened 6 years ago

wenxueliu commented 6 years ago

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

it should be

width = image.shape[1]