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.46
What's Changed
BREAKING CHANGES
- ci: bump codecov/codecov-action from 1 to 3 by @dependabot in #142
- ci: bump actions/github-script from 3 to 6 by @dependabot in #143
Bug Fixes
Other Changes
- chore: Bump version to 0.0.46.dev by @robot-ci-heartex in #151
- ci: bump ricardochaves/python-lint from 1.3.0 to 1.4.0 by @dependabot in #141
- ci: bump hmarr/debug-action from 2.0.1 to 2.1.0 by @dependabot in #144
- ci: bump thehanimo/pr-title-checker from 1.3.4 to 1.3.5 by @dependabot in #145
Full Changelog: 0.0.45...0.0.46
0.0.45
What's Changed
- Fix with encoding at all file openings by @makseq in #5
- BrushLabels to numpy and png. by @makseq in #9
- Take latest completion that is not skipped by @RasmusEdvardsen in #7
- Fix CoNLL export to handle all whitespaces by @hannukle in #13
- Support for COCO segmentation labels by @vkhizanov in #14
- Relax dependencies requests and Pillow to allow the whole major versi… by @vegai in #21
- Fix Span Check and multiple whitespace bug in ConLL Conversion by @jbogensperger in #20
- Fixed bug in converter init for brushlabels by @bram2506 in #26
- Feature/brush import by @bram2506 in #25
- Multi annotations and annotator support by @makseq in #32
- Update converter descriptions by @smoreface in #31
- Add YOLO export function by @johnson7788 in #22
- [ext] Bump Pillow to match python 3.9 by @farioas in #42
- [ext] Make optional resource downloading in converter by @makseq in #43
- [ext] Bump Pillow version for security reasons by @triklozoid in #44
- [ext] YOLO to Label Studio JSON converter by @makseq in #46
- add
supercategory
field to COCO categories by @fcakyon in #48 - [fix] Fix github issue 1115 - different category ids for same label c… by @KonstantinKorotaev in #50
- Fix info field in coco format by @twsl in #55
- fix [issue#64](https://github.com/heartexlabs/label-studio-converter/… by @loveychen in #65
- Speed up encode_rle function by 250-500x by @csaroff in #52
- DEV-1228: fix condition for 'O' tags in CONLL2003 by @KonstantinKorotaev in #71
- [fix] Fix parse config by @KonstantinKorotaev in #60
- DEV-1445: Fix YOLO export to have sorted classes by @KonstantinKorotaev in #75
- Fix YOLO coordinate deviation of rotated rectangle by @changrq in #73
- Bump pillow from 8.3.2 to 9.0.0 by @dependabot in #77
- Bump nltk from 3.5 to 3.6.6 by @dependabot in #76
- fix: DEV-1525: Fix CONNL converter for complicated configs by @KonstantinKorotaev in #79
- docs: Update slack invite link by @farioas in #83
- Bump pillow from 9.0.0 to 9.0.1 by @dependabot in #86
- Update brush.py by @aryanvdesh in #90
- YOLO format - change to save multi-label by @jangsiye in #88
- [fix] Fixing COCO converter to include all images from dataset by @KonstantinKorotaev in #57
- fix: DEV-2082: Add support "All Tasks" export option by @KonstantinKorotaev in #94
- fix: DEV-2041 fix setup.py to be used as brew resource by @nikitabelonogov in #96
- fix: voc should not strip extension from filenames by @brettp in #100
- Fix out-type when is "predictions" by @alebmutt in #107
- fix: DEV-2095: Fix runtime error when duration is not extracted by @KonstantinKorotaev in #102
- fix: DEV-2139: Fix annotation_id is provided as float value in CSV export by @KonstantinKorotaev in #99
- fix: DEV-2139: Fix annotation_id is provided as float value in CSV export by @KonstantinKorotaev in #109
- fix: DEV-1923: Add workflow as separate change by @KonstantinKorotaev in #110
- fix for YOLO export with rotated rectangle annotations by @ferenc-hechler in #103
- [ext] COCO & PathTrack imports by @makseq in #69
- fix: DEV-2792: Add YOLO and VOC export image without bounding box by @KonstantinKorotaev in #113
- fix: DEV-2827: get_local_path doesn't work for local-files by @KonstantinKorotaev in #115
- ci: DEV-2733: Add PR labeler by @nikitabelonogov in #116
- ci: DEV-2733: Release Pipeline by @nikitabelonogov in #117
- ci: DEV-2733: Create LS PR on release by @nikitabelonogov in #119
- fix: DEV-3164: Remove potential data exposure from logs by @niklub in #120
- ci: DEV-3193: Fix version replace by @nikitabelonogov in #122
- ci: Fix exit code in cutoff workflow by @nikitabelonogov in #124
- chore: Bump version to 0.0.44.dev by @robot-ci-heartex in #121
- chore: Bump version to 0.0.45.dev by @robot-ci-heartex in #125
- feat: FUNSD converter by @makseq in #127
- fix: DEV-1923: Enrich CONLL export tokenization by @KonstantinKorotaev in #92
- fix: DEV-1923: fix version with new requirements by @KonstantinKorotaev in #129
- fix: Typo in yolo.py by @p0p4k in #130
- Improve README by fixing path to cli.py by @rgaiacs in #135
- fix: Bounding boxes with rotation exporter to COCO and YOLO by @rgaiacs in #136
- feat: Add call to convert_to_yolo from cli by @rgaiacs in #137
- fix: DEV-3642: Fix YOLO label filenames in case of duplicate filenames by @KonstantinKorotaev in #138
- fix: DEV-2792: Fix YOLO and VOC export image without bounding box by @KonstantinKorotaev in #140
- fix: DEV-3669: Fix filename in COCO export by @KonstantinKorotaev in #146
- fix: DEV-3578: Correclty serialize JSON fields in CSV output by @hakan458 in #147
New Contributors
- @makseq made their first contribution in #5
- @RasmusEdvardsen made their first contribution in #7
- @hannukle made their first contribution in #13
- @vkhizanov made their first contribution in #14
- @vegai made their first contribution in #21
- @jbogensperger made their first contribution in #20
- @bram2506 made their first contribution in #26
- @smoreface made their first contribution in #31
- @johnson7788 made their first contribution in #22
- @farioas made their first contribution in #42
- @triklozoid made their first contribution in #44
- @fcakyon made their first contribution in #48
- @KonstantinKorotaev made their first contribution in #50
- @twsl made their first contribution in #55
- @loveychen made their first contribution in https://github.com/heartexlabs/label-studio-converter/pul...
0.0.44
What's Changed
Fix label-studio-tools-version
0.0.43
What's Changed
- Fix with encoding at all file openings by @makseq in #5
- BrushLabels to numpy and png. by @makseq in #9
- Take latest completion that is not skipped by @RasmusEdvardsen in #7
- Fix CoNLL export to handle all whitespaces by @hannukle in #13
- Support for COCO segmentation labels by @vkhizanov in #14
- Relax dependencies requests and Pillow to allow the whole major versi… by @vegai in #21
- Fix Span Check and multiple whitespace bug in ConLL Conversion by @jbogensperger in #20
- Fixed bug in converter init for brushlabels by @bram2506 in #26
- Feature/brush import by @bram2506 in #25
- Multi annotations and annotator support by @makseq in #32
- Update converter descriptions by @smoreface in #31
- Add YOLO export function by @johnson7788 in #22
- [ext] Bump Pillow to match python 3.9 by @farioas in #42
- [ext] Make optional resource downloading in converter by @makseq in #43
- [ext] Bump Pillow version for security reasons by @triklozoid in #44
- [ext] YOLO to Label Studio JSON converter by @makseq in #46
- add
supercategory
field to COCO categories by @fcakyon in #48 - [fix] Fix github issue 1115 - different category ids for same label c… by @KonstantinKorotaev in #50
- Fix info field in coco format by @twsl in #55
- fix [issue#64](https://github.com/heartexlabs/label-studio-converter/… by @loveychen in #65
- Speed up encode_rle function by 250-500x by @csaroff in #52
- DEV-1228: fix condition for 'O' tags in CONLL2003 by @KonstantinKorotaev in #71
- [fix] Fix parse config by @KonstantinKorotaev in #60
- DEV-1445: Fix YOLO export to have sorted classes by @KonstantinKorotaev in #75
- Fix YOLO coordinate deviation of rotated rectangle by @changrq in #73
- Bump pillow from 8.3.2 to 9.0.0 by @dependabot in #77
- Bump nltk from 3.5 to 3.6.6 by @dependabot in #76
- fix: DEV-1525: Fix CONNL converter for complicated configs by @KonstantinKorotaev in #79
- docs: Update slack invite link by @farioas in #83
- Bump pillow from 9.0.0 to 9.0.1 by @dependabot in #86
- Update brush.py by @aryanvdesh in #90
- YOLO format - change to save multi-label by @jangsiye in #88
- [fix] Fixing COCO converter to include all images from dataset by @KonstantinKorotaev in #57
- fix: DEV-2082: Add support "All Tasks" export option by @KonstantinKorotaev in #94
- fix: DEV-2041 fix setup.py to be used as brew resource by @nikitabelonogov in #96
- fix: voc should not strip extension from filenames by @brettp in #100
- Fix out-type when is "predictions" by @alebmutt in #107
- fix: DEV-2095: Fix runtime error when duration is not extracted by @KonstantinKorotaev in #102
- fix: DEV-2139: Fix annotation_id is provided as float value in CSV export by @KonstantinKorotaev in #99
- fix: DEV-2139: Fix annotation_id is provided as float value in CSV export by @KonstantinKorotaev in #109
- fix: DEV-1923: Add workflow as separate change by @KonstantinKorotaev in #110
- fix for YOLO export with rotated rectangle annotations by @ferenc-hechler in #103
- [ext] COCO & PathTrack imports by @makseq in #69
- fix: DEV-2792: Add YOLO and VOC export image without bounding box by @KonstantinKorotaev in #113
- fix: DEV-2827: get_local_path doesn't work for local-files by @KonstantinKorotaev in #115
- ci: DEV-2733: Add PR labeler by @nikitabelonogov in #116
- ci: DEV-2733: Release Pipeline by @nikitabelonogov in #117
- ci: DEV-2733: Create LS PR on release by @nikitabelonogov in #119
- fix: DEV-3164: Remove potential data exposure from logs by @niklub in #120
New Contributors
- @makseq made their first contribution in #5
- @RasmusEdvardsen made their first contribution in #7
- @hannukle made their first contribution in #13
- @vkhizanov made their first contribution in #14
- @vegai made their first contribution in #21
- @jbogensperger made their first contribution in #20
- @bram2506 made their first contribution in #26
- @smoreface made their first contribution in #31
- @johnson7788 made their first contribution in #22
- @farioas made their first contribution in #42
- @triklozoid made their first contribution in #44
- @fcakyon made their first contribution in #48
- @KonstantinKorotaev made their first contribution in #50
- @twsl made their first contribution in #55
- @loveychen made their first contribution in #65
- @csaroff made their first contribution in #52
- @changrq made their first contribution in #73
- @dependabot made their first contribution in #77
- @aryanvdesh made their first contribution in #90
- @jangsiye made their first contribution in #88
- @nikitabelonogov made their first contribution in #96
- @brettp made their first contribution in #100
- @alebmutt made their first contribution in #107
- @ferenc-hechler made their first contribution in #103
- @niklub made their first contribution in #120
Full Changelog: https://github.com/heartexlabs/label-studio-converter/commits/0.0.43