stereo-charuco-pipeline 0.1.0__tar.gz → 0.1.1__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 (34) hide show
  1. stereo_charuco_pipeline-0.1.1/PKG-INFO +21 -0
  2. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/pyproject.toml +20 -2
  3. stereo_charuco_pipeline-0.1.0/PKG-INFO +0 -10
  4. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/.gitignore +0 -0
  5. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/README.md +0 -0
  6. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/configs/default.yaml +0 -0
  7. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/requirements.txt +0 -0
  8. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/scripts/_test_config.py +0 -0
  9. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/scripts/_test_full_pipeline.py +0 -0
  10. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/scripts/_test_intrinsic.py +0 -0
  11. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/scripts/convert_to_mp4.py +0 -0
  12. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/scripts/probe_camera.py +0 -0
  13. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/scripts/record_and_split.py +0 -0
  14. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/scripts/record_raw.py +0 -0
  15. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/scripts/run_calibration_ui.py +0 -0
  16. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/scripts/run_calibration_ui_advanced.py +0 -0
  17. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/scripts/run_pipeline_ui.py +0 -0
  18. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/scripts/run_unified.py +0 -0
  19. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/scripts/split_lr.py +0 -0
  20. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/__init__.py +0 -0
  21. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/auto_calibrate.py +0 -0
  22. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/calibration_ui.py +0 -0
  23. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/calibration_ui_advanced.py +0 -0
  24. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/camera.py +0 -0
  25. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/cli.py +0 -0
  26. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/config.py +0 -0
  27. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/configs/default.yaml +0 -0
  28. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/ffmpeg.py +0 -0
  29. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/paths.py +0 -0
  30. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/pipeline_ui.py +0 -0
  31. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/project_manager.py +0 -0
  32. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/smart_recorder.py +0 -0
  33. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/ui.py +0 -0
  34. {stereo_charuco_pipeline-0.1.0 → stereo_charuco_pipeline-0.1.1}/src/recorder/viz_3d.py +0 -0
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: stereo-charuco-pipeline
3
+ Version: 0.1.1
4
+ Summary: Stereo ChArUco 3D motion capture pipeline with auto-calibration
5
+ Project-URL: repository, https://github.com/pythoner0921/stereo-charuco-3d-pipeline
6
+ Requires-Python: <3.13,>=3.10
7
+ Requires-Dist: av<16.1.0,>=16.0.0
8
+ Requires-Dist: matplotlib>=3.7.0
9
+ Requires-Dist: mediapipe>=0.10.20
10
+ Requires-Dist: numba>=0.57.0
11
+ Requires-Dist: opencv-contrib-python>=4.8.0.74
12
+ Requires-Dist: pandas>=1.5.0
13
+ Requires-Dist: pillow>=10.0.0
14
+ Requires-Dist: platformdirs>=4.3.8
15
+ Requires-Dist: pyarrow>=15.0.0
16
+ Requires-Dist: pyside6-essentials>=6.10.1
17
+ Requires-Dist: pyvista>=0.46.4
18
+ Requires-Dist: pyvistaqt>=0.11.3
19
+ Requires-Dist: pyyaml>=6.0
20
+ Requires-Dist: rtoml>=0.9.0
21
+ Requires-Dist: scipy>=1.10.1
@@ -1,17 +1,35 @@
1
1
  [project]
2
2
  name = "stereo-charuco-pipeline"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "Stereo ChArUco 3D motion capture pipeline with auto-calibration"
5
5
  requires-python = ">=3.10,<3.13"
6
6
 
7
7
  dependencies = [
8
- "caliscope>=0.6.9",
9
8
  "pyyaml>=6.0",
10
9
  "opencv-contrib-python>=4.8.0.74",
11
10
  "Pillow>=10.0.0",
12
11
  "matplotlib>=3.7.0",
12
+ "scipy>=1.10.1",
13
+ "numba>=0.57.0",
14
+ "pandas>=1.5.0",
15
+ "mediapipe>=0.10.20",
16
+ "pyside6-essentials>=6.10.1",
17
+ "pyvista>=0.46.4",
18
+ "pyvistaqt>=0.11.3",
19
+ "rtoml>=0.9.0",
20
+ "pyarrow>=15.0.0",
21
+ "platformdirs>=4.3.8",
22
+ "av>=16.0.0,<16.1.0",
13
23
  ]
14
24
 
25
+ [project.urls]
26
+ repository = "https://github.com/pythoner0921/stereo-charuco-3d-pipeline"
27
+
28
+ [project.optional-dependencies]
29
+ # caliscope must be installed from GitHub (PyPI version is outdated):
30
+ # pip install git+https://github.com/mprib/caliscope.git
31
+ # This is listed here for documentation, not auto-installed.
32
+
15
33
  [project.scripts]
16
34
  stereo-pipeline = "recorder.cli:main"
17
35
  stereo-calibrate = "recorder.cli:calibrate_only"
@@ -1,10 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: stereo-charuco-pipeline
3
- Version: 0.1.0
4
- Summary: Stereo ChArUco 3D motion capture pipeline with auto-calibration
5
- Requires-Python: <3.13,>=3.10
6
- Requires-Dist: caliscope>=0.6.9
7
- Requires-Dist: matplotlib>=3.7.0
8
- Requires-Dist: opencv-contrib-python>=4.8.0.74
9
- Requires-Dist: pillow>=10.0.0
10
- Requires-Dist: pyyaml>=6.0