deepdetect
deepdetect copied to clipboard
detection : cannot handle filenames with a " "
when parsing train.txt , inputconnectors parses per line stuff like "img.jpg bbox.txt" , it cannot handle "img dummy.png bbox dummy.png"
see https://github.com/jolibrain/deepdetect/blob/master/src/backends/caffe/caffeinputconns.cc#L788
at very least it should continue
instead of throw
?
Hi @fantes, I would love to work on this. Can I pick it up?