Releases: Deci-AI/data-gradients
Releases · Deci-AI/data-gradients
0.3.2
What's Changed
- improve is_label_first error handling by @Louis-Dupont in #217
- Feature/dg 1111 add perimeter claculation by @shanibenbaruch in #218
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- minor format fixes by @ofrimasad in #95
- Normalize Class Count by @Louis-Dupont in #96
- Fix json by @Louis-Dupont in #97
- Release test by @ranrubin in #99
- Update
n_cols
andn_rows
in sample visualization by @Louis-Dupont in #98 - Feature/sg 832 improve plot text by @Louis-Dupont in #101
- Feature/sg 832 add config to readme by @Louis-Dupont in #100
- Add traceback and new error json by @Louis-Dupont in #102
- Prepare the logging for DataConfig by @Louis-Dupont in #103
- Add table of content by @Louis-Dupont in #104
- Feature/sg 845 add dataconfig with cache by @Louis-Dupont in #93
- Feature Descriptions by @Louis-Dupont in #105
- Update Readme by @Louis-Dupont in #107
- Add mkdocs by @Louis-Dupont in #106
- Create dir if not exist by @Louis-Dupont in #110
- Fixing graph visualization by @Louis-Dupont in #108
- add appdir by @Louis-Dupont in #111
- added common names for each format by @ofrimasad in #112
- added a flag to delete the plots at the end of the run (true by default) by @ofrimasad in #113
- Update mkdocs.yml by @RanZilberstein in #115
- allow passing feature extractors on init by @ofrimasad in #116
- Add Yolo Format Dataset by @Louis-Dupont in #114
- Fix Average Brightness by @Louis-Dupont in #119
- fix installing from master by @shaydeci in #122
- fix summary assuming val split exists by @shaydeci in #120
- Feature/sg 953 add XML/VOC datasets by @Louis-Dupont in #117
- Feature/sg 890 Quickfix for high num_classes by @Louis-Dupont in #121
- Fix how we count bbox per image by @Louis-Dupont in #124
- Fix title by @Louis-Dupont in #123
- show long class_name by @Louis-Dupont in #125
- Fix bug where code could crash when there is no bbox by @Louis-Dupont in #127
- Feature/sg 953 simplify iterator logic by @Louis-Dupont in #132
- Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by @BloodAxe in #133
- Drop-in replacement of appdirs to platformdirs by @BloodAxe in #134
- fix visualization of normalized images by @ofrimasad in #137
- Fix test by @Louis-Dupont in #138
- Update README.md by @ofrimasad in #139
- added issue templates by @ofrimasad in #141
- Create CONTRIBUTING.md by @ofrimasad in #140
- Improve visualization of bbox by @Louis-Dupont in #135
- Feature/sg 912 duplicates by @shaydeci in #136
- Feature/sg 890 add filter option for multiclass by @Louis-Dupont in #129
- Feature/sg 953 generalise dataset logic by @Louis-Dupont in #131
- Fix segmentation processor by @Louis-Dupont in #144
- fix title by @Louis-Dupont in #142
- fix notifications by @ofrimasad in #145
- version bumped by @shaydeci in #143
- Fix batch unsqueezing and onehot by @Louis-Dupont in #146
- add to readme by @ofrimasad in #147
- Remove default value for batches_early_stop parameter by @BloodAxe in #150
- Added logging of the event if feature extractor failed by @BloodAxe in #148
- fixed empty page bug by @ofrimasad in #153
- fixed link in pdf by @ofrimasad in #154
- Feature/dg 000 add to readme by @ofrimasad in #155
- version bumped by @shaydeci in #156
- Bugfix/sg 000 fix import type iterable by @shaydeci in #157
- add to readme by @ofrimasad in #161
- Hotfix/dg 000 fix empty batch detection by @Louis-Dupont in #160
- black PR by @Louis-Dupont in #164
- Rename
DatasetAdapter
toDatasetOutputMapper
by @Louis-Dupont in #166 - Feature/dg 979 support classification by @BloodAxe in #149
- Feature/sg 953 add voc seg dataset by @Louis-Dupont in #151
- Coco segmentation by @Louis-Dupont in #130
- Feature/sg 945 move summary before adding adapter by @Louis-Dupont in #167
- Adding Coco Detection Dataset by @Louis-Dupont in #118
- add impossible object count by resolution to DG by @Louis-Dupont in #171
- Improve heatmap description by @Louis-Dupont in #170
- Decoupling DatasetAdapter to the AnalysisManager by @Louis-Dupont in #163
- Feature/sg 996 add reports to s3 by @Louis-Dupont in #173
- Improve introduction readability by @Louis-Dupont in #178
- Feature/alg 1639 add proxy information by @shanibenbaruch in #180
- Moving Dataset Exctractors outside of main README by @Louis-Dupont in #177
- Automatize dataset description by @Louis-Dupont in #179
- Hotfix/sg 000 fix 06empty batch by @Louis-Dupont in #184
- Add is_batch by @Louis-Dupont in #185
- change reference location links to external links and add the relativ… by @rotemy-x10 in #182
- Add option to update state from cache file by @Louis-Dupont in #186
- Feature/sg 1085 docs for image dups by @shaydeci in #183
- Feature/sg 000 add datasetadapter features by @Louis-Dupont in #187
- Hotfix/sg 000 add classnames to config by @Louis-Dupont in #191
- Hotfix/sg 000 refacto ask user questions by @Louis-Dupont in #194
- Hotfix/sg 000 move n image channels to dataconfig by @Louis-Dupont in #192
- Hotfix/sg 000 move image format to dataconfig by @Louis-Dupont in #193
- Hotfix/sg 1101 add classnames to questions by @Louis-Dupont in #195
- Fix questions display when asking n_channels by @Louis-Dupont in #198
- Feature/sg 1155 support pil by @Louis-Dupont in #199
- Hotfix/sg 000 fix question display n channel by @Louis-Dupont in #200
- Bump Version of DG to 0.2.0 by @BloodAxe in #201
- Fix caching of channels by @Louis-Dupont in #202
- bump version to 0.2.1 by @Louis-Dupont in #203
- use categorical mask by @Louis-Dupont in #204
- Feature/sg 1182 support sparse class representation by @Louis-Dupont in #205
- Feature/sg 1070 Remove
description
property -> include it inupdate
instead + add docstrings by @Louis-Dupont in #206 - version fixed by @shaydeci in #208
- Add classification features to the documentation by @Louis-Dupont in #207
- Fi...
0.3.0
What's Changed
- minor format fixes by @ofrimasad in #95
- Normalize Class Count by @Louis-Dupont in #96
- Fix json by @Louis-Dupont in #97
- Release test by @ranrubin in #99
- Update
n_cols
andn_rows
in sample visualization by @Louis-Dupont in #98 - Feature/sg 832 improve plot text by @Louis-Dupont in #101
- Feature/sg 832 add config to readme by @Louis-Dupont in #100
- Add traceback and new error json by @Louis-Dupont in #102
- Prepare the logging for DataConfig by @Louis-Dupont in #103
- Add table of content by @Louis-Dupont in #104
- Feature/sg 845 add dataconfig with cache by @Louis-Dupont in #93
- Feature Descriptions by @Louis-Dupont in #105
- Update Readme by @Louis-Dupont in #107
- Add mkdocs by @Louis-Dupont in #106
- Create dir if not exist by @Louis-Dupont in #110
- Fixing graph visualization by @Louis-Dupont in #108
- add appdir by @Louis-Dupont in #111
- added common names for each format by @ofrimasad in #112
- added a flag to delete the plots at the end of the run (true by default) by @ofrimasad in #113
- Update mkdocs.yml by @RanZilberstein in #115
- allow passing feature extractors on init by @ofrimasad in #116
- Add Yolo Format Dataset by @Louis-Dupont in #114
- Fix Average Brightness by @Louis-Dupont in #119
- fix installing from master by @shaydeci in #122
- fix summary assuming val split exists by @shaydeci in #120
- Feature/sg 953 add XML/VOC datasets by @Louis-Dupont in #117
- Feature/sg 890 Quickfix for high num_classes by @Louis-Dupont in #121
- Fix how we count bbox per image by @Louis-Dupont in #124
- Fix title by @Louis-Dupont in #123
- show long class_name by @Louis-Dupont in #125
- Fix bug where code could crash when there is no bbox by @Louis-Dupont in #127
- Feature/sg 953 simplify iterator logic by @Louis-Dupont in #132
- Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by @BloodAxe in #133
- Drop-in replacement of appdirs to platformdirs by @BloodAxe in #134
- fix visualization of normalized images by @ofrimasad in #137
- Fix test by @Louis-Dupont in #138
- Update README.md by @ofrimasad in #139
- added issue templates by @ofrimasad in #141
- Create CONTRIBUTING.md by @ofrimasad in #140
- Improve visualization of bbox by @Louis-Dupont in #135
- Feature/sg 912 duplicates by @shaydeci in #136
- Feature/sg 890 add filter option for multiclass by @Louis-Dupont in #129
- Feature/sg 953 generalise dataset logic by @Louis-Dupont in #131
- Fix segmentation processor by @Louis-Dupont in #144
- fix title by @Louis-Dupont in #142
- fix notifications by @ofrimasad in #145
- version bumped by @shaydeci in #143
- Fix batch unsqueezing and onehot by @Louis-Dupont in #146
- add to readme by @ofrimasad in #147
- Remove default value for batches_early_stop parameter by @BloodAxe in #150
- Added logging of the event if feature extractor failed by @BloodAxe in #148
- fixed empty page bug by @ofrimasad in #153
- fixed link in pdf by @ofrimasad in #154
- Feature/dg 000 add to readme by @ofrimasad in #155
- version bumped by @shaydeci in #156
- Bugfix/sg 000 fix import type iterable by @shaydeci in #157
- add to readme by @ofrimasad in #161
- Hotfix/dg 000 fix empty batch detection by @Louis-Dupont in #160
- black PR by @Louis-Dupont in #164
- Rename
DatasetAdapter
toDatasetOutputMapper
by @Louis-Dupont in #166 - Feature/dg 979 support classification by @BloodAxe in #149
- Feature/sg 953 add voc seg dataset by @Louis-Dupont in #151
- Coco segmentation by @Louis-Dupont in #130
- Feature/sg 945 move summary before adding adapter by @Louis-Dupont in #167
- Adding Coco Detection Dataset by @Louis-Dupont in #118
- add impossible object count by resolution to DG by @Louis-Dupont in #171
- Improve heatmap description by @Louis-Dupont in #170
- Decoupling DatasetAdapter to the AnalysisManager by @Louis-Dupont in #163
- Feature/sg 996 add reports to s3 by @Louis-Dupont in #173
- Improve introduction readability by @Louis-Dupont in #178
- Feature/alg 1639 add proxy information by @shanibenbaruch in #180
- Moving Dataset Exctractors outside of main README by @Louis-Dupont in #177
- Automatize dataset description by @Louis-Dupont in #179
- Hotfix/sg 000 fix 06empty batch by @Louis-Dupont in #184
- Add is_batch by @Louis-Dupont in #185
- change reference location links to external links and add the relativ… by @rotemy-x10 in #182
- Add option to update state from cache file by @Louis-Dupont in #186
- Feature/sg 1085 docs for image dups by @shaydeci in #183
- Feature/sg 000 add datasetadapter features by @Louis-Dupont in #187
- Hotfix/sg 000 add classnames to config by @Louis-Dupont in #191
- Hotfix/sg 000 refacto ask user questions by @Louis-Dupont in #194
- Hotfix/sg 000 move n image channels to dataconfig by @Louis-Dupont in #192
- Hotfix/sg 000 move image format to dataconfig by @Louis-Dupont in #193
- Hotfix/sg 1101 add classnames to questions by @Louis-Dupont in #195
- Fix questions display when asking n_channels by @Louis-Dupont in #198
- Feature/sg 1155 support pil by @Louis-Dupont in #199
- Hotfix/sg 000 fix question display n channel by @Louis-Dupont in #200
- Bump Version of DG to 0.2.0 by @BloodAxe in #201
- Fix caching of channels by @Louis-Dupont in #202
- bump version to 0.2.1 by @Louis-Dupont in #203
- use categorical mask by @Louis-Dupont in #204
- Feature/sg 1182 support sparse class representation by @Louis-Dupont in #205
- Feature/sg 1070 Remove
description
property -> include it inupdate
instead + add docstrings by @Louis-Dupont in #206 - version fixed by @shaydeci in #208
New Contributors
- @RanZilberstein made their first contribution in #115
- @...
0.2.2
What's Changed
- minor format fixes by @ofrimasad in #95
- Normalize Class Count by @Louis-Dupont in #96
- Fix json by @Louis-Dupont in #97
- Release test by @ranrubin in #99
- Update
n_cols
andn_rows
in sample visualization by @Louis-Dupont in #98 - Feature/sg 832 improve plot text by @Louis-Dupont in #101
- Feature/sg 832 add config to readme by @Louis-Dupont in #100
- Add traceback and new error json by @Louis-Dupont in #102
- Prepare the logging for DataConfig by @Louis-Dupont in #103
- Add table of content by @Louis-Dupont in #104
- Feature/sg 845 add dataconfig with cache by @Louis-Dupont in #93
- Feature Descriptions by @Louis-Dupont in #105
- Update Readme by @Louis-Dupont in #107
- Add mkdocs by @Louis-Dupont in #106
- Create dir if not exist by @Louis-Dupont in #110
- Fixing graph visualization by @Louis-Dupont in #108
- add appdir by @Louis-Dupont in #111
- added common names for each format by @ofrimasad in #112
- added a flag to delete the plots at the end of the run (true by default) by @ofrimasad in #113
- Update mkdocs.yml by @RanZilberstein in #115
- allow passing feature extractors on init by @ofrimasad in #116
- Add Yolo Format Dataset by @Louis-Dupont in #114
- Fix Average Brightness by @Louis-Dupont in #119
- fix installing from master by @shaydeci in #122
- fix summary assuming val split exists by @shaydeci in #120
- Feature/sg 953 add XML/VOC datasets by @Louis-Dupont in #117
- Feature/sg 890 Quickfix for high num_classes by @Louis-Dupont in #121
- Fix how we count bbox per image by @Louis-Dupont in #124
- Fix title by @Louis-Dupont in #123
- show long class_name by @Louis-Dupont in #125
- Fix bug where code could crash when there is no bbox by @Louis-Dupont in #127
- Feature/sg 953 simplify iterator logic by @Louis-Dupont in #132
- Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by @BloodAxe in #133
- Drop-in replacement of appdirs to platformdirs by @BloodAxe in #134
- fix visualization of normalized images by @ofrimasad in #137
- Fix test by @Louis-Dupont in #138
- Update README.md by @ofrimasad in #139
- added issue templates by @ofrimasad in #141
- Create CONTRIBUTING.md by @ofrimasad in #140
- Improve visualization of bbox by @Louis-Dupont in #135
- Feature/sg 912 duplicates by @shaydeci in #136
- Feature/sg 890 add filter option for multiclass by @Louis-Dupont in #129
- Feature/sg 953 generalise dataset logic by @Louis-Dupont in #131
- Fix segmentation processor by @Louis-Dupont in #144
- fix title by @Louis-Dupont in #142
- fix notifications by @ofrimasad in #145
- version bumped by @shaydeci in #143
- Fix batch unsqueezing and onehot by @Louis-Dupont in #146
- add to readme by @ofrimasad in #147
- Remove default value for batches_early_stop parameter by @BloodAxe in #150
- Added logging of the event if feature extractor failed by @BloodAxe in #148
- fixed empty page bug by @ofrimasad in #153
- fixed link in pdf by @ofrimasad in #154
- Feature/dg 000 add to readme by @ofrimasad in #155
- version bumped by @shaydeci in #156
- Bugfix/sg 000 fix import type iterable by @shaydeci in #157
- add to readme by @ofrimasad in #161
- Hotfix/dg 000 fix empty batch detection by @Louis-Dupont in #160
- black PR by @Louis-Dupont in #164
- Rename
DatasetAdapter
toDatasetOutputMapper
by @Louis-Dupont in #166 - Feature/dg 979 support classification by @BloodAxe in #149
- Feature/sg 953 add voc seg dataset by @Louis-Dupont in #151
- Coco segmentation by @Louis-Dupont in #130
- Feature/sg 945 move summary before adding adapter by @Louis-Dupont in #167
- Adding Coco Detection Dataset by @Louis-Dupont in #118
- add impossible object count by resolution to DG by @Louis-Dupont in #171
- Improve heatmap description by @Louis-Dupont in #170
- Decoupling DatasetAdapter to the AnalysisManager by @Louis-Dupont in #163
- Feature/sg 996 add reports to s3 by @Louis-Dupont in #173
- Improve introduction readability by @Louis-Dupont in #178
- Feature/alg 1639 add proxy information by @shanibenbaruch in #180
- Moving Dataset Exctractors outside of main README by @Louis-Dupont in #177
- Automatize dataset description by @Louis-Dupont in #179
- Hotfix/sg 000 fix 06empty batch by @Louis-Dupont in #184
- Add is_batch by @Louis-Dupont in #185
- change reference location links to external links and add the relativ… by @rotemy-x10 in #182
- Add option to update state from cache file by @Louis-Dupont in #186
- Feature/sg 1085 docs for image dups by @shaydeci in #183
- Feature/sg 000 add datasetadapter features by @Louis-Dupont in #187
- Hotfix/sg 000 add classnames to config by @Louis-Dupont in #191
- Hotfix/sg 000 refacto ask user questions by @Louis-Dupont in #194
- Hotfix/sg 000 move n image channels to dataconfig by @Louis-Dupont in #192
- Hotfix/sg 000 move image format to dataconfig by @Louis-Dupont in #193
- Hotfix/sg 1101 add classnames to questions by @Louis-Dupont in #195
- Fix questions display when asking n_channels by @Louis-Dupont in #198
- Feature/sg 1155 support pil by @Louis-Dupont in #199
- Hotfix/sg 000 fix question display n channel by @Louis-Dupont in #200
- Bump Version of DG to 0.2.0 by @BloodAxe in #201
- Fix caching of channels by @Louis-Dupont in #202
- bump version to 0.2.1 by @Louis-Dupont in #203
New Contributors
- @RanZilberstein made their first contribution in #115
- @shanibenbaruch made their first contribution in #180
- @rotemy-x10 made their first contribution in #182
Full Changelog: 0.0.5...0.2.2
0.2.1
What's Changed
- minor format fixes by @ofrimasad in #95
- Normalize Class Count by @Louis-Dupont in #96
- Fix json by @Louis-Dupont in #97
- Release test by @ranrubin in #99
- Update
n_cols
andn_rows
in sample visualization by @Louis-Dupont in #98 - Feature/sg 832 improve plot text by @Louis-Dupont in #101
- Feature/sg 832 add config to readme by @Louis-Dupont in #100
- Add traceback and new error json by @Louis-Dupont in #102
- Prepare the logging for DataConfig by @Louis-Dupont in #103
- Add table of content by @Louis-Dupont in #104
- Feature/sg 845 add dataconfig with cache by @Louis-Dupont in #93
- Feature Descriptions by @Louis-Dupont in #105
- Update Readme by @Louis-Dupont in #107
- Add mkdocs by @Louis-Dupont in #106
- Create dir if not exist by @Louis-Dupont in #110
- Fixing graph visualization by @Louis-Dupont in #108
- add appdir by @Louis-Dupont in #111
- added common names for each format by @ofrimasad in #112
- added a flag to delete the plots at the end of the run (true by default) by @ofrimasad in #113
- Update mkdocs.yml by @RanZilberstein in #115
- allow passing feature extractors on init by @ofrimasad in #116
- Add Yolo Format Dataset by @Louis-Dupont in #114
- Fix Average Brightness by @Louis-Dupont in #119
- fix installing from master by @shaydeci in #122
- fix summary assuming val split exists by @shaydeci in #120
- Feature/sg 953 add XML/VOC datasets by @Louis-Dupont in #117
- Feature/sg 890 Quickfix for high num_classes by @Louis-Dupont in #121
- Fix how we count bbox per image by @Louis-Dupont in #124
- Fix title by @Louis-Dupont in #123
- show long class_name by @Louis-Dupont in #125
- Fix bug where code could crash when there is no bbox by @Louis-Dupont in #127
- Feature/sg 953 simplify iterator logic by @Louis-Dupont in #132
- Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by @BloodAxe in #133
- Drop-in replacement of appdirs to platformdirs by @BloodAxe in #134
- fix visualization of normalized images by @ofrimasad in #137
- Fix test by @Louis-Dupont in #138
- Update README.md by @ofrimasad in #139
- added issue templates by @ofrimasad in #141
- Create CONTRIBUTING.md by @ofrimasad in #140
- Improve visualization of bbox by @Louis-Dupont in #135
- Feature/sg 912 duplicates by @shaydeci in #136
- Feature/sg 890 add filter option for multiclass by @Louis-Dupont in #129
- Feature/sg 953 generalise dataset logic by @Louis-Dupont in #131
- Fix segmentation processor by @Louis-Dupont in #144
- fix title by @Louis-Dupont in #142
- fix notifications by @ofrimasad in #145
- version bumped by @shaydeci in #143
- Fix batch unsqueezing and onehot by @Louis-Dupont in #146
- add to readme by @ofrimasad in #147
- Remove default value for batches_early_stop parameter by @BloodAxe in #150
- Added logging of the event if feature extractor failed by @BloodAxe in #148
- fixed empty page bug by @ofrimasad in #153
- fixed link in pdf by @ofrimasad in #154
- Feature/dg 000 add to readme by @ofrimasad in #155
- version bumped by @shaydeci in #156
- Bugfix/sg 000 fix import type iterable by @shaydeci in #157
- add to readme by @ofrimasad in #161
- Hotfix/dg 000 fix empty batch detection by @Louis-Dupont in #160
- black PR by @Louis-Dupont in #164
- Rename
DatasetAdapter
toDatasetOutputMapper
by @Louis-Dupont in #166 - Feature/dg 979 support classification by @BloodAxe in #149
- Feature/sg 953 add voc seg dataset by @Louis-Dupont in #151
- Coco segmentation by @Louis-Dupont in #130
- Feature/sg 945 move summary before adding adapter by @Louis-Dupont in #167
- Adding Coco Detection Dataset by @Louis-Dupont in #118
- add impossible object count by resolution to DG by @Louis-Dupont in #171
- Improve heatmap description by @Louis-Dupont in #170
- Decoupling DatasetAdapter to the AnalysisManager by @Louis-Dupont in #163
- Feature/sg 996 add reports to s3 by @Louis-Dupont in #173
- Improve introduction readability by @Louis-Dupont in #178
- Feature/alg 1639 add proxy information by @shanibenbaruch in #180
- Moving Dataset Exctractors outside of main README by @Louis-Dupont in #177
- Automatize dataset description by @Louis-Dupont in #179
- Hotfix/sg 000 fix 06empty batch by @Louis-Dupont in #184
- Add is_batch by @Louis-Dupont in #185
- change reference location links to external links and add the relativ… by @rotemy-x10 in #182
- Add option to update state from cache file by @Louis-Dupont in #186
- Feature/sg 1085 docs for image dups by @shaydeci in #183
- Feature/sg 000 add datasetadapter features by @Louis-Dupont in #187
- Hotfix/sg 000 add classnames to config by @Louis-Dupont in #191
- Hotfix/sg 000 refacto ask user questions by @Louis-Dupont in #194
- Hotfix/sg 000 move n image channels to dataconfig by @Louis-Dupont in #192
- Hotfix/sg 000 move image format to dataconfig by @Louis-Dupont in #193
- Hotfix/sg 1101 add classnames to questions by @Louis-Dupont in #195
- Fix questions display when asking n_channels by @Louis-Dupont in #198
- Feature/sg 1155 support pil by @Louis-Dupont in #199
- Hotfix/sg 000 fix question display n channel by @Louis-Dupont in #200
- Bump Version of DG to 0.2.0 by @BloodAxe in #201
- Fix caching of channels by @Louis-Dupont in #202
- bump version to 0.2.1 by @Louis-Dupont in #203
New Contributors
- @RanZilberstein made their first contribution in #115
- @shanibenbaruch made their first contribution in #180
- @rotemy-x10 made their first contribution in #182
Full Changelog: 0.0.5...0.2.1
0.2.0
What's Changed
- minor format fixes by @ofrimasad in #95
- Normalize Class Count by @Louis-Dupont in #96
- Fix json by @Louis-Dupont in #97
- Release test by @ranrubin in #99
- Update
n_cols
andn_rows
in sample visualization by @Louis-Dupont in #98 - Feature/sg 832 improve plot text by @Louis-Dupont in #101
- Feature/sg 832 add config to readme by @Louis-Dupont in #100
- Add traceback and new error json by @Louis-Dupont in #102
- Prepare the logging for DataConfig by @Louis-Dupont in #103
- Add table of content by @Louis-Dupont in #104
- Feature/sg 845 add dataconfig with cache by @Louis-Dupont in #93
- Feature Descriptions by @Louis-Dupont in #105
- Update Readme by @Louis-Dupont in #107
- Add mkdocs by @Louis-Dupont in #106
- Create dir if not exist by @Louis-Dupont in #110
- Fixing graph visualization by @Louis-Dupont in #108
- add appdir by @Louis-Dupont in #111
- added common names for each format by @ofrimasad in #112
- added a flag to delete the plots at the end of the run (true by default) by @ofrimasad in #113
- Update mkdocs.yml by @RanZilberstein in #115
- allow passing feature extractors on init by @ofrimasad in #116
- Add Yolo Format Dataset by @Louis-Dupont in #114
- Fix Average Brightness by @Louis-Dupont in #119
- fix installing from master by @shaydeci in #122
- fix summary assuming val split exists by @shaydeci in #120
- Feature/sg 953 add XML/VOC datasets by @Louis-Dupont in #117
- Feature/sg 890 Quickfix for high num_classes by @Louis-Dupont in #121
- Fix how we count bbox per image by @Louis-Dupont in #124
- Fix title by @Louis-Dupont in #123
- show long class_name by @Louis-Dupont in #125
- Fix bug where code could crash when there is no bbox by @Louis-Dupont in #127
- Feature/sg 953 simplify iterator logic by @Louis-Dupont in #132
- Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by @BloodAxe in #133
- Drop-in replacement of appdirs to platformdirs by @BloodAxe in #134
- fix visualization of normalized images by @ofrimasad in #137
- Fix test by @Louis-Dupont in #138
- Update README.md by @ofrimasad in #139
- added issue templates by @ofrimasad in #141
- Create CONTRIBUTING.md by @ofrimasad in #140
- Improve visualization of bbox by @Louis-Dupont in #135
- Feature/sg 912 duplicates by @shaydeci in #136
- Feature/sg 890 add filter option for multiclass by @Louis-Dupont in #129
- Feature/sg 953 generalise dataset logic by @Louis-Dupont in #131
- Fix segmentation processor by @Louis-Dupont in #144
- fix title by @Louis-Dupont in #142
- fix notifications by @ofrimasad in #145
- version bumped by @shaydeci in #143
- Fix batch unsqueezing and onehot by @Louis-Dupont in #146
- add to readme by @ofrimasad in #147
- Remove default value for batches_early_stop parameter by @BloodAxe in #150
- Added logging of the event if feature extractor failed by @BloodAxe in #148
- fixed empty page bug by @ofrimasad in #153
- fixed link in pdf by @ofrimasad in #154
- Feature/dg 000 add to readme by @ofrimasad in #155
- version bumped by @shaydeci in #156
- Bugfix/sg 000 fix import type iterable by @shaydeci in #157
- add to readme by @ofrimasad in #161
- Hotfix/dg 000 fix empty batch detection by @Louis-Dupont in #160
- black PR by @Louis-Dupont in #164
- Rename
DatasetAdapter
toDatasetOutputMapper
by @Louis-Dupont in #166 - Feature/dg 979 support classification by @BloodAxe in #149
- Feature/sg 953 add voc seg dataset by @Louis-Dupont in #151
- Coco segmentation by @Louis-Dupont in #130
- Feature/sg 945 move summary before adding adapter by @Louis-Dupont in #167
- Adding Coco Detection Dataset by @Louis-Dupont in #118
- add impossible object count by resolution to DG by @Louis-Dupont in #171
- Improve heatmap description by @Louis-Dupont in #170
- Decoupling DatasetAdapter to the AnalysisManager by @Louis-Dupont in #163
- Feature/sg 996 add reports to s3 by @Louis-Dupont in #173
- Improve introduction readability by @Louis-Dupont in #178
- Feature/alg 1639 add proxy information by @shanibenbaruch in #180
- Moving Dataset Exctractors outside of main README by @Louis-Dupont in #177
- Automatize dataset description by @Louis-Dupont in #179
- Hotfix/sg 000 fix 06empty batch by @Louis-Dupont in #184
- Add is_batch by @Louis-Dupont in #185
- change reference location links to external links and add the relativ… by @rotemy-x10 in #182
- Add option to update state from cache file by @Louis-Dupont in #186
- Feature/sg 1085 docs for image dups by @shaydeci in #183
- Feature/sg 000 add datasetadapter features by @Louis-Dupont in #187
- Hotfix/sg 000 add classnames to config by @Louis-Dupont in #191
- Hotfix/sg 000 refacto ask user questions by @Louis-Dupont in #194
- Hotfix/sg 000 move n image channels to dataconfig by @Louis-Dupont in #192
- Hotfix/sg 000 move image format to dataconfig by @Louis-Dupont in #193
- Hotfix/sg 1101 add classnames to questions by @Louis-Dupont in #195
- Fix questions display when asking n_channels by @Louis-Dupont in #198
- Feature/sg 1155 support pil by @Louis-Dupont in #199
- Hotfix/sg 000 fix question display n channel by @Louis-Dupont in #200
- Bump Version of DG to 0.2.0 by @BloodAxe in #201
New Contributors
- @RanZilberstein made their first contribution in #115
- @shanibenbaruch made their first contribution in #180
- @rotemy-x10 made their first contribution in #182
Full Changelog: 0.0.5...0.2.0
0.1.5
What's Changed
- minor format fixes by @ofrimasad in #95
- Normalize Class Count by @Louis-Dupont in #96
- Fix json by @Louis-Dupont in #97
- Release test by @ranrubin in #99
- Update
n_cols
andn_rows
in sample visualization by @Louis-Dupont in #98 - Feature/sg 832 improve plot text by @Louis-Dupont in #101
- Feature/sg 832 add config to readme by @Louis-Dupont in #100
- Add traceback and new error json by @Louis-Dupont in #102
- Prepare the logging for DataConfig by @Louis-Dupont in #103
- Add table of content by @Louis-Dupont in #104
- Feature/sg 845 add dataconfig with cache by @Louis-Dupont in #93
- Feature Descriptions by @Louis-Dupont in #105
- Update Readme by @Louis-Dupont in #107
- Add mkdocs by @Louis-Dupont in #106
- Create dir if not exist by @Louis-Dupont in #110
- Fixing graph visualization by @Louis-Dupont in #108
- add appdir by @Louis-Dupont in #111
- added common names for each format by @ofrimasad in #112
- added a flag to delete the plots at the end of the run (true by default) by @ofrimasad in #113
- Update mkdocs.yml by @RanZilberstein in #115
- allow passing feature extractors on init by @ofrimasad in #116
- Add Yolo Format Dataset by @Louis-Dupont in #114
- Fix Average Brightness by @Louis-Dupont in #119
- fix installing from master by @shaydeci in #122
- fix summary assuming val split exists by @shaydeci in #120
- Feature/sg 953 add XML/VOC datasets by @Louis-Dupont in #117
- Feature/sg 890 Quickfix for high num_classes by @Louis-Dupont in #121
- Fix how we count bbox per image by @Louis-Dupont in #124
- Fix title by @Louis-Dupont in #123
- show long class_name by @Louis-Dupont in #125
- Fix bug where code could crash when there is no bbox by @Louis-Dupont in #127
- Feature/sg 953 simplify iterator logic by @Louis-Dupont in #132
- Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by @BloodAxe in #133
- Drop-in replacement of appdirs to platformdirs by @BloodAxe in #134
- fix visualization of normalized images by @ofrimasad in #137
- Fix test by @Louis-Dupont in #138
- Update README.md by @ofrimasad in #139
- added issue templates by @ofrimasad in #141
- Create CONTRIBUTING.md by @ofrimasad in #140
- Improve visualization of bbox by @Louis-Dupont in #135
- Feature/sg 912 duplicates by @shaydeci in #136
- Feature/sg 890 add filter option for multiclass by @Louis-Dupont in #129
- Feature/sg 953 generalise dataset logic by @Louis-Dupont in #131
- Fix segmentation processor by @Louis-Dupont in #144
- fix title by @Louis-Dupont in #142
- fix notifications by @ofrimasad in #145
- version bumped by @shaydeci in #143
- Fix batch unsqueezing and onehot by @Louis-Dupont in #146
- add to readme by @ofrimasad in #147
- Remove default value for batches_early_stop parameter by @BloodAxe in #150
- Added logging of the event if feature extractor failed by @BloodAxe in #148
- fixed empty page bug by @ofrimasad in #153
- fixed link in pdf by @ofrimasad in #154
- Feature/dg 000 add to readme by @ofrimasad in #155
- version bumped by @shaydeci in #156
- Bugfix/sg 000 fix import type iterable by @shaydeci in #157
- add to readme by @ofrimasad in #161
- Hotfix/dg 000 fix empty batch detection by @Louis-Dupont in #160
- black PR by @Louis-Dupont in #164
- Rename
DatasetAdapter
toDatasetOutputMapper
by @Louis-Dupont in #166 - Feature/dg 979 support classification by @BloodAxe in #149
- Feature/sg 953 add voc seg dataset by @Louis-Dupont in #151
- Coco segmentation by @Louis-Dupont in #130
- Feature/sg 945 move summary before adding adapter by @Louis-Dupont in #167
- Adding Coco Detection Dataset by @Louis-Dupont in #118
- add impossible object count by resolution to DG by @Louis-Dupont in #171
- Improve heatmap description by @Louis-Dupont in #170
New Contributors
- @RanZilberstein made their first contribution in #115
Full Changelog: 0.0.5...0.1.5
0.1.4
What's Changed
- minor format fixes by @ofrimasad in #95
- Normalize Class Count by @Louis-Dupont in #96
- Fix json by @Louis-Dupont in #97
- Release test by @ranrubin in #99
- Update
n_cols
andn_rows
in sample visualization by @Louis-Dupont in #98 - Feature/sg 832 improve plot text by @Louis-Dupont in #101
- Feature/sg 832 add config to readme by @Louis-Dupont in #100
- Add traceback and new error json by @Louis-Dupont in #102
- Prepare the logging for DataConfig by @Louis-Dupont in #103
- Add table of content by @Louis-Dupont in #104
- Feature/sg 845 add dataconfig with cache by @Louis-Dupont in #93
- Feature Descriptions by @Louis-Dupont in #105
- Update Readme by @Louis-Dupont in #107
- Add mkdocs by @Louis-Dupont in #106
- Create dir if not exist by @Louis-Dupont in #110
- Fixing graph visualization by @Louis-Dupont in #108
- add appdir by @Louis-Dupont in #111
- added common names for each format by @ofrimasad in #112
- added a flag to delete the plots at the end of the run (true by default) by @ofrimasad in #113
- Update mkdocs.yml by @RanZilberstein in #115
- allow passing feature extractors on init by @ofrimasad in #116
- Add Yolo Format Dataset by @Louis-Dupont in #114
- Fix Average Brightness by @Louis-Dupont in #119
- fix installing from master by @shaydeci in #122
- fix summary assuming val split exists by @shaydeci in #120
- Feature/sg 953 add XML/VOC datasets by @Louis-Dupont in #117
- Feature/sg 890 Quickfix for high num_classes by @Louis-Dupont in #121
- Fix how we count bbox per image by @Louis-Dupont in #124
- Fix title by @Louis-Dupont in #123
- show long class_name by @Louis-Dupont in #125
- Fix bug where code could crash when there is no bbox by @Louis-Dupont in #127
- Feature/sg 953 simplify iterator logic by @Louis-Dupont in #132
- Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by @BloodAxe in #133
- Drop-in replacement of appdirs to platformdirs by @BloodAxe in #134
- fix visualization of normalized images by @ofrimasad in #137
- Fix test by @Louis-Dupont in #138
- Update README.md by @ofrimasad in #139
- added issue templates by @ofrimasad in #141
- Create CONTRIBUTING.md by @ofrimasad in #140
- Improve visualization of bbox by @Louis-Dupont in #135
- Feature/sg 912 duplicates by @shaydeci in #136
- Feature/sg 890 add filter option for multiclass by @Louis-Dupont in #129
- Feature/sg 953 generalise dataset logic by @Louis-Dupont in #131
- Fix segmentation processor by @Louis-Dupont in #144
- fix title by @Louis-Dupont in #142
- fix notifications by @ofrimasad in #145
- version bumped by @shaydeci in #143
- Fix batch unsqueezing and onehot by @Louis-Dupont in #146
- add to readme by @ofrimasad in #147
- Remove default value for batches_early_stop parameter by @BloodAxe in #150
- Added logging of the event if feature extractor failed by @BloodAxe in #148
- fixed empty page bug by @ofrimasad in #153
- fixed link in pdf by @ofrimasad in #154
- Feature/dg 000 add to readme by @ofrimasad in #155
- version bumped by @shaydeci in #156
- Bugfix/sg 000 fix import type iterable by @shaydeci in #157
New Contributors
- @RanZilberstein made their first contribution in #115
Full Changelog: 0.0.5...0.1.4
0.1.3
What's Changed
- minor format fixes by @ofrimasad in #95
- Normalize Class Count by @Louis-Dupont in #96
- Fix json by @Louis-Dupont in #97
- Release test by @ranrubin in #99
- Update
n_cols
andn_rows
in sample visualization by @Louis-Dupont in #98 - Feature/sg 832 improve plot text by @Louis-Dupont in #101
- Feature/sg 832 add config to readme by @Louis-Dupont in #100
- Add traceback and new error json by @Louis-Dupont in #102
- Prepare the logging for DataConfig by @Louis-Dupont in #103
- Add table of content by @Louis-Dupont in #104
- Feature/sg 845 add dataconfig with cache by @Louis-Dupont in #93
- Feature Descriptions by @Louis-Dupont in #105
- Update Readme by @Louis-Dupont in #107
- Add mkdocs by @Louis-Dupont in #106
- Create dir if not exist by @Louis-Dupont in #110
- Fixing graph visualization by @Louis-Dupont in #108
- add appdir by @Louis-Dupont in #111
- added common names for each format by @ofrimasad in #112
- added a flag to delete the plots at the end of the run (true by default) by @ofrimasad in #113
- Update mkdocs.yml by @RanZilberstein in #115
- allow passing feature extractors on init by @ofrimasad in #116
- Add Yolo Format Dataset by @Louis-Dupont in #114
- Fix Average Brightness by @Louis-Dupont in #119
- fix installing from master by @shaydeci in #122
- fix summary assuming val split exists by @shaydeci in #120
- Feature/sg 953 add XML/VOC datasets by @Louis-Dupont in #117
- Feature/sg 890 Quickfix for high num_classes by @Louis-Dupont in #121
- Fix how we count bbox per image by @Louis-Dupont in #124
- Fix title by @Louis-Dupont in #123
- show long class_name by @Louis-Dupont in #125
- Fix bug where code could crash when there is no bbox by @Louis-Dupont in #127
- Feature/sg 953 simplify iterator logic by @Louis-Dupont in #132
- Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by @BloodAxe in #133
- Drop-in replacement of appdirs to platformdirs by @BloodAxe in #134
- fix visualization of normalized images by @ofrimasad in #137
- Fix test by @Louis-Dupont in #138
- Update README.md by @ofrimasad in #139
- added issue templates by @ofrimasad in #141
- Create CONTRIBUTING.md by @ofrimasad in #140
- Improve visualization of bbox by @Louis-Dupont in #135
- Feature/sg 912 duplicates by @shaydeci in #136
- Feature/sg 890 add filter option for multiclass by @Louis-Dupont in #129
- Feature/sg 953 generalise dataset logic by @Louis-Dupont in #131
- Fix segmentation processor by @Louis-Dupont in #144
- fix title by @Louis-Dupont in #142
- fix notifications by @ofrimasad in #145
- version bumped by @shaydeci in #143
- Fix batch unsqueezing and onehot by @Louis-Dupont in #146
- add to readme by @ofrimasad in #147
- Remove default value for batches_early_stop parameter by @BloodAxe in #150
- Added logging of the event if feature extractor failed by @BloodAxe in #148
- fixed empty page bug by @ofrimasad in #153
- fixed link in pdf by @ofrimasad in #154
- Feature/dg 000 add to readme by @ofrimasad in #155
- version bumped by @shaydeci in #156
New Contributors
- @RanZilberstein made their first contribution in #115
Full Changelog: 0.0.5...0.1.3
0.1.2
What's Changed
- minor format fixes by @ofrimasad in #95
- Normalize Class Count by @Louis-Dupont in #96
- Fix json by @Louis-Dupont in #97
- Release test by @ranrubin in #99
- Update
n_cols
andn_rows
in sample visualization by @Louis-Dupont in #98 - Feature/sg 832 improve plot text by @Louis-Dupont in #101
- Feature/sg 832 add config to readme by @Louis-Dupont in #100
- Add traceback and new error json by @Louis-Dupont in #102
- Prepare the logging for DataConfig by @Louis-Dupont in #103
- Add table of content by @Louis-Dupont in #104
- Feature/sg 845 add dataconfig with cache by @Louis-Dupont in #93
- Feature Descriptions by @Louis-Dupont in #105
- Update Readme by @Louis-Dupont in #107
- Add mkdocs by @Louis-Dupont in #106
- Create dir if not exist by @Louis-Dupont in #110
- Fixing graph visualization by @Louis-Dupont in #108
- add appdir by @Louis-Dupont in #111
- added common names for each format by @ofrimasad in #112
- added a flag to delete the plots at the end of the run (true by default) by @ofrimasad in #113
- Update mkdocs.yml by @RanZilberstein in #115
- allow passing feature extractors on init by @ofrimasad in #116
- Add Yolo Format Dataset by @Louis-Dupont in #114
- Fix Average Brightness by @Louis-Dupont in #119
- fix installing from master by @shaydeci in #122
- fix summary assuming val split exists by @shaydeci in #120
- Feature/sg 953 add XML/VOC datasets by @Louis-Dupont in #117
- Feature/sg 890 Quickfix for high num_classes by @Louis-Dupont in #121
- Fix how we count bbox per image by @Louis-Dupont in #124
- Fix title by @Louis-Dupont in #123
- show long class_name by @Louis-Dupont in #125
- Fix bug where code could crash when there is no bbox by @Louis-Dupont in #127
- Feature/sg 953 simplify iterator logic by @Louis-Dupont in #132
- Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by @BloodAxe in #133
- Drop-in replacement of appdirs to platformdirs by @BloodAxe in #134
- fix visualization of normalized images by @ofrimasad in #137
- Fix test by @Louis-Dupont in #138
- Update README.md by @ofrimasad in #139
- added issue templates by @ofrimasad in #141
- Create CONTRIBUTING.md by @ofrimasad in #140
- Improve visualization of bbox by @Louis-Dupont in #135
- Feature/sg 912 duplicates by @shaydeci in #136
- Feature/sg 890 add filter option for multiclass by @Louis-Dupont in #129
- Feature/sg 953 generalise dataset logic by @Louis-Dupont in #131
- Fix segmentation processor by @Louis-Dupont in #144
- fix title by @Louis-Dupont in #142
- fix notifications by @ofrimasad in #145
- version bumped by @shaydeci in #143
- Fix batch unsqueezing and onehot by @Louis-Dupont in #146
- add to readme by @ofrimasad in #147
New Contributors
- @RanZilberstein made their first contribution in #115
Full Changelog: 0.0.5...0.1.2