mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
11 lines
239 B
Python
11 lines
239 B
Python
# encoding: utf-8
|
|
"""
|
|
@author: l1aoxingyu
|
|
@contact: sherlockliao01@gmail.com
|
|
"""
|
|
|
|
from .cross_entroy_loss import CrossEntropyLoss
|
|
from .focal_loss import FocalLoss
|
|
from .triplet_loss import TripletLoss
|
|
from .circle_loss import CircleLoss
|