# Loss_ToolBox-PyTorch **Repository Path**: ForthewinQ/Loss_ToolBox-PyTorch ## Basic Information - **Project Name**: Loss_ToolBox-PyTorch - **Description**: PyTorch Implementation of Focal Loss and Lovasz-Softmax Loss - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-10-10 - **Last Updated**: 2023-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Loss_ToolBox --- ## Introduction This repository include several losses for 3D image segmentation. 1. [Focal Loss](https://arxiv.org/abs/1708.02002) (PS:Borrow some code from [c0nn3r/RetinaNet](https://github.com/c0nn3r/RetinaNet)) 2. [Lovasz-Softmax Loss](https://arxiv.org/abs/1705.08790)(Modify from orinial implementation [LovaszSoftmax](https://github.com/bermanmaxim/LovaszSoftmax)) 3. [DiceLoss](https://arxiv.org/abs/1606.04797)