Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Jul 10, 2024
1 parent ba231c6 commit 19503bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sports2D/detect_pose.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def detect_pose_fun(config_dict, video_file):

elif pose_algo == 'BLAZEPOSE':
pose_model = pose_algo
json_path = result_dir / '_'.join((video_file_stem,pose_algo,'json'))
json_path = result_dir / '_'.join((video_file_stem,'json'))
model_complexity = config_dict.get('pose').get('BLAZEPOSE').get('model_complexity')
Blazepose_runsave.blazepose_detec_func(input_file=video_path, save_images=False, to_json=True, save_video=False, to_csv=False, output_folder=result_dir, model_complexity=model_complexity)

Expand Down

0 comments on commit 19503bb

Please sign in to comment.