prabindh / euclid

Euclid object labeller for frictionless object detection training purposes in Machine learning frameworks (KITTI, YOLO)
45 stars 20 forks source link

dots in image file names #10

Closed dpogosov closed 7 years ago

dpogosov commented 7 years ago

to detect a file extension euclid searches the dot from left to right (from begin to end), so if the file has dots in names then txt file with labels has different name. Example: for 'cat.in_house.jpg', euclid will create 'cat.txt' because all after the first dot is lost Solution: change the direction of search of the dot from right to left (from end of the name).

prabindh commented 7 years ago

Could you pls check master if 87db3a2783293eb81418a85edd69c5299780a8ec fixes ?