rachana219 commited on
Commit
726b7df
·
1 Parent(s): 8d0a38e

fixing indent error

Browse files
Files changed (1) hide show
  1. track.py +1 -1
track.py CHANGED
@@ -86,7 +86,7 @@ def run(
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
 
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