Spaces:
Runtime error
Runtime error
Commit
·
8b182b5
1
Parent(s):
68bb4ab
Update inference.py
Browse files- 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]
|
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 |
|