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

Error caused by 'line' and 'size' lines in create_list.sh #183

Closed tahriribraq closed 4 years ago

tahriribraq commented 4 years ago

Hi! First of all, thanks a LOT for this brilliant repo, it's really helping my thesis research :) So I'm trying to train the model to identify 4 image classes and followed all your instructions. I have 160 images and 160 corresponding labels. As you can see attached, in my windows bash terminal create_list.sh is running fine except for a number of images where the two lines of code I've circled in red is causing the '/' between 'Dataset' and 'Images' to disappear, thereby causing the 'no directory found' error. I'm a total unix noob so not sure what those two lines are doing, really hope you can point me to the solution! If I could not explain the problem clearly enough, please let me know. My end goal is to generate a trained .caffemodel file.

Thank you!

1) terminal error: identify_dir_error

2) create_list.sh lines: identify_lines