Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 2, relabelling and keeping track of label #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Nestak2
Copy link

@Nestak2 Nestak2 commented Jan 2, 2019

Version 2 of sort_folder script - sorting images in a folder into subfolders. The differences to the original are:

  • the input is provided in the preamble of the python file, not typed into a console. Therefore, the script can also be run in a jupyter notebook
  • additional functionalities:
    • "prev image", "next image" buttons
    • keeping track of sorting, so you can change the label you gave
    • in 'copy' mode there is an entry field, where you can enter the picture you want to go to

It is good to take note there are two sorting modes - 'copy' and 'move' of the sorted pictures:

  • 'move' starts where you left off last time sorting, no 'go to #pic', works with number-buttons for labelling, no txt-file for tracking after closing GUI, memory savvy
  • 'copy' starts always at beginning, has 'go to #pic', doesn't work with number-buttons, has a txt-for tracking the labels after closing the GUI

Version 2 of sort_folder script - sorting images in a folder into subfolders. The differences to the original are:
- the input is provided in the preamble of the python file, not typed into a console. Therefore, the script can also be run in a jupyter notebook
- additional functionalities:
    - "prev image", "next image" buttons
    - keeping track of sorting, so you can change the label you gave
    - in 'copy' mode there is an entry field, where you can enter the picture you want to go to
    
It is good to take note there are two sorting modes - 'copy' and 'move' of the sorted pictures:
- 'move' starts where you left off last time sorting, no 'go to #pic', works with number-buttons for labelling, no txt-file for tracking after closing GUI, memory savvy
- 'copy' starts always at beginning, has 'go to #pic', doesn't work with number-buttons, has a txt-for tracking the labels after closing the GUI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant