kinemotion 0.11.3__py3-none-any.whl → 0.11.4__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/api.py +0 -2
- {kinemotion-0.11.3.dist-info → kinemotion-0.11.4.dist-info}/METADATA +1 -1
- {kinemotion-0.11.3.dist-info → kinemotion-0.11.4.dist-info}/RECORD +6 -6
- {kinemotion-0.11.3.dist-info → kinemotion-0.11.4.dist-info}/WHEEL +0 -0
- {kinemotion-0.11.3.dist-info → kinemotion-0.11.4.dist-info}/entry_points.txt +0 -0
- {kinemotion-0.11.3.dist-info → kinemotion-0.11.4.dist-info}/licenses/LICENSE +0 -0
kinemotion/api.py
CHANGED
|
@@ -620,7 +620,6 @@ class CMJVideoConfig:
|
|
|
620
620
|
json_output: str | None = None
|
|
621
621
|
smoothing_window: int | None = None
|
|
622
622
|
velocity_threshold: float | None = None
|
|
623
|
-
countermovement_threshold: float | None = None
|
|
624
623
|
min_contact_frames: int | None = None
|
|
625
624
|
visibility_threshold: float | None = None
|
|
626
625
|
detection_confidence: float | None = None
|
|
@@ -927,7 +926,6 @@ def _process_cmj_video_wrapper(config: CMJVideoConfig) -> CMJVideoResult:
|
|
|
927
926
|
json_output=config.json_output,
|
|
928
927
|
smoothing_window=config.smoothing_window,
|
|
929
928
|
velocity_threshold=config.velocity_threshold,
|
|
930
|
-
countermovement_threshold=config.countermovement_threshold,
|
|
931
929
|
min_contact_frames=config.min_contact_frames,
|
|
932
930
|
visibility_threshold=config.visibility_threshold,
|
|
933
931
|
detection_confidence=config.detection_confidence,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kinemotion
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.4
|
|
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
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
kinemotion/__init__.py,sha256=REBC9wrwYC_grvCS00qEOyign65Zc1sc-5buLpyqQxA,654
|
|
2
|
-
kinemotion/api.py,sha256=
|
|
2
|
+
kinemotion/api.py,sha256=M6KqzdspOvtJ9Wl555HGe3ITzvRFhPK4xeqcX7IA98s,31463
|
|
3
3
|
kinemotion/cli.py,sha256=cqYV_7URH0JUDy1VQ_EDLv63FmNO4Ns20m6s1XAjiP4,464
|
|
4
4
|
kinemotion/cmj/__init__.py,sha256=Ynv0-Oco4I3Y1Ubj25m3h9h2XFqeNwpAewXmAYOmwfU,127
|
|
5
5
|
kinemotion/cmj/analysis.py,sha256=4HYGn4VDIB6oExAees-VcPfpNgWOltpgwjyNTU7YAb4,18263
|
|
@@ -20,8 +20,8 @@ kinemotion/dropjump/cli.py,sha256=eXO-9H9z0g-EJUD1uIT37KIMgfyje4fPAO2FgZiEZzk,24
|
|
|
20
20
|
kinemotion/dropjump/debug_overlay.py,sha256=GMo-jCl5OPIv82uPxDbBVI7CsAMwATTvxZMeWfs8k8M,8701
|
|
21
21
|
kinemotion/dropjump/kinematics.py,sha256=RM_O8Kdc6aEiPIu_99N4cu-4EhYSQxtBGASJF_dmQaU,19081
|
|
22
22
|
kinemotion/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
|
-
kinemotion-0.11.
|
|
24
|
-
kinemotion-0.11.
|
|
25
|
-
kinemotion-0.11.
|
|
26
|
-
kinemotion-0.11.
|
|
27
|
-
kinemotion-0.11.
|
|
23
|
+
kinemotion-0.11.4.dist-info/METADATA,sha256=0NPASGHoBcuSIKGlfsKsflT7j6o0DiHzMqhBm2-k2EM,18990
|
|
24
|
+
kinemotion-0.11.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
25
|
+
kinemotion-0.11.4.dist-info/entry_points.txt,sha256=zaqnAnjLvcdrk1Qvj5nvXZCZ2gp0prS7it1zTJygcIY,50
|
|
26
|
+
kinemotion-0.11.4.dist-info/licenses/LICENSE,sha256=KZajvqsHw0NoOHOi2q0FZ4NBe9HdV6oey-IPYAtHXfg,1088
|
|
27
|
+
kinemotion-0.11.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|