Method__init__(self, x, y, h, w, label: str = None, confidence: float = 0, content: str = None)
typress/app/model/det_model/Bbox.py:20
Method__init__ Resize image to target size, convert normalized xywh to pixel xyxy format ([x_center, y_center, width, height] -> [x0, y0, x1, y1]).
typress/app/model/det_model/preprocess.py:186