deepdetect icon indicating copy to clipboard operation
deepdetect copied to clipboard

detection : cannot handle filenames with a " "

Open fantes opened this issue 5 years ago • 1 comments

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 ?

fantes avatar Dec 18 '19 10:12 fantes

Hi @fantes, I would love to work on this. Can I pick it up?

tsabbir96 avatar May 02 '23 06:05 tsabbir96