Generalized-Intersection-over-Union
Generalized-Intersection-over-Union copied to clipboard
Unofficial Pytorch Implementation of GIoU:[CVPR2019]Generalized Intersection over Union
Results
3
Generalized-Intersection-over-Union issues
Sort by
recently updated
recently updated
newest added
it looks like do not support autograd. have you try? @diggerdu
Hi, What are the 4 values in the bboxes represents?. Is it (x_c,y_c,w,h) or (x1,y1,x2,y2)?. Thanks