mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 10:46:35 +00:00
add resume training possibility
This commit is contained in:
@@ -22,7 +22,6 @@ class Augmentator:
|
||||
self.correct_min_bbox_size = 0.01
|
||||
|
||||
self.transform = A.Compose([
|
||||
# Flips, rotations and brightness
|
||||
A.HorizontalFlip(p=0.6),
|
||||
A.RandomBrightnessContrast(p=0.4, brightness_limit=(-0.3, 0.3), contrast_limit=(-0.05, 0.05)),
|
||||
A.Affine(p=0.8, scale=(0.8, 1.2), rotate=(-35, 35), shear=(-10, 10)),
|
||||
|
||||
Reference in New Issue
Block a user