oskarastrom commited on
Commit
8b182b5
·
1 Parent(s): 68bb4ab

Update inference.py

Browse files
Files changed (1) hide show
  1. inference.py +1 -1
inference.py CHANGED
@@ -68,7 +68,7 @@ def do_full_inference(dataloader, image_meter_width, image_meter_height, gp=None
68
  print(type(inference[0]))
69
  print(type(inference[0][0]))
70
  print(inference[0][0].shape)
71
- print(image_shapes[0][0].shape)
72
 
73
  if config.associative_tracker == TrackerType.BYTETRACK:
74
 
 
68
  print(type(inference[0]))
69
  print(type(inference[0][0]))
70
  print(inference[0][0].shape)
71
+ print(len(image_shapes[0][0]))
72
 
73
  if config.associative_tracker == TrackerType.BYTETRACK:
74