Skip to content

Commit

Permalink
Added version info to original label challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Sep 19, 2023
1 parent 9e6a6c5 commit 1c9c0e4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,14 @@ class Challenge(BaseChallenge):
gaitmap_challenges.stride_segmentation.egait_segmentation_validation_2014.Challenge : The same challenge, but with
the new labels
Notes
-----
Version History:
- 1.0.0: Original Version, which had a major bug, that the scorer was still using the new labels.
- 2.0.0 (2023-09-19): Fixed the bug, that the scorer was still using the new labels.
"""
VERSION = "2.0.0"

use_original_labels = True

Expand Down

0 comments on commit 1c9c0e4

Please sign in to comment.