FBAGSTM's picture
STM32 AI Experimentation Hub
747451d
# /*---------------------------------------------------------------------------------------------
# * Copyright (c) 2022 STMicroelectronics.
# * All rights reserved.
# * This software is licensed under terms that can be found in the LICENSE file in
# * the root directory of this software component.
# * If no LICENSE file comes with this software, it is provided AS-IS.
# *--------------------------------------------------------------------------------------------*/
from .objdet_random_utils import objdet_apply_change_rate
from .objdet_random_misc import objdet_random_crop, objdet_random_periodic_resizing
from .objdet_random_affine import objdet_random_flip, objdet_random_translation, objdet_random_rotation, objdet_random_shear, \
objdet_random_zoom
from .data_augmentation import data_augmentation