kkhoot / PAA

A PyTorch implementation of the paper `Probabilistic Anchor Assignment with IoU Prediction for Object Detection` ECCV 2020 (https://arxiv.org/abs/2007.08103)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

query about combined_loss

micro-step opened this issue · comments

in your code , combined_loss is sum of iou_based_cls_loss and (1- GIOU).

why is not combined_loss sum of iou_based_cls_loss and GIOU.