Functiongeneralized_box_iou Generalized IoU from https://giou.stanford.edu/ The boxes should be in [x0, y0, x1, y1] format Returns a [N, M] pairwise matrix, where
cityscale/models/util/box_ops.py:40
Functiongeneralized_box_iou Generalized IoU from https://giou.stanford.edu/ The boxes should be in [x0, y0, x1, y1] format Returns a [N, M] pairwise matrix, where
spacenet/models/util/box_ops.py:40
Methodgenerate_target_maps :param target_poses [[], [], [], []] :return: ndarray (NUM_TARGETS, WINDOW_SIZE, WINDOW_SIZE)
cityscale/utils/model_utils.py:905
Methodgenerate_target_maps :param target_poses [[], [], [], []] :return: ndarray (NUM_TARGETS, WINDOW_SIZE, WINDOW_SIZE)
spacenet/utils/model_utils.py:905
Methodget_loss(self, loss, outputs, targets, indices, num_boxes, **kwargs)
cityscale/models/detr/detr.py:231
Methodget_loss(self, loss, outputs, targets, indices, num_boxes, **kwargs)
spacenet/models/detr/detr.py:231
Functionmap_to_coordinate :return: if is_key_point: res == [(x,y), ..., (x,y)] # time_step == 1 # + else: res == [(x,y), ..., (x,y
cityscale/utils/model_utils.py:1128
Functionmap_to_coordinate :return: if is_key_point: res == [(x,y), ..., (x,y)] # time_step == 1 # + else: res == [(x,y), ..., (x,y
spacenet/utils/model_utils.py:1128