Releases: x-CK-x/Dataset-Curation-Tool
Releases · x-CK-x/Dataset-Curation-Tool
v4.4.8
v4.4.7
v4.4.6
Updates & Improvements
- updated code to support the newest features available in gradio 5
- added uninstallers for linux / windows / mac
Bug Fixes
- deprecated Gradio features :: #35
- issue with the model config check at program start attempting to structure the folder for the auto-tagging & captioning models
Other Notes
This is more of a stability patch for the existing tool. Been working on a much newer version of the tool with more features & things more easy to use. Stay Tuned.
v4.4.5
v4.4.4
Updates & Improvements
- during batch mode, images with augmentation other than "resize" are auto-saved as new image/s using a new name similar to the original and also saving the corresponding tag file/s
- sending images from editor to auto-tag model saves a new file with the edit using a new name similar to the original and updates those components respectively
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