↓ 1 callersFunctionevaluate(model, criterion, postprocessors, data_loader, base_ds, device, output_dir, tracker=None,
phase
tutorials/transtrack/engine_track.py:84
↓ 1 callersFunctionevaluate_track(args, model, criterion, postprocessors, data_loader, base_ds, device, output_dir, tracker=None,
tutorials/transtrack/engine_track.py:198
↓ 1 callersMethodget_l1_target(self, l1_target, gt, stride, x_shifts, y_shifts, eps=1e-8)
yolox/models/yolo_head.py:429
↓ 1 callersMethodget_losses(
self,
imgs,
x_shifts,
y_shifts,
expanded_strides,
labels,
yolox/models/yolo_head.py:255
↓ 1 callersFunctionget_mosaic_coordinate(mosaic_image, mosaic_index, xc, yc, w, h, input_h, input_w)
yolox/data/datasets/mosaicdetection.py:16
↓ 1 callersMethodget_summary(accs, names, metrics=('mota', 'num_switches', 'idp', 'idr', 'idf1', 'precision', 'recall'))
tutorials/motr/evaluation.py:186