Skip to content

Commit

Permalink
disable courtline detect module
Browse files Browse the repository at this point in the history
  • Loading branch information
kchiem12 committed Dec 5, 2023
1 parent 589436b commit 6b2d4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/processrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def run(self):
self.run_shot_detect()
print("shot detection complete!")

self.run_courtline_detect()
print("court detection and render complete!")
# self.run_courtline_detect()
# print("court detection and render complete!")
self.run_video_processor()
print("stats video render complete!")

Expand Down

0 comments on commit 6b2d4da

Please sign in to comment.