Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diggerdu/Generalized-Intersection-over-Union
/ functions
Functions
2 in github.com/diggerdu/Generalized-Intersection-over-Union
⨍
Functions
2
◇
Types & classes
0
↓ 1 callers
Function
bbox_overlaps
Calculate the ious between each bbox of bboxes1 and bboxes2. Args: bboxes1(ndarray): shape (n, 4) bboxes2(ndarray): shape (k, 4)
bbox_overlaps.py:3
Function
bbox_overlaps_giou
Calculate the gious between each bbox of bboxes1 and bboxes2. Args: bboxes1(ndarray): shape (n, 4) bboxes2(ndarray): shape (k, 4)
bbox_overlaps.py:57