Skip to content
Snippets Groups Projects
Unverified Commit 39e6257c authored by implus's avatar implus Committed by GitHub
Browse files

GFocal (#3097)

* add gfocal losses

* add gfl head, its related code, configs

* fix 2x config bug

* add most model and log in gfl README

* update gfl model and log

* Update transforms.py

modify variables  L, T, R, B   to  left, top, right, bottom

* Update gfocal_loss.py

modify variables into meaningful names:
* pt -> scale_factor
* a -> pos   b -> pos_label
* disl -> dis_left  disr -> dis_right
* wl -> weight_left  wr -> weight_right

* Update gfocal_loss.py

update formats

* remove duplicated get_bboxes/IoU calculation, make QFL consistent

* add all docstring in gfl_head.py and gfocal_loss.py
parent 92aa9f93
No related branches found
No related tags found
No related merge requests found
Showing
with 1047 additions and 8 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment