Skip to content

Commit

Permalink
where does it fail?
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Sep 2, 2024
1 parent 8088063 commit a44b938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sports2D/Sports2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def process(config='Config_demo.toml'):
else:
config_dict = read_config_file(config)
print('config_dict: ', config_dict['project']['video_input'])
print('config_dict: ', config_dict)['project']['video_dir']
print('config_dict: ', config_dict['project']['video_dir'])
video_dir, video_files, frame_rates, time_ranges, result_dir = base_params(config_dict)

result_dir.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit a44b938

Please sign in to comment.