公告板
版本库
filestore
活动
搜索
登录
Algorithm
/
reID
人体重识别
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
update
Scheaven
2021-09-18
291deeb1fcf45dbf39a24aa72a213ff3fd6b3405
[Algorithm/reID.git]
/
modeling
/
losses
/
__init__.py
1
2
3
4
5
6
7
8
9
# encoding: utf-8
"""
@author: l1aoxingyu
@contact: sherlockliao01@gmail.com
"""
from .cross_entroy_loss import CrossEntropyLoss
from .focal_loss import FocalLoss
from .metric_loss import TripletLoss, CircleLoss