Method__init__(self, model, save_dir="", *, save_to_disk=None, **checkpointables)
detectron2/checkpoint/detection_checkpoint.py:17
Method__init__ Arguments: tensor (Tensor): of shape (N, H, W) or (N, C_1, ..., C_K, H, W) where K >= 1 image_sizes (list[tuple[int,
detectron2/structures/image_list.py:19
Method__init__ Args: tensor (Tensor[float]): a Nx5 matrix. Each row is (x_center, y_center, width, height, angle),
detectron2/structures/rotated_boxes.py:21
Function_distributed_worker(
local_rank, main_func, world_size, num_gpus_per_machine, machine_rank, dist_url, args
)
detectron2/engine/launch.py:55
Method_load_from_state_dict(
self, state_dict, prefix, local_metadata, strict, missing_keys, unexpected_keys, error_msgs
)
detectron2/layers/batch_norm.py:67