ImageNetDataset v0.1.0
Merged pull requests:
- Initial functionality (#1) (@adrhill)
- Bump codecov/codecov-action from 3 to 4 (#2) (@dependabot[bot])
- Add DataAugmentation.jl package extension (#5) (@adrhill)
- Test preprocessing transforms (#6) (@adrhill)
- Add kwarg
open_size
toCenterCropNormalize
(#7) (@adrhill) - Add
RandomCropNormalize
transformation (#8) (@adrhill) - Add metadata utilities (#9) (@adrhill)
- Bump julia-actions/setup-julia from 1 to 2 (#10) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#11) (@dependabot[bot])
- Support
transform
on images (#12) (@adrhill) - support for windows paths when retrieving wnid from path (#13) (@christian-helms)
- Bump codecov/codecov-action from 4 to 5 (#14) (@dependabot[bot])
- Transfer repo to Julia-XAI org (#15) (@adrhill)
- Remove warning on DataAugmentations format (#16) (@adrhill)
- Minor fixes to documentation (#17) (@adrhill)
Closed issues:
- Add DataAugmentation.jl compatibility for preprocessing (#4)