BBox-Label-Tool
BBox-Label-Tool copied to clipboard
Cant load images other than JPEG
Hi
when put images with .png extension it throw s the error. help in this respect
Too late, but you could do the following
- Convert png to jpg :
mogrify -format jpg *.png
run on the directory of images - Change main.py to read jpg instead of jpeg.
@tahakhursheed how do i change the main.py file to read jpg instead of jpeg
line 134
self.imageList = glob.glob(os.path.join(self.imageDir, '*.jpg'))