- Jul 27, 2023
-
-
Daniel CARRON authored
Some tests have been updated, while other which are still a work in progress have been marked with @pytest.mark.skip(reason="Test need to be updated")
-
Maxime DELITROZ authored
[data.image_utils.py] replaced load_pil_baw by load_pil_grayscale. Updated the docstring and call in the rest of the package accordingly
-
- Jul 26, 2023
-
-
André Anjos authored
-
André Anjos authored
-
André Anjos authored
-
André Anjos authored
-
-
-
-
-
-
André Anjos authored
-
-
-
-
-
-
-
-
-
-
-
-
André Anjos authored
[models.transforms] Implement RGB and Grayscale transforms, and hook those into our models (closes #15)
-
André Anjos authored
-
André Anjos authored
-
-
André Anjos authored
[data.augmentations] Move transforms to augmentations; Implement auto-parellisation for ElasticDeformation (partial affects #5); Reflect changes in all relevant submodules
-
André Anjos authored
-
André Anjos authored
[data.datamodule] Fixes cached dataset model transform application; Improves logging and documentation; Estimate loaded sample sizes and RAM occupance
-
André Anjos authored
-
André Anjos authored
[data.datamodule] Double-check model_transforms are set before datasets are instantiated; Remove model_transforms from constructor (non-sensical); Improve documentation on model-transforms
-
André Anjos authored
[data.montgomery/shenzhen.loader] Simplify loaders, adjust some variable names, comments and add some (commented out) test code to visualize generated images
-
André Anjos authored
-
We decided to handle the resizing of the input at the model level and not at the dataset level anymore. Loaders, docstrings and tests of Shenzhen and Montgomery were updated accordingly to only load data, remove black borders and crop to square shape. [image_utils.RemoveBlackBorders] had to be modified to allow functional utilization
-
André Anjos authored
-
André Anjos authored
[data.montgomery.loader] Use load_pil() instead of load_pil_baw() since Montgomery images are already in grayscale PNG (not black-and-white!)
-
-
-
-