mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
* add brightness and contrast augmentation * remove unnecessary * reformat * relax the precision constrain for adjust_brightness aug * fix percision assertion error in unit test * remove toy * rename alpha as factor * use np.testing.assert_allclose in place of np.less_equal