Skip to content

Commit

Permalink
Update tracker.py
Browse files Browse the repository at this point in the history
now processes the training video
  • Loading branch information
bzhang1945 authored Sep 17, 2023
1 parent 8934cb6 commit 3a6e5c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/StrongSORT-YOLO/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ def test():
print('import worked')

if __name__ == '__main__':
output = get_data('../../data/benson.mp4')
# TODO change to actual video path
output = get_data('../../data/training_data.mp4')
print(output['basketball_data'])
with open('../../tmp/test_output.pickle', 'wb') as f:
pickle.dump(output, f)


0 comments on commit 3a6e5c2

Please sign in to comment.