↓ 1 callersFunctionselect_nms_index(
scores: Tensor,
boxes: Tensor,
nms_index: Tensor,
batch_size: int,
keep_top_k: int = -1,
deploy/easydeploy/nms/ort_nms.py:45
Method__call__(self,
image: ndarray,
new_size: Union[List[int], Tuple[int]] = (640, 640),
deploy/easydeploy/examples/preprocess.py:41
Method__init__(
self,
checkpoint: Union[str, Path],
opt_shape: Union[Tuple, List] = (1,
deploy/easydeploy/tools/build_engine.py:19
Method__init__(self,
img_scale: Tuple[int, int] = (640, 640),
ratio_range: Tuple[float, fl
yolo_world/datasets/transformers/mm_mix_img_transforms.py:1014