Releases: x-CK-x/Dataset-Curation-Tool
Releases · x-CK-x/Dataset-Curation-Tool
v4.4.3
Bug Fixes
- if user sets images, then downloads model & tries to run bug [solved]
In contrast to the recommended steps on the wiki page; if the steps were done in reverse as mentioned in the bug, an error would be produced.
The solution was automatically resetting the components for "single", "batch", & "non-interact batch" modes to their original state if the auto-tag model was downloaded after setting the images in those respective components.
v4.4.2
v4.4.1
New Features
downloading extras
tab gets a progress bar window of saying how far along the download/s are- new dropdown list component of available preprocess operations
- new preprocess operations:
Zoom
,Rotate
,Scale
,Translation
,Brightness
,Contrast
,Saturation
,Noise
,Shear
,Horizontal Flip
,Vertical Flip
- preprocess operations "can" be stacked and have left-to-right order precedence
Bug Fixes
- crop option of the auto-tag model truncating out top of images resolved
v4.4.0
New Features
- checkbox for keeping all invalid tags and appending them to the end of any file or tag list
- replacement string option to search each (valid & invalid) tag for string & use the replacement string in custom dataset tab
Updates
- moved remove, replace, prepend, append options for (valid) tags to gallery tab; given there it required usage of the file type select checkbox group at the top of the page
Bug Fixes
- selecting an image created an error trying to immediately get auto-tag model csv if model wasn't downloaded
- run file odd behavior w/ file always trying to check if conda has updates b/c it doesn't recognize the detaching to the newest github release tag
v4.3.3
v4.3.2
New Features
- if the repo is already present and on the correct version, then the process of checking for conda updates is skipped
- added code to prevent the terminal from immediately closing if an error occurred, to allow the user to see the issue
Bug Fixes
- Run script bug; resolved an issue with the repo folder already being present
v4.3.1
v4.3.0
New Features
- split checkbox group of tags in
download tab
into separate entries of the json component - in the dropdown menu setting render the batch_name instead of setting.json files (backend the batch_name is mapped to the corresponding setting name)
- json file deletion options in batch settings in the
download tab
Updates
- enlarge gallery height
- fix the weird issue with the checkbox group disappearing when interacting with the json features
- re-format button layout for json feature
Bug Fixes
- extra empty string appearing with prepend and append
- settings.json string sneaking into the execution command
- windows
run.bat
file wasn't properly running two commands i.e. conda & cwd check
v4.2.8
v4.2.7
New Features
- (png info) integrated into the custom dataset tag to speed up the tagging process; not applicable to all images, only ones which still contain the meta data
- auto-save is applied to the downloader tab settings (if
either
run buttons are pressed)
Updates
- updated run scripts check conda installation if present to make sure its always up to date (i.e. dependencies)
- run file delete sub-directory run files to remove confusion
- run file detects whether in Data-Curation-Tool or not to prevent sub-dir git cloning
- program tracks whether or not an auto-tag model is loaded or just png info
- new package dependency added to YAML file
Bug Fixes
- bug fix with ffmpeg auto install at start, which caused the program to pre-maturely terminate