kinemotion 0.49.0__py3-none-any.whl → 0.50.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of kinemotion might be problematic. Click here for more details.
- kinemotion/core/validation.py +13 -6
- {kinemotion-0.49.0.dist-info → kinemotion-0.50.1.dist-info}/METADATA +1 -1
- {kinemotion-0.49.0.dist-info → kinemotion-0.50.1.dist-info}/RECORD +6 -6
- {kinemotion-0.49.0.dist-info → kinemotion-0.50.1.dist-info}/WHEEL +0 -0
- {kinemotion-0.49.0.dist-info → kinemotion-0.50.1.dist-info}/entry_points.txt +0 -0
- {kinemotion-0.49.0.dist-info → kinemotion-0.50.1.dist-info}/licenses/LICENSE +0 -0
kinemotion/core/validation.py
CHANGED
|
@@ -47,16 +47,23 @@ class AthleteProfile(Enum):
|
|
|
47
47
|
|
|
48
48
|
@dataclass
|
|
49
49
|
class MetricBounds:
|
|
50
|
-
"""Physiological bounds for a single metric.
|
|
50
|
+
"""Physiological bounds for a single metric across athlete performance levels.
|
|
51
|
+
|
|
52
|
+
Defines nested ranges for validating metrics: absolute limits mark impossible
|
|
53
|
+
values (likely data corruption), while performance-level ranges assess whether
|
|
54
|
+
results are typical for an athlete's training background.
|
|
55
|
+
|
|
56
|
+
Bounds are ordered: absolute_min < practical_min < recreational_min < elite_min
|
|
57
|
+
and elite_max < recreational_max < absolute_max (symmetric about typical values).
|
|
51
58
|
|
|
52
59
|
Attributes:
|
|
53
|
-
absolute_min: Absolute minimum
|
|
54
|
-
practical_min:
|
|
55
|
-
recreational_min: Minimum for recreational athletes
|
|
60
|
+
absolute_min: Absolute minimum (error threshold, marks data corruption)
|
|
61
|
+
practical_min: Minimum for untrained/elderly athletes
|
|
62
|
+
recreational_min: Minimum for recreational athletes (moderate activity)
|
|
56
63
|
recreational_max: Maximum for recreational athletes
|
|
57
|
-
elite_min: Minimum for elite athletes
|
|
64
|
+
elite_min: Minimum for elite athletes (competitive level)
|
|
58
65
|
elite_max: Maximum for elite athletes
|
|
59
|
-
absolute_max: Absolute maximum
|
|
66
|
+
absolute_max: Absolute maximum (error threshold, marks data corruption)
|
|
60
67
|
unit: Unit of measurement (e.g., "m", "s", "m/s", "degrees")
|
|
61
68
|
"""
|
|
62
69
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kinemotion
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.50.1
|
|
4
4
|
Summary: Video-based kinematic analysis for athletic performance
|
|
5
5
|
Project-URL: Homepage, https://github.com/feniix/kinemotion
|
|
6
6
|
Project-URL: Repository, https://github.com/feniix/kinemotion
|
|
@@ -24,7 +24,7 @@ kinemotion/core/pose.py,sha256=z1OGuwnc-NdK6Aoc9UYCyPBzomw4eInexOWonZbsEoA,9057
|
|
|
24
24
|
kinemotion/core/quality.py,sha256=dPGQp08y8DdEUbUdjTThnUOUsALgF0D2sdz50cm6wLI,13098
|
|
25
25
|
kinemotion/core/smoothing.py,sha256=FZmv3rumn0mYKU2y3JPKz46EvD8TVmQ6_GsN_Vp3BdU,15650
|
|
26
26
|
kinemotion/core/timing.py,sha256=d1rjZc07Nbi5Jrio9AC-zeS0dNAlbPyNIydLz7X75Pk,7804
|
|
27
|
-
kinemotion/core/validation.py,sha256=
|
|
27
|
+
kinemotion/core/validation.py,sha256=UOdB0v-xZjYvUogwlSdX4luDHy1E0VCJvmu4VvrVPyc,6817
|
|
28
28
|
kinemotion/core/video_io.py,sha256=vCwpWnlW2y29l48dFXokdehQn42w_IQvayxbVTjpXqQ,7863
|
|
29
29
|
kinemotion/dropjump/__init__.py,sha256=tC3H3BrCg8Oj-db-Vrtx4PH_llR1Ppkd5jwaOjhQcLg,862
|
|
30
30
|
kinemotion/dropjump/analysis.py,sha256=p7nnCe7V6vnhQKZVYk--_nhsTvVa_WY-A3zXmyplsew,28211
|
|
@@ -35,8 +35,8 @@ kinemotion/dropjump/kinematics.py,sha256=PATlGaClutGKJslL-LRIXHmTsvb-xEB8PUIMScU
|
|
|
35
35
|
kinemotion/dropjump/metrics_validator.py,sha256=CrTlGup8q2kyPXtA6HNwm7_yq0AsBaDllG7RVZdXmYA,9342
|
|
36
36
|
kinemotion/dropjump/validation_bounds.py,sha256=fyl04ZV7nfvHkL5eob6oEpV9Hxce6aiOWQ9pclLp7AQ,5077
|
|
37
37
|
kinemotion/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
-
kinemotion-0.
|
|
39
|
-
kinemotion-0.
|
|
40
|
-
kinemotion-0.
|
|
41
|
-
kinemotion-0.
|
|
42
|
-
kinemotion-0.
|
|
38
|
+
kinemotion-0.50.1.dist-info/METADATA,sha256=MuAflS2V4-d86s_sLYwqg1y6-rw6MSZQWWgLqnH8Xks,26020
|
|
39
|
+
kinemotion-0.50.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
40
|
+
kinemotion-0.50.1.dist-info/entry_points.txt,sha256=zaqnAnjLvcdrk1Qvj5nvXZCZ2gp0prS7it1zTJygcIY,50
|
|
41
|
+
kinemotion-0.50.1.dist-info/licenses/LICENSE,sha256=KZajvqsHw0NoOHOi2q0FZ4NBe9HdV6oey-IPYAtHXfg,1088
|
|
42
|
+
kinemotion-0.50.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|