robertbrada / PyQt-image-annotation-tool

Tool for assigning labels to images from a given folder.
103 stars 38 forks source link

Minor changes in UI : improving the labels display #3

Closed AyoubOuddah closed 3 years ago

AyoubOuddah commented 3 years ago

Hey, First of all, great job ! I had some issues when i run the script : The "Next" button dont show up at first (because i have a small monitor) Screenshot from 2020-10-19 21-45-56

furthermore the labels displaying It's a bit buggy Screenshot from 2020-10-19 21-51-08

To fix those issues i changed the labels displaying system by using QScrollArea. Screenshot from 2020-10-19 22-17-53 Screenshot from 2020-10-19 22-17-59

robertbrada commented 3 years ago

Hey and thank you for this PR, it's better this way. I just merged it.