Files
disrupting-deepfakes/stargan/defenses/__init__.py
T
Nataniel Ruiz Gutierrez 21970b730a All
2019-12-21 16:37:10 -05:00

15 lines
409 B
Python

# Copyright (c) 2018-present, Royal Bank of Canada.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
#
# flake8: noqa
from .base import Processor
from .smoothing import ConvSmoothing2D
from .smoothing import AverageSmoothing2D
from .smoothing import GaussianSmoothing2D
from .smoothing import MedianSmoothing2D