↓ 2 callersFunction_make_stage(
transformation_module,
in_channels,
bottleneck_channels,
out_channels,
block_count,
maskrcnn_benchmark/modeling/backbone/resnet.py:171
↓ 2 callersFunctiongenerate_anchorsGenerates a matrix of anchor boxes in (x1, y1, x2, y2) format. Anchors are centered on stride / 2, have (approximate) sqrt areas of the specified
maskrcnn_benchmark/modeling/rpn/anchor_generator.py:221
↓ 2 callersFunctioninference(
model,
data_loader,
iou_types=("bbox",),
box_only=False,
device="cuda",
expected_res
maskrcnn_benchmark/engine/inference.py:349
↓ 1 callersMethod__init__(
self,
model,
optimizer=None,
scheduler=None,
save_dir="",
sa
maskrcnn_benchmark/utils/checkpoint.py:14