Skip to content

Latest commit

 

History

History
executable file
·
9 lines (5 loc) · 248 Bytes

README.md

File metadata and controls

executable file
·
9 lines (5 loc) · 248 Bytes

focal-loss

Tensorflow实现何凯明的Focal Loss, 该损失函数主要用于解决分类问题中的类别不平衡

focal_loss_sigmoid: 二分类loss

focal_loss_softmax: 多分类loss

Reference Paper : Focal Loss for Dense Object Detection