xyfZzz / GHM_Loss_Tensorflow

tensorflow implementation of GHM-C Loss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GHM_Loss_Tensorflow

This is a tensorflow version of GHMC-Loss based on this paper Gradient Harmonized Single-stage Detector and the original pytorch version: https://github.com/libuyu/GHM_Detection.

This code uses the broadcast mechanism for parallel computing for all bins.

Environment

This code is implemented with

  • Python 3.6
  • PyTorch 0.4.1
  • Tensorflow 1.11.0

If you find any bug in the code, please let me know.

About

tensorflow implementation of GHM-C Loss


Languages

Language:Python 100.0%