↓ 1 callersMethod_make_one_branch(self, branch_index, block, num_blocks, num_channels,
stride=1)
maskrcnn_benchmark/modeling/backbone/hrnet.py:135
↓ 1 callersFunctioncoco_evaluation(
dataset,
predictions,
output_folder,
box_only,
iou_types,
expected_results,
expe
maskrcnn_benchmark/data/datasets/evaluation/coco/__init__.py:4
↓ 1 callersFunctiondo_coco_evaluation(
dataset,
predictions,
box_only,
output_folder,
iou_types,
expected_results,
expe
maskrcnn_benchmark/data/datasets/evaluation/coco/coco_eval.py:13
↓ 1 callersFunctiondo_train(
model,
data_loader,
optimizer,
scheduler,
checkpointer,
device,
checkpoint_perio
maskrcnn_benchmark/engine/trainer.py:38
↓ 1 callersFunctionmake_batch_data_sampler(
dataset, sampler, aspect_grouping, images_per_batch, num_iters=None, start_iter=0
)
maskrcnn_benchmark/data/build.py:85