Releases: CaptainDario/ETLCDB_data_reader
Releases · CaptainDario/ETLCDB_data_reader
v2.1.4: hotfix
fixed:
- parameter for the name while saving
v2.1.3
features:
- parameter to set the integer from which the folder names will start when saving to file
v2.1.2 : hotfix
fixed:
save_to
crashes when some special characters should be saved to file- certain images were not saved correctly (were saved completely black)
v2.1.1 : hotfix
fixed:
save_to
has obsolete parameter which causes a crash
v2.1 - shuuri
This release mainly contains some fixes for loading katakana characters.
features:
- parameter to save all images and labels to disk
fixed:
- loading always returns numpy arrays
- katakana encoded with "KE", etc. are now converted to ケ, etc.
- some of the empty images are not loaded anymore
2.0 - isseini
This is a big update with a breaking change.
Now data sets can be loaded in parallel!
added:
- the
processes
parameter which defines how many processes should be used to load the data set
breaking changes:
- the
include
parameter is now expected to be a list
1.0 - hajime
The first release of the etl_data_reader package.
You can easily load the images and their label with this package.