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

Data layer prefetch queue empty #172

Open tungth07 opened 4 years ago

tungth07 commented 4 years ago

Hi, I am using your project to train my own datasets. I have finished preparation steps as your guide. But when I run train.sh, the application is stuck with log "Data layer prefetch queue empty" The dimension of input image is 3 channel, 1280x720 Please help me to solve this issue. I have enclosed log from training in this issue Thanks & Brgs mobilenet_ssd.log

how2 commented 4 years ago

It may be a caffe implementation issue, ref https://github.com/weiliu89/caffe/issues/863.