Changed - Updated `BaseModelConfigs` in `mltu.configs.py` to include instance_attributes - Some minor changes
1.0.9
Changed - Fixed styling, changed all string from single quotes to double quotes, corrected comments, etc.
Added - Added `CVImage` and `PillowImage` objects in `mltu.annotations.image` to handle image annotations
1.0.8
Added - Added `RandomSaltAndPepper` augmentor into `mltu.augmentors`
1.0.7
Added - Added `SelfAttention` layer into `mltu.tensorflow.layers` to use with Conv2D layers (need more testings).
1.0.6
Changed - Fixed bug in `mltu.dataProvider.DataProvider` object to work without `data_preprocessors` when feeding loaded data in memory
Added - Added `RandomGaussianBlur` augmentor into `mltu.augmentors`
1.0.4
Changed - Fix `ImageReader` to work either with image path or `np.ndarray` - Added `metadata` support to `callbacks/tf2onnx` when converting to onnx format