├── LICENSE ├── README.md ├── caffe.proto ├── check_focal_diff.py ├── focal_loss_layer.cpp ├── focal_loss_layer.cu ├── focal_loss_layer.hpp ├── multibox_focal_loss_layer.cpp └── multibox_focal_loss_layer.hpp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuanqi305/FocalLoss/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuanqi305/FocalLoss/HEAD/README.md -------------------------------------------------------------------------------- /caffe.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuanqi305/FocalLoss/HEAD/caffe.proto -------------------------------------------------------------------------------- /check_focal_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuanqi305/FocalLoss/HEAD/check_focal_diff.py -------------------------------------------------------------------------------- /focal_loss_layer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuanqi305/FocalLoss/HEAD/focal_loss_layer.cpp -------------------------------------------------------------------------------- /focal_loss_layer.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuanqi305/FocalLoss/HEAD/focal_loss_layer.cu -------------------------------------------------------------------------------- /focal_loss_layer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuanqi305/FocalLoss/HEAD/focal_loss_layer.hpp -------------------------------------------------------------------------------- /multibox_focal_loss_layer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuanqi305/FocalLoss/HEAD/multibox_focal_loss_layer.cpp -------------------------------------------------------------------------------- /multibox_focal_loss_layer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuanqi305/FocalLoss/HEAD/multibox_focal_loss_layer.hpp --------------------------------------------------------------------------------