HuguesRoy
HuguesRoy
Creation of a new folder caps_dataset_refactoring containing two .py files: - `caps_dataset.py`: low level class caps-dataset (work only for Image datasets) - `concat_dataset.py`: classes for concatenation, stacking and creation of...
Fix issue #1163 Change `re.search ` by `re.match`. It will avoid hidden file matching by constraining to an exact match with the pattern if we have two files: - correct...
Changed folder name to `custom` using the `PreprocessingMethod` enum.