BBox-Label-Tool icon indicating copy to clipboard operation
BBox-Label-Tool copied to clipboard

problem with the loadDir

Open RosieYC opened this issue 8 years ago • 4 comments

i can't load my picture s = r'D:\workspace\python\labelGUI' <= is that image's path?? coz I use in anaconda and i wander know how to set the image's path.

RosieYC avatar Dec 28 '16 03:12 RosieYC

labelGui is actually the root path. Try put your images under labelGUI/Images.

puzzledqs avatar Jan 01 '17 22:01 puzzledqs

if my picture is too big, it cannot show all. i wander know how to change the picture's size?

DaVinciZhu avatar Apr 18 '17 03:04 DaVinciZhu

Hi, I tried to load Image/002 folder, the images did not show up. (1 works for me)

Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1489, in call return self.func(*args) File "main.py", line 264, in prevImage self.saveImage() File "main.py", line 202, in saveImage with open(self.labelfilename, 'w') as f: IOError: [Errno 2] No such file or directory: ''

So, how can I use the images in 002 folder? Thx

yueyeyuniao avatar Nov 01 '17 16:11 yueyeyuniao

You can load images from folder 002, 003 and so on when you create empty folders in directory example with same name 002, 003 and so on

bexx1963 avatar Apr 10 '18 11:04 bexx1963