↓ 1 callersFunctionadd_text_list(image: np.ndarray, text_list: list, position=(10, 20), font=cv2.FONT_HERSHEY_SIMPLEX, font_scale=0.5, color=(
src/utils/visualization/visualization.py:107
↓ 1 callersFunctioncompute_3d_iou_accuracte_batch Compute IoU between two sets of oriented (or axis-aligned) 3D bounding boxes. bbox1: (M, 8, D), e.g. (M, 8, 3) bbox2: (N, 8, D), e.g
src/graph/utils/iou.py:45
↓ 1 callersFunctioncompute_iou_batch Compute IoU between two sets of axis-aligned 3D bounding boxes. bbox1: (M, V, D), e.g. (M, 8, 3) bbox2: (N, V, D), e.g. (N, 8, 3)
src/graph/utils/iou.py:68
↓ 1 callersFunctionfilter_gobs(
cfg: DictConfig,
gobs: dict,
image: np.ndarray,
BG_CLASSES = ["wall", "floor", "ceiling"],
)
src/graph/utils/utils.py:23