version 2, relabelling and keeping track of label#1
Open
Nestak2 wants to merge 1 commit intobaumgach:masterfrom
Open
version 2, relabelling and keeping track of label#1Nestak2 wants to merge 1 commit intobaumgach:masterfrom
Nestak2 wants to merge 1 commit intobaumgach:masterfrom
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 2 of sort_folder script - sorting images in a folder into subfolders. The differences to the original are:
It is good to take note there are two sorting modes - 'copy' and 'move' of the sorted pictures: