chuanqi305 / MobileNet-SSD

Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
MIT License
2k stars 1.18k forks source link

[create_lmdb] bug fix: wrong image size order #194

Closed qinhj closed 3 years ago

qinhj commented 3 years ago

It's easy to check and reproduce this bug by replacing the "get_image_size" with "identify" in the origin create_list.sh.

chuanqi305 commented 3 years ago

Thanks!