cwerner / fastclass

Little tools to download and then weed through images, delete and classify them into groups for building deep learning image datasets (based on crawler and tkinter)
Apache License 2.0
133 stars 25 forks source link

Each value in self.filelist is duplicated #17

Closed H4dr1en closed 5 years ago

H4dr1en commented 5 years ago

Each value in self.filelist is duplicated.

As a result, one has to press two times or keys to display the next picture. I fixed it in the same PR as for #15