oskarastrom commited on
Commit
1a86fc7
·
1 Parent(s): 40fdc2a

Didson check

Browse files
{frontend → backend}/aris_crop.py RENAMED
File without changes
backend/inference.py CHANGED
@@ -68,6 +68,7 @@ def do_full_tracking(inference, image_shapes, image_meter_width, image_meter_hei
68
 
69
  # Find low confidence detections
70
  low_outputs = do_suppression(inference, image_meter_width, width, conf_thres=config.byte_low_conf, iou_thres=config.nms_iou, max_length=config.max_length, gp=gp, verbose=verbose)
 
71
  low_preds, real_width, real_height = format_predictions(image_shapes, low_outputs, width, height, gp=gp, verbose=verbose)
72
 
73
  # Find high confidence detections
 
68
 
69
  # Find low confidence detections
70
  low_outputs = do_suppression(inference, image_meter_width, width, conf_thres=config.byte_low_conf, iou_thres=config.nms_iou, max_length=config.max_length, gp=gp, verbose=verbose)
71
+ print(low_outputs)
72
  low_preds, real_width, real_height = format_predictions(image_shapes, low_outputs, width, height, gp=gp, verbose=verbose)
73
 
74
  # Find high confidence detections