puzzledqs / BBox-Label-Tool

A simple tool for labeling object bounding boxes in images
MIT License
1.13k stars 565 forks source link

Cant load images other than JPEG #45

Open Medj9 opened 5 years ago

Medj9 commented 5 years ago

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

tahakhursheed commented 5 years ago

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.
tanmay-bhatnagar commented 5 years ago

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

ivder commented 5 years ago

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