AtomScott / SportsLabKit

A python package for turning sports video into csv files
https://sportslabkit.rtfd.io
GNU General Public License v3.0
236 stars 19 forks source link

On branch recall_fix #65

Closed caichun3000 closed 1 year ago

caichun3000 commented 1 year ago

Changes to be committed: modified: soccertrack/metrics/object_detection.py Bug Description: Bug with algorithm of Recall modified algorithm: recall = accTP/n_dets -> recall = accTP/n_gts