AnchorLoss:实施“锚固损失 源码
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 =
文件列表
AnchorLoss-master.zip
(预估有个3文件)
AnchorLoss-master
LICENSE.txt
11KB
README.md
1KB
anchor_loss.py
4KB
暂无评论