XSeg trainer: added random relighting sample augmentation to improve generalization

This commit is contained in:
iperov 2021-04-26 10:51:06 +04:00
commit e53d1b1820
3 changed files with 103 additions and 2 deletions

View file

@ -27,4 +27,5 @@ from .filters import apply_random_rgb_levels, \
apply_random_gaussian_blur, \
apply_random_nearest_resize, \
apply_random_bilinear_resize, \
apply_random_jpeg_compress
apply_random_jpeg_compress, \
apply_random_relight