kinemotion 0.10.6__py3-none-any.whl → 0.10.8__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/dropjump/cli.py +4 -4
- {kinemotion-0.10.6.dist-info → kinemotion-0.10.8.dist-info}/METADATA +1 -1
- {kinemotion-0.10.6.dist-info → kinemotion-0.10.8.dist-info}/RECORD +6 -6
- {kinemotion-0.10.6.dist-info → kinemotion-0.10.8.dist-info}/WHEEL +0 -0
- {kinemotion-0.10.6.dist-info → kinemotion-0.10.8.dist-info}/entry_points.txt +0 -0
- {kinemotion-0.10.6.dist-info → kinemotion-0.10.8.dist-info}/licenses/LICENSE +0 -0
kinemotion/dropjump/cli.py
CHANGED
|
@@ -158,7 +158,7 @@ class AnalysisParameters:
|
|
|
158
158
|
default=None,
|
|
159
159
|
help="[EXPERT] Override pose tracking confidence",
|
|
160
160
|
)
|
|
161
|
-
def dropjump_analyze(
|
|
161
|
+
def dropjump_analyze( # NOSONAR(S107) - Click CLI requires individual parameters for each option
|
|
162
162
|
video_path: tuple[str, ...],
|
|
163
163
|
output: str | None,
|
|
164
164
|
json_output: str | None,
|
|
@@ -222,7 +222,7 @@ def dropjump_analyze(
|
|
|
222
222
|
use_batch = batch or len(video_files) > 1
|
|
223
223
|
|
|
224
224
|
# Group expert parameters
|
|
225
|
-
|
|
225
|
+
expert_params = AnalysisParameters(
|
|
226
226
|
drop_start_frame=drop_start_frame,
|
|
227
227
|
smoothing_window=smoothing_window,
|
|
228
228
|
velocity_threshold=velocity_threshold,
|
|
@@ -241,7 +241,7 @@ def dropjump_analyze(
|
|
|
241
241
|
output_dir,
|
|
242
242
|
json_output_dir,
|
|
243
243
|
csv_summary,
|
|
244
|
-
|
|
244
|
+
expert_params,
|
|
245
245
|
)
|
|
246
246
|
else:
|
|
247
247
|
# Single video mode (original behavior)
|
|
@@ -252,7 +252,7 @@ def dropjump_analyze(
|
|
|
252
252
|
drop_height,
|
|
253
253
|
quality,
|
|
254
254
|
verbose,
|
|
255
|
-
|
|
255
|
+
expert_params,
|
|
256
256
|
)
|
|
257
257
|
|
|
258
258
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kinemotion
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.8
|
|
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
|
|
@@ -9,12 +9,12 @@ kinemotion/core/smoothing.py,sha256=FON4qKtsSp1-03GnJrDkEUAePaACn4QPMJF0eTIYqR0,
|
|
|
9
9
|
kinemotion/core/video_io.py,sha256=z8Z0qbNaKbcdB40KnbNOBMzab3BbgnhBxp-mUBYeXgM,6577
|
|
10
10
|
kinemotion/dropjump/__init__.py,sha256=yc1XiZ9vfo5h_n7PKVSiX2TTgaIfGL7Y7SkQtiDZj_E,838
|
|
11
11
|
kinemotion/dropjump/analysis.py,sha256=HfJt2t9IsMBiBUz7apIzdxbRH9QqzlFnDVVWcKhU3ow,23291
|
|
12
|
-
kinemotion/dropjump/cli.py,sha256=
|
|
12
|
+
kinemotion/dropjump/cli.py,sha256=zo23qoYSpC_2BcScy-JOilcGcWGM0j3Xv0lpO0_n0wk,27975
|
|
13
13
|
kinemotion/dropjump/debug_overlay.py,sha256=GMo-jCl5OPIv82uPxDbBVI7CsAMwATTvxZMeWfs8k8M,8701
|
|
14
14
|
kinemotion/dropjump/kinematics.py,sha256=RM_O8Kdc6aEiPIu_99N4cu-4EhYSQxtBGASJF_dmQaU,19081
|
|
15
15
|
kinemotion/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
kinemotion-0.10.
|
|
17
|
-
kinemotion-0.10.
|
|
18
|
-
kinemotion-0.10.
|
|
19
|
-
kinemotion-0.10.
|
|
20
|
-
kinemotion-0.10.
|
|
16
|
+
kinemotion-0.10.8.dist-info/METADATA,sha256=UO66w0VeURzGoKYTkaKeUoHp-UCA1K75q5GCxgAx8Dc,20333
|
|
17
|
+
kinemotion-0.10.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
18
|
+
kinemotion-0.10.8.dist-info/entry_points.txt,sha256=zaqnAnjLvcdrk1Qvj5nvXZCZ2gp0prS7it1zTJygcIY,50
|
|
19
|
+
kinemotion-0.10.8.dist-info/licenses/LICENSE,sha256=KZajvqsHw0NoOHOi2q0FZ4NBe9HdV6oey-IPYAtHXfg,1088
|
|
20
|
+
kinemotion-0.10.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|