nguyendu392's picture
Duplicate from tomofi/MMOCR
e198e1c
raw
history blame contribute delete
151 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .dice_loss import DiceLoss
from .focal_loss import FocalLoss
__all__ = ['DiceLoss', 'FocalLoss']