1. 首页
  2. 数据库
  3. 其它
  4. AnchorLoss:实施“锚固损失 源码

AnchorLoss:实施“锚固损失 源码

上传者: 2021-04-24 23:38:52上传 ZIP文件 6.63KB 热度 5次
PyTorch中的锚损失 PyTorch实施,Serim Ryou,郑成均,Pietro Perona,ICCV 2019 锚固损失 此代码在图像分类上提供锚点丢失。 要使用锚定损失训练模型,请包含anchor_loss.py并调用AnchorLoss()函数。 from anchor_loss import AnchorLoss gamma = 0.5 slack = 0.05 anchor = 'neg' warm_up = False criterion = AnchorLoss ( gamma , slack , anchor , warm_up ) 默认参数设置如上所示。 有关参数的详细信息在anchor_loss.py中进行了anchor_loss.py 。 如果您使用此代码,请引用: @InProceedings{Ryou_2019_ICCV, author =
下载地址
用户评论