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

Improve fastclass fcc #30

Closed cwerner closed 4 years ago

cwerner commented 4 years ago

Ok, fcc was always a kinda sad excuse for a GUI and especially the internal design pretty poor. So I finally took the time to break it up and redesign the internal logic.

In addition, I finally added buttons for the key bindings so one can also classify and delete using button clicks. However, using keystrokes is still much faster and more convenient to me.

Also, visual bugs occurring on MacOS Mojave should now be fixed.

All around a major revamp. Let me know if you encounter issues on your platforms.