↓ 2 callersMethod_make_layer(self, block: Type[Union[BasicBlock, Bottleneck]], planes: int, blocks: int,
stride: int =
src/netspresso_trainer/models/backbones/core/resnet.py:137
↓ 2 callersFunctiongeneralized_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
src/netspresso_trainer/losses/detection/rtdetr.py:48
↓ 2 callersMethodget_assignments(
self,
batch_idx,
num_gt,
gt_bboxes_per_image,
gt_classes,
bb
src/netspresso_trainer/losses/detection/yolox.py:284
↓ 2 callersMethodget_losses(
self,
imgs,
x_shifts,
y_shifts,
expanded_strides,
target,
src/netspresso_trainer/losses/detection/yolox.py:116
↓ 2 callersFunctiontrain_with_yaml_impl(gpus: Optional[Union[List, int]], data: Union[Path, str], augmentation: Union[Path, str],
src/netspresso_trainer/trainer_main.py:71
↓ 1 callersMethod__call__(self, out: Dict, target: Union[torch.Tensor, Dict[str, torch.Tensor]], phase: str, **kwargs: Any)
src/netspresso_trainer/losses/builder.py:82
↓ 1 callersMethod__init__(self, conf_data, conf_augmentation, model_name, root, split, transform)
src/netspresso_trainer/dataloaders/base.py:82
↓ 1 callersMethod__init__(self, in_channel, hidden_channel, out_channel, kernel_size, stride, norm_type, act_type)
src/netspresso_trainer/models/backbones/experimental/mobilenetv4.py:37
↓ 1 callersMethod__init__(self, weight: Optional[Tensor]=None, size_average=None, ignore_index: int=-100,
reduce=None,
src/netspresso_trainer/losses/common.py:26