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

Cant load images other than JPEG

Open Medj9 opened this issue 6 years ago • 3 comments

Hi screenshot from 2018-09-03 14-42-31 when put images with .png extension it throw s the error. help in this respect

Medj9 avatar Sep 03 '18 09:09 Medj9

Too late, but you could do the following

  1. Convert png to jpg : mogrify -format jpg *.png run on the directory of images
  2. Change main.py to read jpg instead of jpeg.

tahakhursheed avatar Oct 11 '18 21:10 tahakhursheed

@tahakhursheed how do i change the main.py file to read jpg instead of jpeg

tanmay-bhatnagar avatar Oct 15 '18 20:10 tanmay-bhatnagar

line 134 self.imageList = glob.glob(os.path.join(self.imageDir, '*.jpg'))

ivder avatar Feb 15 '19 06:02 ivder