├── LICENSE ├── README.md ├── focal_loss.py ├── img_res.png ├── map_res.png └── map_some.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChiefGodMan/Focal-Loss-implement-on-Tensorflow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChiefGodMan/Focal-Loss-implement-on-Tensorflow/HEAD/README.md -------------------------------------------------------------------------------- /focal_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChiefGodMan/Focal-Loss-implement-on-Tensorflow/HEAD/focal_loss.py -------------------------------------------------------------------------------- /img_res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChiefGodMan/Focal-Loss-implement-on-Tensorflow/HEAD/img_res.png -------------------------------------------------------------------------------- /map_res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChiefGodMan/Focal-Loss-implement-on-Tensorflow/HEAD/map_res.png -------------------------------------------------------------------------------- /map_some.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChiefGodMan/Focal-Loss-implement-on-Tensorflow/HEAD/map_some.png --------------------------------------------------------------------------------