Skip to content

Commit 5d11e96

Browse files
committed
test build with specific mediapipe version
1 parent b73ea98 commit 5d11e96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Content/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Segment angles are measured anticlockwise between the horizontal and the segment
8080

8181
The user of `Sports2D` should be aware of the following limitations:
8282

83-
* Results are acceptable only if the participants move in the 2D plane, from right to left or from left to right. If you need research-grade markerless joint kinematics, consider using several cameras, and constraining angles to a biomechanically accurate model. See `Pose2Sim` [@Pagnon_2022a] for example.
83+
* Results are acceptable only if the participants move in the 2D plane, either in the frontal plane or in the sagittal one. If you need research-grade markerless joint kinematics, consider using several cameras, and constraining angles to a biomechanically accurate model. See `Pose2Sim` [@Pagnon_2022a] for example.
8484
* Angle estimation is only as good as the pose estimation algorithm, i.e., it is not perfect [@Wade_2022], especially if motion blur is significant such as on some broadcast videos.
8585
* Google Colab does not follow the European GDPR requirements regarding data privacy [@Minssen_2020]. Install locally if this matters.
8686

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install_requires =
3838
scipy
3939
anytree
4040
opencv-python
41-
mediapipe
41+
mediapipe==0.10.9
4242
matplotlib
4343
PyQt5
4444
statsmodels

0 commit comments

Comments
 (0)