↓ 10 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
ultralytics/models/sam/modules/tiny_encoder.py:213
↓ 9 callersFunctionxyxy2xywh Convert bounding box coordinates from (x1, y1, x2, y2) format to (x, y, width, height) format. Args: x (np.ndarray | torch.Tensor):
ultralytics/utils/ops.py:356
↓ 8 callersFunctionxywh2xyxy Convert bounding box coordinates from (x, y, width, height) format to (x1, y1, x2, y2) format where (x1, y1) is the top-left corner and (x2,
ultralytics/utils/ops.py:373