Skip to content

Commit

Permalink
troubleshooting ubuntu issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Aug 31, 2024
1 parent 614ce99 commit ed6c50b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sports2D/Sports2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def base_params(config_dict):
# frame_rates
frame_rates = []
for video_file in video_files:
print(str(video_dir / video_file))
video = cv2.VideoCapture(str(video_dir / video_file))
frame_rate = video.get(cv2.CAP_PROP_FPS)
try:
Expand Down

0 comments on commit ed6c50b

Please sign in to comment.