mocap-desktop-gui 0.2.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. mocap_desktop_gui/__init__.py +18 -0
  2. mocap_desktop_gui/axengine_1726054966_187673042.py +246 -0
  3. mocap_desktop_gui/gen/rc_icons.py +18 -0
  4. mocap_desktop_gui/gen/rc_qml.py +18 -0
  5. mocap_desktop_gui/gen/rc_style.py +18 -0
  6. mocap_desktop_gui/main.py +18 -0
  7. mocap_desktop_gui/mc/__init__.py +18 -0
  8. mocap_desktop_gui/mc/bld_fbx_2_glb.py +18 -0
  9. mocap_desktop_gui/mc/camera_models.py +18 -0
  10. mocap_desktop_gui/mc/mc_app_manager.py +18 -0
  11. mocap_desktop_gui/mc/mc_calib.py +18 -0
  12. mocap_desktop_gui/mc/mc_cam_ui_states.py +18 -0
  13. mocap_desktop_gui/mc/mc_common_paths.py +18 -0
  14. mocap_desktop_gui/mc/mc_context.py +18 -0
  15. mocap_desktop_gui/mc/mc_project.py +18 -0
  16. mocap_desktop_gui/mc/mc_project_manager.py +18 -0
  17. mocap_desktop_gui/mc/mc_sync_media_player.py +18 -0
  18. mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +18 -0
  19. mocap_desktop_gui/mc/mc_sync_video_paint_item.py +18 -0
  20. mocap_desktop_gui/mc/mc_take.py +18 -0
  21. mocap_desktop_gui/mc/mc_take_list_model.py +18 -0
  22. mocap_desktop_gui/mc/mc_take_run.py +18 -0
  23. mocap_desktop_gui/mc/mc_take_run_data_prep.py +18 -0
  24. mocap_desktop_gui/mc/mc_take_run_settings.py +18 -0
  25. mocap_desktop_gui/mc/mc_take_runs_manager.py +18 -0
  26. mocap_desktop_gui/mc/mc_take_settings.py +18 -0
  27. mocap_desktop_gui/mc/mc_take_video_model.py +18 -0
  28. mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +18 -0
  29. mocap_desktop_gui/mc/qml_engine.py +18 -0
  30. mocap_desktop_gui/mc/rig/Move_Mo.blend +0 -0
  31. mocap_desktop_gui/mc/rig/mapping_body.csv +21 -0
  32. mocap_desktop_gui/mc/rig/mapping_fingers.csv +31 -0
  33. mocap_desktop_gui/mc/rig/sdc_rig.zip +0 -0
  34. mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45 +0 -0
  35. mocap_desktop_gui/mc/settings/camera_models.yaml +71 -0
  36. mocap_desktop_gui/mc/settings/settings_action.yaml +530 -0
  37. mocap_desktop_gui/mc/settings/settings_extrinsic.yaml +169 -0
  38. mocap_desktop_gui/mc/util.py +18 -0
  39. mocap_desktop_gui/operations/__init__.py +18 -0
  40. mocap_desktop_gui/sample.py +18 -0
  41. mocap_desktop_gui/settings.ini +3 -0
  42. mocap_desktop_gui/utils/__init__.py +18 -0
  43. mocap_desktop_gui-0.2.1.dist-info/METADATA +36 -0
  44. mocap_desktop_gui-0.2.1.dist-info/RECORD +46 -0
  45. mocap_desktop_gui-0.2.1.dist-info/WHEEL +4 -0
  46. mocap_desktop_gui-0.2.1.dist-info/entry_points.txt +3 -0
@@ -0,0 +1,18 @@
1
+ import os as _os
2
+ import sys as _sys
3
+ _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
+ while not _os.path.exists(_os.path.join(_axeSearchPath,
5
+ 'axengine_1726054966_187673042.py')):
6
+ _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
+ if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
+ break
9
+ _axeSearchPath = _newAxeSearchPath
10
+ try:
11
+ _sys.path.append(_axeSearchPath)
12
+ import axengine_1726054966_187673042 as _axengine
13
+ except Exception as e:
14
+ raise Exception('Failed to load AxEngine!') from e
15
+ finally:
16
+ _sys.path.pop()
17
+ from axengine_1726054966_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(269, globals())
@@ -0,0 +1,18 @@
1
+ import os as _os
2
+ import sys as _sys
3
+ _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
+ while not _os.path.exists(_os.path.join(_axeSearchPath,
5
+ 'axengine_1726054966_187673042.py')):
6
+ _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
+ if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
+ break
9
+ _axeSearchPath = _newAxeSearchPath
10
+ try:
11
+ _sys.path.append(_axeSearchPath)
12
+ import axengine_1726054966_187673042 as _axengine
13
+ except Exception as e:
14
+ raise Exception('Failed to load AxEngine!') from e
15
+ finally:
16
+ _sys.path.pop()
17
+ from axengine_1726054966_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(16, globals())
@@ -0,0 +1,18 @@
1
+ import os as _os
2
+ import sys as _sys
3
+ _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
+ while not _os.path.exists(_os.path.join(_axeSearchPath,
5
+ 'axengine_1726054966_187673042.py')):
6
+ _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
+ if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
+ break
9
+ _axeSearchPath = _newAxeSearchPath
10
+ try:
11
+ _sys.path.append(_axeSearchPath)
12
+ import axengine_1726054966_187673042 as _axengine
13
+ except Exception as e:
14
+ raise Exception('Failed to load AxEngine!') from e
15
+ finally:
16
+ _sys.path.pop()
17
+ from axengine_1726054966_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(341, globals())
@@ -0,0 +1,3 @@
1
+ [common]
2
+ mocap_trt_gen_exec_path = /usr/local/moveai/bin/mocap-trt-generator
3
+ mocap_rt_settings_path = /media/models/settings_rt.ini
@@ -0,0 +1,18 @@
1
+ import os as _os
2
+ import sys as _sys
3
+ _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
+ while not _os.path.exists(_os.path.join(_axeSearchPath,
5
+ 'axengine_1726054966_187673042.py')):
6
+ _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
+ if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
+ break
9
+ _axeSearchPath = _newAxeSearchPath
10
+ try:
11
+ _sys.path.append(_axeSearchPath)
12
+ import axengine_1726054966_187673042 as _axengine
13
+ except Exception as e:
14
+ raise Exception('Failed to load AxEngine!') from e
15
+ finally:
16
+ _sys.path.pop()
17
+ from axengine_1726054966_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(0, globals())
@@ -0,0 +1,36 @@
1
+ Metadata-Version: 2.1
2
+ Name: mocap-desktop-gui
3
+ Version: 0.2.1
4
+ Summary:
5
+ Author: Move.ai
6
+ Requires-Python: >=3.10,<3.13
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: Programming Language :: Python :: 3.10
9
+ Classifier: Programming Language :: Python :: 3.11
10
+ Classifier: Programming Language :: Python :: 3.12
11
+ Requires-Dist: PySide6 (>=6.7.2)
12
+ Requires-Dist: mocap-base (>=1.1.18,<2.0.0)
13
+ Requires-Dist: moviepy (>=1.0.3,<2.0.0)
14
+ Requires-Dist: numba (>=0.60.0,<0.61.0)
15
+ Requires-Dist: opencv-python (>=4.10.0.84,<5.0.0.0)
16
+ Requires-Dist: psutil (>=6.0.0,<7.0.0)
17
+ Requires-Dist: ruamel-yaml (>=0.18.6,<0.19.0)
18
+ Description-Content-Type: text/markdown
19
+
20
+ # mocap-desktop-gui
21
+
22
+ # Description
23
+
24
+
25
+
26
+ # Installation
27
+
28
+ `pip install mocap-desktop-gui`
29
+
30
+ # License
31
+
32
+ A valid license is needed to run this project. Please contact [support\@move.ai](mailto:support@move.ai) or visit https://move.ai if you need a license.
33
+
34
+ # Support
35
+
36
+ Please contact support@move.ai for any technical queries.
@@ -0,0 +1,46 @@
1
+ mocap_desktop_gui/__init__.py,sha256=gkacP9WV4NCCKxIV6Gl8tTFFF_C9zj5Sula5WefMpVs,722
2
+ mocap_desktop_gui/axengine_1726054966_187673042.py,sha256=vOFj_5jB_GY7O_Ig5rAZiWXLIJAuzdQ09OCINO5Hk44,350103
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=4xHEVCwt6lkfankIxBImPMXOv-CW2g98L_rfaOjVg9E,722
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=h8yWjgxtVkwkJcodBPjxQWtlpmyPZwUlLhAuZ2XqV8E,722
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=27ZTNDBvH3NrUdpySRoSKLcpwYqx4I94Z7OkjVb8oJA,721
6
+ mocap_desktop_gui/main.py,sha256=9_sdPUVe8-jztFmZtIl9UDGw684ZxJw2CDpnD6DFcPo,721
7
+ mocap_desktop_gui/mc/__init__.py,sha256=vrnT4Y13_kHonV0t7HiKkuLOjjH3Y2-oppOyGH7SiVU,723
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=joIzLfmpC2yEvsNlMIQ5q_enGxEZ8H50hmmIU2Nklm8,723
9
+ mocap_desktop_gui/mc/camera_models.py,sha256=Va8ACsZf7y0U1kH9jiRmSOcwc-WVnO_E4I-xsMs26Gg,723
10
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=uegkz3XeX2lqAxWemBRrXOiZVHr00Z03T1p_0om5RsQ,723
11
+ mocap_desktop_gui/mc/mc_calib.py,sha256=uuegYJat_RSSrI0N_5dn1ABHw2bY84b-mHJf1CQUXPc,723
12
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=ZyIHk5ced8jPVWQC44JUmrgSkInRp_7FLZ9gtR2qIn0,723
13
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=1GB3P6u8KLExW3k3pXR_GS6Ffg3alObfnIHVw6-gpuE,723
14
+ mocap_desktop_gui/mc/mc_context.py,sha256=ysRdqF4EpjcXiqC2-6rHlrsUXnNgmOUEuCuBfNj_ytI,723
15
+ mocap_desktop_gui/mc/mc_project.py,sha256=iurVNKoHQzRprixyF7wNvwmG1RFX-KtnpR_ar5Q31zI,723
16
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=vy0PYnEWSPXwu0ULuIy6Gnzs8dP80OZqPvk4g-2W58Q,723
17
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=kwvvsTWvQVokxjpSAfHB5MESgxaYC82g4VCMrIMq9Xs,722
18
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=n7_c6pFM-14QedNIBrPpc2PV294ZRDZcPpHxI-A04G0,722
19
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=YBDwNhdRuILbb4sCez5PkfytBzAxLSP0LO3sGGsqcI0,723
20
+ mocap_desktop_gui/mc/mc_take.py,sha256=xz4y7cWoG6bnGcB2QMS1lgix8gb8bguBBsVJkbMZkCc,723
21
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=8rJzb6zk5bSnQIhvkLUnYglxH_77XM52vfk2t8g3HMw,722
22
+ mocap_desktop_gui/mc/mc_take_run.py,sha256=vzrzRHR_dX8Spj_mGznCAfS-GQt3_u2T7rSsJSLPQFk,723
23
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=1SKqEDw27Mrnt_G1DKknwA4A1M_3s50o3uWwg88vShE,723
24
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=ipBQsQQ18Poe5qMk-aU8Kv8GHRCQfTvj_ToVUxNyTh8,723
25
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=bHaGYuyNdosUYzUGMIdx2UMwv36kX_AmeWC4_GjcU68,722
26
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=YxjdygXnzRwDhLecDtzGYKhbsy61xcY30T7WPZ0c0DI,723
27
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=YeUaj8tYfj410fUPCJguHksFZ36h3JqF5F-lH9VWELE,722
28
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=TPOKcjdmp8lBOAcTAqUqothr8lXqWvr2Hs2t-L3-vUw,723
29
+ mocap_desktop_gui/mc/qml_engine.py,sha256=KsqAe3b60l2BHKnlPLzhfbXoUtQZ0NPmre7nWpcDuXk,723
30
+ mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
31
+ mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
32
+ mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
33
+ mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
34
+ mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
35
+ mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
36
+ mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=3Yq7q5Vl4fagyFNma7CBITGgOqA8FMRSFjJiTCBeC_Y,18133
37
+ mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=BUnBgmHlD-JWLKtvciwY7ekhznsANRYvPPH_Hs_GI2s,6482
38
+ mocap_desktop_gui/mc/util.py,sha256=QhLXe5mUfWO3HMzKLMBG_-MLTrzEG8-3z1p_ULof1L0,723
39
+ mocap_desktop_gui/operations/__init__.py,sha256=BbkL8oN5TQbiyk4Q3JnSuxaUaWZ2X9Th_u1t9pdqBPI,722
40
+ mocap_desktop_gui/sample.py,sha256=nl1UGs1PcQlEEqu24k2ATMDtLy_PFicRuvFOUpL4e2U,723
41
+ mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
42
+ mocap_desktop_gui/utils/__init__.py,sha256=kWRSpT0vqErPaASnvcdtfqMV1VagPLg6Ek6-25LCYcA,721
43
+ mocap_desktop_gui-0.2.1.dist-info/METADATA,sha256=R0HBGywqc0i9E-SXDekV8YvXEhwkPEDuVlLvSbIkipg,974
44
+ mocap_desktop_gui-0.2.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
45
+ mocap_desktop_gui-0.2.1.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
46
+ mocap_desktop_gui-0.2.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 1.9.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ move-desktop=mocap_desktop_gui.main:run_main
3
+