mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-14 02:37:00 -07:00
XSeg trainer: added random relighting sample augmentation to improve generalization
This commit is contained in:
parent
23130cd56a
commit
e53d1b1820
3 changed files with 103 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue