scale# scale(boxlist: NpBoxList, y_scale: float, x_scale: float) → NpBoxList[source]# Scale box coordinates in x and y dimensions. Parameters: boxlist (BoxList) – A BoxList holding N boxes. y_scale (float) – x_scale (float) – Returns: A BoxList holding N boxes. Return type: BoxList