mocap-desktop-gui 0.12.2__py3-none-any.whl → 0.13.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. mocap_desktop_gui/__init__.py +4 -4
  2. mocap_desktop_gui/axengine_1730836993_1117070786.py +246 -0
  3. mocap_desktop_gui/gen/rc_icons.py +4 -4
  4. mocap_desktop_gui/gen/rc_qml.py +4 -4
  5. mocap_desktop_gui/gen/rc_style.py +4 -4
  6. mocap_desktop_gui/main.py +3 -3
  7. mocap_desktop_gui/mc/__init__.py +4 -4
  8. mocap_desktop_gui/mc/bld_fbx_2_glb.py +4 -4
  9. mocap_desktop_gui/mc/bld_utils.py +4 -4
  10. mocap_desktop_gui/mc/camera_models.py +4 -4
  11. mocap_desktop_gui/mc/mc_app_manager.py +4 -4
  12. mocap_desktop_gui/mc/mc_auth_core.py +4 -4
  13. mocap_desktop_gui/mc/mc_auth_service.py +4 -4
  14. mocap_desktop_gui/mc/mc_calib.py +4 -4
  15. mocap_desktop_gui/mc/mc_cam_ui_states.py +4 -4
  16. mocap_desktop_gui/mc/mc_cloud_service.py +4 -4
  17. mocap_desktop_gui/mc/mc_common_paths.py +4 -4
  18. mocap_desktop_gui/mc/mc_context.py +4 -4
  19. mocap_desktop_gui/mc/mc_file_util.py +4 -4
  20. mocap_desktop_gui/mc/mc_import_folder.py +4 -4
  21. mocap_desktop_gui/mc/mc_project.py +4 -4
  22. mocap_desktop_gui/mc/mc_project_manager.py +4 -4
  23. mocap_desktop_gui/mc/mc_scene_3d_service.py +4 -4
  24. mocap_desktop_gui/mc/mc_sync_media_player.py +4 -4
  25. mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +4 -4
  26. mocap_desktop_gui/mc/mc_sync_video_paint_item.py +4 -4
  27. mocap_desktop_gui/mc/mc_take.py +4 -4
  28. mocap_desktop_gui/mc/mc_take_cloud_job.py +4 -4
  29. mocap_desktop_gui/mc/mc_take_cloud_job_action.py +4 -4
  30. mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +4 -4
  31. mocap_desktop_gui/mc/mc_take_list_model.py +4 -4
  32. mocap_desktop_gui/mc/mc_take_local_job.py +4 -4
  33. mocap_desktop_gui/mc/mc_take_local_job_service.py +4 -4
  34. mocap_desktop_gui/mc/mc_take_run_common.py +4 -4
  35. mocap_desktop_gui/mc/mc_take_run_data_prep.py +4 -4
  36. mocap_desktop_gui/mc/mc_take_run_settings.py +4 -4
  37. mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +4 -4
  38. mocap_desktop_gui/mc/mc_take_runs_local_manager.py +4 -4
  39. mocap_desktop_gui/mc/mc_take_runs_manager.py +4 -4
  40. mocap_desktop_gui/mc/mc_take_settings.py +4 -4
  41. mocap_desktop_gui/mc/mc_take_video_model.py +3 -3
  42. mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +4 -4
  43. mocap_desktop_gui/mc/mc_worker.py +4 -4
  44. mocap_desktop_gui/mc/qml_engine.py +4 -4
  45. mocap_desktop_gui/mc/settings/settings_action.yaml +1 -1
  46. mocap_desktop_gui/mc/util.py +4 -4
  47. mocap_desktop_gui/sample.py +3 -3
  48. {mocap_desktop_gui-0.12.2.dist-info → mocap_desktop_gui-0.13.0.dist-info}/METADATA +1 -1
  49. mocap_desktop_gui-0.13.0.dist-info/RECORD +59 -0
  50. mocap_desktop_gui/axengine_1730280678_3578574143.py +0 -246
  51. mocap_desktop_gui-0.12.2.dist-info/RECORD +0 -59
  52. {mocap_desktop_gui-0.12.2.dist-info → mocap_desktop_gui-0.13.0.dist-info}/WHEEL +0 -0
  53. {mocap_desktop_gui-0.12.2.dist-info → mocap_desktop_gui-0.13.0.dist-info}/entry_points.txt +0 -0
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(293, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(307, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(59, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(60, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(283, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(297, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(180, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(189, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(70, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(71, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(361, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(378, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(423, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(440, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(280, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(294, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(439, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(456, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(263, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(277, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(14, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(386, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(403, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(426, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(443, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(62, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(63, globals())
@@ -395,7 +395,7 @@ ops_cfg:
395
395
  augment: false # flipping augmentation.
396
396
  yolov5_class_ids: [ 32 ]
397
397
  yolov5_class_names: [ 'ball' ]
398
- visualize: true
398
+ visualize: false
399
399
  inputs:
400
400
  video_dir: '~/MOX_projects/videos_processed'
401
401
  model_path: '/usr/local/moveai/models/yolo/yolov5x_updated.pt'
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(245, globals())
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(259, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1730280678_3578574143.py')):
5
+ 'axengine_1730836993_1117070786.py')):
6
6
  _newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
7
7
  if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
8
8
  break
9
9
  _axeSearchPath = _newAxeSearchPath
10
10
  try:
11
11
  _sys.path.append(_axeSearchPath)
12
- import axengine_1730280678_3578574143 as _axengine
12
+ import axengine_1730836993_1117070786 as _axengine
13
13
  except Exception as e:
14
14
  raise Exception('Failed to load AxEngine!') from e
15
15
  finally:
16
16
  _sys.path.pop()
17
- from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730836993_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(6, globals())
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mocap-desktop-gui
3
- Version: 0.12.2
3
+ Version: 0.13.0
4
4
  Summary:
5
5
  Author: Move.ai
6
6
  Requires-Python: >=3.10,<3.13
@@ -0,0 +1,59 @@
1
+ mocap_desktop_gui/__init__.py,sha256=JhCpi53hYkXNMAX0NpR1aD7viYO0uTI83XL7C4TdfK0,726
2
+ mocap_desktop_gui/axengine_1730836993_1117070786.py,sha256=DohGhcwcldZ4Tig8YCMqIHM0tiFx7lZuqs2W3xXksbQ,433698
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=OfapiEtztJG0Q90AO7cgLe3L_LkI22CMayKt9EwWjmA,726
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=mbmj42QSGOzc6A8XRQBKTicWEJ9SiH6TwpFwYTkMwl8,726
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=XqO3ZUFv77nHeb_8I4VSVztitfvavSmB5sGikxqrxI0,726
6
+ mocap_desktop_gui/main.py,sha256=hO1NAXU5F-hWtUriewYZgaWy-tupoERyBCf7UbmkdN8,724
7
+ mocap_desktop_gui/mc/__init__.py,sha256=xn1GMxVl7fxeTrdVEFBAZaRWnAmRfC2ZuGcLSvkJLig,726
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=IuxBVo_x7CYzwBu96yCDTWLiwmepxZ_87GClqq2AwpA,726
9
+ mocap_desktop_gui/mc/bld_utils.py,sha256=byPncuyrKKpTITUorP6AATcIOKUBGAPPOeznqvDUot8,726
10
+ mocap_desktop_gui/mc/camera_models.py,sha256=6PkhJBqyqbcdbJ-JpjLhlGrXPkpnIi2xVsmFbtQdCQk,726
11
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=ycqDpr00qSdRapijLZR5Ir_ytr0GsOcP8OTY7NxdWTw,726
12
+ mocap_desktop_gui/mc/mc_auth_core.py,sha256=wCvAF8SPLF3E1ioeJy8Pu9YYjphuEYab1kUN4kBZjEI,726
13
+ mocap_desktop_gui/mc/mc_auth_service.py,sha256=e_OzdjrCL0zNJhWAtg_mWVpT02jAckJrKEhgp5uKaSU,726
14
+ mocap_desktop_gui/mc/mc_calib.py,sha256=wbU39VawyMlcr0yyYESUwFl4gXpdBiWS5yqhWbb8AmI,726
15
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=ga75E51cPXH07WP5agneVuBmPT8KEoyOs6591NEU03E,726
16
+ mocap_desktop_gui/mc/mc_cloud_service.py,sha256=648q2_0VP5luqxLNXnBMV3_27a_jMZMM6hoE_I6muxY,726
17
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=XS2937baZTFgc-dGe2X6_NlGSvUgtbjCb-9aIwZUwGg,726
18
+ mocap_desktop_gui/mc/mc_context.py,sha256=qyGexra9u00EQg0VjcA_nb5nxfCd2Cse95duMEluo_s,726
19
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=rNJ0zDXsYhYsZZVoQGySxQNcGX6h8eJbMjFRnBBET9M,726
20
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=mryLAJt2Q6YaCuc1Zx9v0Hb9N8T5tZMs_xiGGn_WC-4,726
21
+ mocap_desktop_gui/mc/mc_project.py,sha256=Dl43-kVXQOOhvfOhlFjQVR-yL27rnt9WUXfPSU26tBw,726
22
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=sLwa-GAEwmgK1AG7jFUM_3ifOXmLZxZqInV6cKHC_u4,725
23
+ mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=DO_y9ZfxpPpwU1dzVtFK90P_EGn7g605-UH0_S8mW8c,726
24
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=t2pE87JNO2UT70RKxQAoLqx8fQN6XPVLdmPdjca9vy0,726
25
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=c0it50xMYJUO6u2hFvIwosD4YnIrU1r2KZo_9abcggc,726
26
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=0dP2ZmtcU6AJ3SmZxB91km6yXRg90lBS5k0Q-PV8SBI,726
27
+ mocap_desktop_gui/mc/mc_take.py,sha256=1vv7fLFO5YFvGfusnM1L0IIXIStZUmUKS9RlAJffWKA,726
28
+ mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=4RfXdYzt0uOCZ3_MtR_HyxxxJZ3k5CZZStcMBGHTrVw,726
29
+ mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=Db--c1rRFCM--xFciUAwWeT3mPFT9q_Htf-vWD1xQno,726
30
+ mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=p0oVrD70CSHGX258bQfR6e60lU-Mf7Txba-B5lfYT0I,726
31
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=-3wOmF8_vsVe8eQchx0RTDqppnFi_4vyraTfrrH8HxE,726
32
+ mocap_desktop_gui/mc/mc_take_local_job.py,sha256=HHd85HmlI5eQjSzpP0cV7dLOvMawe39zesXEWsW6l7w,725
33
+ mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=ELe63oigMnVUTt28g22h5DC0NHWjUatoYYJ5I_6apvY,726
34
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=3ZZzSL-YHuXXThH8rqJNxK3JCqaxokLsfr9GMyX9AKE,726
35
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=60bt9A-VNyZuCfi4MDsfRRo_YgXBRr6gd959jribuQY,725
36
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=nkcu-9c5w_x7mdpvLl5_JH9G_OjAaU_NQwYd716Hk8o,726
37
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=mcjhNXa1JprDsmxEU1eRJPmnjXhcLFyCc3zv5hrmfzg,726
38
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=GpfmScCNhXDK_O65JRA_xDPat09LuudBESABxzgqSHU,726
39
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=fygg0yVGnUrebUhTmtrAvjzaGJJNWA7vul5-3HnaikY,726
40
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=70biBJ9XkYPavKNimNHiZWK91hAII0uT2OGaQzJXobo,726
41
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=ygPjiqluQpJwa-xqct9j9Gt-w8MKK7x4uYEteUtQ03s,725
42
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=7VLuxmsVvrIzZY2EXTNVAyhRSiBgNUVG2u8r77WQuSs,726
43
+ mocap_desktop_gui/mc/mc_worker.py,sha256=atY_oGUeV-MfbNhAJwA_gbOb_IGo5sw64a8KbhysJWE,726
44
+ mocap_desktop_gui/mc/qml_engine.py,sha256=hf4GlGGUxRJEb5zCmQOla-r6LBXz6VhuZW4k3uGavpg,725
45
+ mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
46
+ mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
47
+ mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
48
+ mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
49
+ mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
50
+ mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
51
+ mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=ANmSnAa-TNFEcQ03Ui8Prh9DcaVIKUx4ECGmNM93QRc,18134
52
+ mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=vDTZqkq8n6XfocRjJlolEj0W5sKuC5CpZvLc4KEnkFU,6483
53
+ mocap_desktop_gui/mc/util.py,sha256=cG1wB_AEyc8qdctEtxWFGDthB2g0Zq4BxJ4cC-MWYTY,726
54
+ mocap_desktop_gui/sample.py,sha256=m3h_6aPZUf7yW9WE_ak1c7oxq6XtQ_N-qGuPDbay0k8,724
55
+ mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
56
+ mocap_desktop_gui-0.13.0.dist-info/METADATA,sha256=O5e2Ldd4IYRqx9q0ZpWzKVKVP9aZQgq_-EJXTSe8WwQ,1069
57
+ mocap_desktop_gui-0.13.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
58
+ mocap_desktop_gui-0.13.0.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
59
+ mocap_desktop_gui-0.13.0.dist-info/RECORD,,