Methodforward(self, pred, gt, cameras, center, scale,
img_size, use_target_weight=False, target_weight=None
lib/core/loss.py:202
Methodforward(self, projection_pred, gt, cameras, center, scale,
img_size, use_target_weight=False, target_
lib/core/loss.py:250
Methodforward(self, tgt, query_pos, reference_points, src_views,
src_views_with_rayembed, src_spatial_shape
lib/models/mvp_decoder.py:107
Methodforward(self, tgt, reference_points, src_views,
src_views_with_rayembed, meta, src_spatial_shapes,
lib/models/mvp_decoder.py:301
Methodforward :param query (n_views, Length_{query}, C) :param reference_points (n_views, Length_{query}, n_levels, 2
lib/models/ops/modules/projattn.py:115
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
lib/models/util/box_ops.py:50