You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pitch annotations of the sn-calibration dataset had 'Goal left post left ', but for the pitch annotations in the sn-gamestate dataset, it changed to 'Goal left post left' (just the space at the end removed). The file plugins/calibration/sn_calibration_baseline/soccerpitch.py has been partially modified to account for this change, but there are still those two lines mentioned at the beginning to adapt to the new annotation. Without this change, the file plugins/calibration/sn_calibration_baseline/evalai_camera.py fails to evaluate the camera calibration on the sn-gamestate dataset and outputs an error message like Incorrect key 'Goal left post left'.
The text was updated successfully, but these errors were encountered:
sn-gamestate/plugins/calibration/sn_calibration_baseline/soccerpitch.py
Line 68 in 901935f
sn-gamestate/plugins/calibration/sn_calibration_baseline/soccerpitch.py
Line 71 in 901935f
The pitch annotations of the sn-calibration dataset had 'Goal left post left ', but for the pitch annotations in the sn-gamestate dataset, it changed to 'Goal left post left' (just the space at the end removed). The file plugins/calibration/sn_calibration_baseline/soccerpitch.py has been partially modified to account for this change, but there are still those two lines mentioned at the beginning to adapt to the new annotation. Without this change, the file plugins/calibration/sn_calibration_baseline/evalai_camera.py fails to evaluate the camera calibration on the sn-gamestate dataset and outputs an error message like
Incorrect key 'Goal left post left'
.The text was updated successfully, but these errors were encountered: