Skip to content

venice-erin/focal_segmentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Focal Loss for Semantic Segmentation

Focal Loss

Focal Loss was proposed by Tsung-Yi Lin et al. in order to improve one-stage object detector. This loss down-weight the loss value of well classified targets. So, this loss allow to detector learn from the hard-example well.

This loss has potential for expansion into other task such as classification or semantic segmentation. In this project, I apply the focal loss to multi-class semantic segmentation.

About

semantic segmentation with focal loss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%