Add augmentations which only transform image (e.g. Constrast, Equalize, Color, Brightness). (#3643)
* implements augmentation which only transform images (e.g. Color,Sharpness) in process * Add augs which only transform image (e.g. Sharpness, Equalize, Color) in process. * remove test_augonlyimg.py * re-implement color,brightness,equalize,contrast using mmcv * rename aug_only_img as img_augment * remove aug_only_img related files * merge img_augment.py into auto_augment.py
Showing
- mmdet/datasets/pipelines/__init__.py 4 additions, 2 deletionsmmdet/datasets/pipelines/__init__.py
- mmdet/datasets/pipelines/auto_augment.py 190 additions, 0 deletionsmmdet/datasets/pipelines/auto_augment.py
- tests/test_data/test_img_augment.py 203 additions, 0 deletionstests/test_data/test_img_augment.py
Loading
Please register or sign in to comment