Skip to content

Releases: x-CK-x/Dataset-Curation-Tool

v4.4.5

15 Sep 19:21
cb1fe17
Compare
Choose a tag to compare

Updates & Improvements

  • improvements to the png info feature on the custom dataset tab

v4.4.4

14 Sep 16:52
b0ce61c
Compare
Choose a tag to compare

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

12 Sep 04:19
7b812bf
Compare
Choose a tag to compare

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

11 Sep 23:15
a30ce49
Compare
Choose a tag to compare

Bug Fixes

  • solved issue downloading file/s (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:997)')))

It was a very rare bug only occurring during very large downloads.

v4.4.1

10 Sep 23:37
e3f42bb
Compare
Choose a tag to compare

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

09 Sep 17:45
0396e7d
Compare
Choose a tag to compare

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

07 Sep 21:43
fc7726f
Compare
Choose a tag to compare

Bug Fixes

  • Windows users downloading data with spaces in their path to the data curation tool repo folder might have had issues with running the curl command with the batch_downloader script : [solved]

v4.3.2

07 Sep 18:02
170a1a3
Compare
Choose a tag to compare

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

07 Sep 04:56
790cacb
Compare
Choose a tag to compare

New Features

  • future proofing run file by having it automatically detect the newest version on github (meaning the user no longer has to re-download the run file ever again)

Bug Fixes

  • conda not part of path error in run file [solved]

v4.3.0

06 Sep 18:20
5b143c4
Compare
Choose a tag to compare

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