sports2d 0.8.23__tar.gz → 0.8.24__tar.gz

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.
Files changed (37) hide show
  1. {sports2d-0.8.23 → sports2d-0.8.24}/PKG-INFO +4 -17
  2. {sports2d-0.8.23 → sports2d-0.8.24}/README.md +3 -1
  3. {sports2d-0.8.23 → sports2d-0.8.24}/pyproject.toml +0 -15
  4. {sports2d-0.8.23 → sports2d-0.8.24}/sports2d.egg-info/PKG-INFO +4 -17
  5. sports2d-0.8.24/sports2d.egg-info/requires.txt +2 -0
  6. sports2d-0.8.23/sports2d.egg-info/requires.txt +0 -17
  7. {sports2d-0.8.23 → sports2d-0.8.24}/.github/workflows/continuous-integration.yml +0 -0
  8. {sports2d-0.8.23 → sports2d-0.8.24}/.github/workflows/joss_pdf.yml +0 -0
  9. {sports2d-0.8.23 → sports2d-0.8.24}/.github/workflows/publish-on-release.yml +0 -0
  10. {sports2d-0.8.23 → sports2d-0.8.24}/.gitignore +0 -0
  11. {sports2d-0.8.23 → sports2d-0.8.24}/CITATION.cff +0 -0
  12. {sports2d-0.8.23 → sports2d-0.8.24}/Content/Demo_plots.png +0 -0
  13. {sports2d-0.8.23 → sports2d-0.8.24}/Content/Demo_results.png +0 -0
  14. {sports2d-0.8.23 → sports2d-0.8.24}/Content/Demo_terminal.png +0 -0
  15. {sports2d-0.8.23 → sports2d-0.8.24}/Content/Person_selection.png +0 -0
  16. {sports2d-0.8.23 → sports2d-0.8.24}/Content/Video_tuto_Sports2D_Colab.png +0 -0
  17. {sports2d-0.8.23 → sports2d-0.8.24}/Content/joint_convention.png +0 -0
  18. {sports2d-0.8.23 → sports2d-0.8.24}/Content/paper.bib +0 -0
  19. {sports2d-0.8.23 → sports2d-0.8.24}/Content/paper.md +0 -0
  20. {sports2d-0.8.23 → sports2d-0.8.24}/Content/sports2d_blender.gif +0 -0
  21. {sports2d-0.8.23 → sports2d-0.8.24}/Content/sports2d_opensim.gif +0 -0
  22. {sports2d-0.8.23 → sports2d-0.8.24}/LICENSE +0 -0
  23. {sports2d-0.8.23 → sports2d-0.8.24}/Sports2D/Demo/Calib_demo.toml +0 -0
  24. {sports2d-0.8.23 → sports2d-0.8.24}/Sports2D/Demo/Config_demo.toml +0 -0
  25. {sports2d-0.8.23 → sports2d-0.8.24}/Sports2D/Demo/demo.mp4 +0 -0
  26. {sports2d-0.8.23 → sports2d-0.8.24}/Sports2D/Sports2D.ipynb +0 -0
  27. {sports2d-0.8.23 → sports2d-0.8.24}/Sports2D/Sports2D.py +0 -0
  28. {sports2d-0.8.23 → sports2d-0.8.24}/Sports2D/Utilities/__init__.py +0 -0
  29. {sports2d-0.8.23 → sports2d-0.8.24}/Sports2D/Utilities/common.py +0 -0
  30. {sports2d-0.8.23 → sports2d-0.8.24}/Sports2D/Utilities/tests.py +0 -0
  31. {sports2d-0.8.23 → sports2d-0.8.24}/Sports2D/__init__.py +0 -0
  32. {sports2d-0.8.23 → sports2d-0.8.24}/Sports2D/process.py +0 -0
  33. {sports2d-0.8.23 → sports2d-0.8.24}/setup.cfg +0 -0
  34. {sports2d-0.8.23 → sports2d-0.8.24}/sports2d.egg-info/SOURCES.txt +0 -0
  35. {sports2d-0.8.23 → sports2d-0.8.24}/sports2d.egg-info/dependency_links.txt +0 -0
  36. {sports2d-0.8.23 → sports2d-0.8.24}/sports2d.egg-info/entry_points.txt +0 -0
  37. {sports2d-0.8.23 → sports2d-0.8.24}/sports2d.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sports2d
3
- Version: 0.8.23
3
+ Version: 0.8.24
4
4
  Summary: Compute 2D human pose and angles from a video or a webcam.
5
5
  Author-email: David Pagnon <contact@david-pagnon.com>
6
6
  Maintainer-email: David Pagnon <contact@david-pagnon.com>
@@ -22,22 +22,7 @@ Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
22
22
  Requires-Python: >=3.9
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: toml
26
- Requires-Dist: numpy>=1.19
27
- Requires-Dist: matplotlib
28
- Requires-Dist: PyQt5
29
- Requires-Dist: tqdm
30
- Requires-Dist: anytree
31
- Requires-Dist: pandas>=1.5
32
- Requires-Dist: scipy
33
- Requires-Dist: statsmodels
34
- Requires-Dist: ipython
35
- Requires-Dist: c3d
36
- Requires-Dist: rtmlib
37
- Requires-Dist: openvino
38
- Requires-Dist: opencv-python<4.12
39
25
  Requires-Dist: imageio_ffmpeg
40
- Requires-Dist: deep-sort-realtime
41
26
  Requires-Dist: Pose2Sim>=0.10.38
42
27
  Dynamic: license-file
43
28
 
@@ -88,7 +73,9 @@ Works on any smartphone!**\
88
73
  </br>
89
74
 
90
75
 
91
- https://github.com/user-attachments/assets/6a444474-4df1-4134-af0c-e9746fa433ad
76
+ https://github.com/user-attachments/assets/2ce62012-f28c-4e23-b3b8-f68931bacb77
77
+
78
+ <!-- https://github.com/user-attachments/assets/6a444474-4df1-4134-af0c-e9746fa433ad -->
92
79
 
93
80
  <!-- https://github.com/user-attachments/assets/1c6e2d6b-d0cf-4165-864e-d9f01c0b8a0e -->
94
81
 
@@ -45,7 +45,9 @@ Works on any smartphone!**\
45
45
  </br>
46
46
 
47
47
 
48
- https://github.com/user-attachments/assets/6a444474-4df1-4134-af0c-e9746fa433ad
48
+ https://github.com/user-attachments/assets/2ce62012-f28c-4e23-b3b8-f68931bacb77
49
+
50
+ <!-- https://github.com/user-attachments/assets/6a444474-4df1-4134-af0c-e9746fa433ad -->
49
51
 
50
52
  <!-- https://github.com/user-attachments/assets/1c6e2d6b-d0cf-4165-864e-d9f01c0b8a0e -->
51
53
 
@@ -33,22 +33,7 @@ classifiers = [
33
33
  ]
34
34
  urls = {Homepage = "https://github.com/davidpagnon/Sports2D", "Bug Tracker" = "https://github.com/davidpagnon/Sports2D/issues"}
35
35
  dependencies = [
36
- "toml",
37
- "numpy>=1.19",
38
- "matplotlib",
39
- "PyQt5",
40
- "tqdm",
41
- "anytree",
42
- "pandas>=1.5",
43
- "scipy",
44
- "statsmodels",
45
- "ipython",
46
- "c3d",
47
- "rtmlib",
48
- "openvino",
49
- "opencv-python<4.12", # otherwise forces numpy>=2.0, which is incompatible with some opensim/python combinations
50
36
  "imageio_ffmpeg",
51
- "deep-sort-realtime",
52
37
  "Pose2Sim>=0.10.38"
53
38
  ]
54
39
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sports2d
3
- Version: 0.8.23
3
+ Version: 0.8.24
4
4
  Summary: Compute 2D human pose and angles from a video or a webcam.
5
5
  Author-email: David Pagnon <contact@david-pagnon.com>
6
6
  Maintainer-email: David Pagnon <contact@david-pagnon.com>
@@ -22,22 +22,7 @@ Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
22
22
  Requires-Python: >=3.9
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: toml
26
- Requires-Dist: numpy>=1.19
27
- Requires-Dist: matplotlib
28
- Requires-Dist: PyQt5
29
- Requires-Dist: tqdm
30
- Requires-Dist: anytree
31
- Requires-Dist: pandas>=1.5
32
- Requires-Dist: scipy
33
- Requires-Dist: statsmodels
34
- Requires-Dist: ipython
35
- Requires-Dist: c3d
36
- Requires-Dist: rtmlib
37
- Requires-Dist: openvino
38
- Requires-Dist: opencv-python<4.12
39
25
  Requires-Dist: imageio_ffmpeg
40
- Requires-Dist: deep-sort-realtime
41
26
  Requires-Dist: Pose2Sim>=0.10.38
42
27
  Dynamic: license-file
43
28
 
@@ -88,7 +73,9 @@ Works on any smartphone!**\
88
73
  </br>
89
74
 
90
75
 
91
- https://github.com/user-attachments/assets/6a444474-4df1-4134-af0c-e9746fa433ad
76
+ https://github.com/user-attachments/assets/2ce62012-f28c-4e23-b3b8-f68931bacb77
77
+
78
+ <!-- https://github.com/user-attachments/assets/6a444474-4df1-4134-af0c-e9746fa433ad -->
92
79
 
93
80
  <!-- https://github.com/user-attachments/assets/1c6e2d6b-d0cf-4165-864e-d9f01c0b8a0e -->
94
81
 
@@ -0,0 +1,2 @@
1
+ imageio_ffmpeg
2
+ Pose2Sim>=0.10.38
@@ -1,17 +0,0 @@
1
- toml
2
- numpy>=1.19
3
- matplotlib
4
- PyQt5
5
- tqdm
6
- anytree
7
- pandas>=1.5
8
- scipy
9
- statsmodels
10
- ipython
11
- c3d
12
- rtmlib
13
- openvino
14
- opencv-python<4.12
15
- imageio_ffmpeg
16
- deep-sort-realtime
17
- Pose2Sim>=0.10.38
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes