No more DPI adjusting
All threads resolved!
All threads resolved!
Compare changes
Files
10+ 21
− 32
@@ -6,6 +6,7 @@ from enum import Enum
@@ -15,16 +16,16 @@ from albumentations.augmentations import (
@@ -54,7 +55,7 @@ class FixedHeightResize:
@@ -71,7 +72,7 @@ class FixedWidthResize:
@@ -96,7 +97,7 @@ class MaxResize:
@@ -156,29 +157,6 @@ class ErosionDilation(ImageOnlyTransform):
@@ -212,7 +190,10 @@ def get_augmentation_transforms() -> A.Compose:
@@ -220,10 +201,18 @@ def get_augmentation_transforms() -> A.Compose: