cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
608 stars 199 forks source link

Loading more than 1 image in annotation file creates wrong path. #141

Closed nkma1989 closed 6 years ago

nkma1989 commented 6 years ago

Hello I have the following issue when loading an annotation file which contains annotations for more than one image. The images doesn't load into Sloth, but the annotations does. I need this to be able to possibly edit annotations and not having to load images one by one(When doing a single image it works fine!). The error I get is: 2017-09-07 10:12:35,178 WARNING sloth.annotations.container Image file C:/Users/nka/OneDrive - VENZO GROUP/Jupyter\OneDrive - VENZO GROUP\Jupyter\test.JPG does not exist. This part gets added an additional time: \OneDrive - VENZO GROUP\Jupyter. so there must be an error in the source code somewhere. My question is, if anyone can point me to where in the "container.py" file I need to edit the code or if anyone has encountered this bug and fixed it, it would be greatly appreciated. And also I would have to compile the file again to make them take effect, right?

Best Regards Niels