↓ 1 callersMethodtranspose_listSimilar to transpose this list of lists. Assume we have [Label([None, None, bbox, None]), Label([None, None, bbox, None]), Label([bbox, None,
data/genx_utils/labels.py:737
↓ 1 callersFunctionxyxy2xywh Takes a bbox in the form [x1,y1,x2,y2] and returns a new bbox in the form [x,y,w,h] where x,y is the center and w,h are the width and heigh
modules/tracking/utils.py:52
Method__init__(self, bins: int, height: int, width: int, count_cutoff: Optional[int] = None,
allow_compilat
data/utils/representations.py:134