robertbrada / PyQt-image-annotation-tool

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

Next Button PyQt-image-annotation-tool #2

Open FlorisTata opened 3 years ago

FlorisTata commented 3 years ago

Hi Robert,

When I run the annotation tool, I do not see the next button after defining the labels.

Kind regards,

Floris

draguitar commented 3 years ago

line:120 change the position of button --> self.next_button.move(460, 350)

srikanth46v commented 3 years ago

Hi @robertbrada and team, this tool is great and it's working like charm. It will even more helpful, if you could assign a delete button to the app, so that it will delete the image from folder also, it makes the data cleaning process also easier. And when I click on the next button, the app is retrieving the images in random order, I don't know whether that is intentional or not. Thank you Capture

robertbrada commented 3 years ago

Hi @srikanth46v and thank you for the kind words and suggestion. I will try to find the time and implement the delete button. But everyone is welcomed to create their own pull request with additional features :blush: