This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
Releases: HumanSignal/label-studio-converter
Releases · HumanSignal/label-studio-converter
0.0.59
What's Changed
Features
- feat: Support Yolo v8 for import to LS by @smohan123 in #286
- feat: LEAP-1063: Add history field support by @triklozoid in #288
- feat: Support for exporting to YOLO OBB format by @NickSwardh in #287
Bug Fixes
- fix: Resolve issue with COCO JSON conversion failing in certain cases by @ajmalrasi in #290
- fix: pytests by @makseq in #294
Other Changes
- ci: bump hmarr/debug-action from 2.1.0 to 3.0.0 by @dependabot in #273
- ci: bump codecov/codecov-action from 3 to 4 by @dependabot in #272
- ci: bump release-drafter/release-drafter from 5.25.0 to 6.0.0 by @dependabot in #271
- ci: bump peter-evans/slash-command-dispatch from 3 to 4 by @dependabot in #270
- ci: bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 by @dependabot in #274
- docs: Add tutorial on how to convert YOLO to LS by @makseq in #285
- docs: Update README.md by @makseq in #296
- chore: LEAP-1365: bump nltk in LSC by @jombooth in #299
New Contributors
- @smohan123 made their first contribution in #286
- @ajmalrasi made their first contribution in #290
- @NickSwardh made their first contribution in #287
Full Changelog: 0.0.58...0.0.59
0.0.58
What's Changed
Features
Other Changes
- ci: bump thehanimo/pr-title-checker from 1.4.0 to 1.4.1 by @dependabot in #251
- ci: bump release-drafter/release-drafter from 5.24.0 to 5.25.0 by @dependabot in #252
- ci: bump actions/github-script from 6 to 7 by @dependabot in #258
- ci: PLATE-675: Add /jira chatops command by @nikitabelonogov in #259
- ci: PLATE-675: Enable jira chatops command for issues by @nikitabelonogov in #260
- ci: bump actions/setup-python from 4 to 5 by @dependabot in #261
- ci: bump actions/upload-artifact from 3 to 4 by @dependabot in #262
- ci: PLATE-775: ChatOps: Instant Workflow Run link + reaction token by @nikitabelonogov in #263
- ci: bump actions/cache from 3 to 4 by @dependabot in #266
- ci: bump peter-evans/create-or-update-comment from 3 to 4 by @dependabot in #267
Full Changelog: 0.0.57...0.0.58
0.0.57
What's Changed
Bug Fixes
- fix: LEAP-293: bump pillow version to respond to CVE-2023-4863 by @jombooth in #249
Other Changes
- ci: bump actions/checkout from 3 to 4 by @dependabot in #242
- chore: LEAP-293: fix the release workflow by bumping python to 3.8 also by @jombooth in #250
New Contributors
Full Changelog: 0.0.55...0.0.57
0.0.55
What's Changed
Bug Fixes
- fix: LSDV-4631: CSV and TSV exports work incorrectly with JSONs by @makseq in #211
- fix: LSDV-4631: Post-fix for CSV converter and json items iterator to prevent high memory usage, postfix with while by @makseq in #215
- fix: LSDV-5245: COCO and YOLO export error by @makseq in #224
- fix: LEAP-14: Don't validate items in async Taxonomy by @hlomzik in #239
Full Changelog: 0.0.54...0.0.55
0.0.54
What's Changed
Bug Fixes
- fix: LSDV-4631: CSV and TSV exports work incorrectly with JSONs by @makseq in #211
- fix: LSDV-4631: Post-fix for CSV converter and json items iterator to prevent high memory usage, postfix with while by @makseq in #215
- fix: LSDV-5245: COCO and YOLO export error by @makseq in #224
- fix: LEAP-14: Don't validate items in async Taxonomy by @hlomzik in #239
New Contributors
Full Changelog: 0.0.51...0.0.54
0.0.51
What's Changed
Features
- feat: LSDV-4830: Add option to provide image dimensions in YOLO import so we don't have to open image by @Axel-Jacobsen in #202
Bug Fixes
- fix: YOLO import with image root by @makseq in #195
- fix: should not mix tab and spaces by @cdpath in #203
- fix: Github-40: Fix ZeroDivision exception in Video frames extraction by @KonstantinKorotaev in #201
Other Changes
- ci: bump thehanimo/pr-title-checker from 1.3.6 to 1.3.7 by @dependabot in #199
- ci: bump actions/setup-python from 2 to 4 by @dependabot in #205
- ci: bump actions/checkout from 2 to 3 by @dependabot in #204
- ci: bump release-drafter/release-drafter from 5.22.0 to 5.23.0 by @dependabot in #206
New Contributors
- @cdpath made their first contribution in #203
- @Axel-Jacobsen made their first contribution in #202
Full Changelog: 0.0.50...0.0.51
0.0.50
What's Changed
Features
- feat: LSDV-2973: Add polygon support in YOLO export by @KonstantinKorotaev in #191
Bug Fixes
- fix: LSDV-1311: Don't touch output image filename by @triklozoid in #194
Other Changes
- chore: Bump version to 0.0.50.dev by @robot-ci-heartex in #192
Full Changelog: 0.0.49...0.0.50
0.0.49
What's Changed
Features
- feat: YOLO import includes images without label files by @Mekcyed in #173
- feat: Add YOLOv5+ polygon format export by @xumix #170
Other Changes
- chore: Bump version to 0.0.49.dev by @robot-ci-heartex in #184
- ci: bump thehanimo/pr-title-checker from 1.3.5 to 1.3.6 by @dependabot in #189
- ci: bump release-drafter/release-drafter from 5.21.1 to 5.22.0 by @dependabot in #180
New Contributors
Full Changelog: 0.0.48...0.0.49
0.0.48
What's Changed
Bug Fixes
- fix: bump pillow from 9.0.1 to 9.3.0 by @dependabot in #161
Other Changes
- ci: Fix upload release asset by @nikitabelonogov in #163
- chore: Bump version to 0.0.48.dev by @robot-ci-heartex in #162
- fix: added support for path to url support by @p0p4k in #157
- ci: SRE-342: Auto generate release notes against previous release tag by @nikitabelonogov in #164
- feat: Add YOLOv5+ polygon format export by @xumix in #169
- feat: Add YOLOv5+ polygon format export by @xumix in #170
- fix bug, encoded path does not exists on disk by @maliubiao in #172
- ci: SRE-364: Add octokit pagination by @nikitabelonogov in #174
- fix: Multiple image extension type handler by @p0p4k in #156
- ci: SRE-379: More readable release candidate version by @nikitabelonogov in #176
- ci: Switch to python3-dev package by @nikitabelonogov in #178
- feat: Create independent subdir containing annotations for each labeler when converting from label studio .json to YOLO by @francescocarpanese in #177
- Fix bug where images without annotations were not added when importing from coco by @posionus in #171
- ci: SRE-389: Fork support for PR labeler by @nikitabelonogov in #179
- ci: SRE-391: Add release permissions by @nikitabelonogov in #182
- ci: SRE-391: Fix typo by @nikitabelonogov in #183
New Contributors
- @xumix made their first contribution in #169
- @maliubiao made their first contribution in #172
- @francescocarpanese made their first contribution in #177
- @posionus made their first contribution in #171
Full Changelog: 0.0.47...0.0.48
0.0.47
What's Changed
Bug Fixes
- fix: DEV-3764: Fix CSV export download with non-existing columns by @KonstantinKorotaev in #159
Other Changes
New Contributors
Full Changelog: 0.0.46...0.0.47