Skip to content

Commit

Permalink
Merge branch 'main' of github.com:TrackingLaboratory/tracklab
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjoos committed Apr 25, 2024
2 parents 747fa81 + 4944957 commit 5f9188d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def process_trackeval_results(self, results, dataset_config, eval_config):
# In all keys, replace the substring "HOTA" with "GS-HOTA"
combined_results['GS-HOTA'] = {k.replace('HOTA', 'GS-HOTA'): v for k, v in
combined_results['GS-HOTA'].items()}
log.info(f"SoccerNet Game State Recognition performance GS-HOTA = {combined_results['GS-HOTA']['GS-HOTA']}% (config: EVAL_SPACE={dataset_config['EVAL_SPACE']}, USE_JERSEY_NUMBERS={dataset_config['USE_JERSEY_NUMBERS']}, USE_TEAMS={dataset_config['USE_TEAMS']}, USE_ROLES={dataset_config['USE_ROLES']}, EVAL_DIST_TOL={dataset_config['EVAL_DIST_TOL']})")
log.info(f"SoccerNet Game State Reconstruction performance GS-HOTA = {combined_results['GS-HOTA']['GS-HOTA']}% (config: EVAL_SPACE={dataset_config['EVAL_SPACE']}, USE_JERSEY_NUMBERS={dataset_config['USE_JERSEY_NUMBERS']}, USE_TEAMS={dataset_config['USE_TEAMS']}, USE_ROLES={dataset_config['USE_ROLES']}, EVAL_DIST_TOL={dataset_config['EVAL_DIST_TOL']})")
log.info(f"Have a look at 'tracklab/tracklab/configs/dataset/soccernet_gs.yaml' for more details about the GS-HOTA metric and the evaluation configuration.")
return combined_results

Expand Down

0 comments on commit 5f9188d

Please sign in to comment.