Spaces:
Runtime error
Runtime error
Commit
·
726b7df
1
Parent(s):
8d0a38e
fixing indent error
Browse files
track.py
CHANGED
@@ -86,7 +86,7 @@ def run(
|
|
86 |
retina_masks=False,
|
87 |
):
|
88 |
#print the inputs
|
89 |
-
|
90 |
|
91 |
source = str(source)
|
92 |
save_img = not nosave and not source.endswith('.txt') # save inference images
|
|
|
86 |
retina_masks=False,
|
87 |
):
|
88 |
#print the inputs
|
89 |
+
print(f"model used : {yolo_weights}, tracking method : {tracking_method}")
|
90 |
|
91 |
source = str(source)
|
92 |
save_img = not nosave and not source.endswith('.txt') # save inference images
|