Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch soccerpitch #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Changed old annotation 'Goal left post left ' to new annotation 'Goal…
… left post left'
  • Loading branch information
VictorGaspar authored Jul 25, 2024
commit 5b98cc64992f5dac2b70764d0af8369463fc3c33
4 changes: 2 additions & 2 deletions plugins/calibration/sn_calibration_baseline/soccerpitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ class SoccerPitch:
'Circle central': 'Circle central',
'Circle right': 'Circle left',
'Goal left crossbar': 'Goal right crossbar',
'Goal left post left ': 'Goal right post left',
'goal left post left': 'Goal right post left',
'Goal left post right': 'Goal right post right',
'Goal right crossbar': 'Goal left crossbar',
'Goal right post left': 'Goal left post left ',
'Goal right post left': 'goal left post left',
'Goal right post right': 'Goal left post right',
'Goal unknown': 'Goal unknown',
'Line unknown': 'Line unknown'
Expand Down