mocap-desktop-gui 0.16.2__py3-none-any.whl → 0.17.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. mocap_desktop_gui/__init__.py +4 -4
  2. mocap_desktop_gui/axengine_1731500472_1041659107.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 +3 -3
  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 +3 -3
  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 +3 -3
  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 +3 -3
  45. mocap_desktop_gui/mc/settings/pipeline_log_settings.yaml +71 -0
  46. mocap_desktop_gui/mc/settings/settings_action.yaml +1 -1
  47. mocap_desktop_gui/mc/settings/trt_gen_lite.ini +29 -0
  48. mocap_desktop_gui/mc/util.py +4 -4
  49. mocap_desktop_gui/sample.py +3 -3
  50. mocap_desktop_gui/settings.ini +1 -3
  51. {mocap_desktop_gui-0.16.2.dist-info → mocap_desktop_gui-0.17.0.dist-info}/METADATA +1 -1
  52. mocap_desktop_gui-0.17.0.dist-info/RECORD +61 -0
  53. mocap_desktop_gui/axengine_1731340204_1998855010.py +0 -246
  54. mocap_desktop_gui-0.16.2.dist-info/RECORD +0 -59
  55. {mocap_desktop_gui-0.16.2.dist-info → mocap_desktop_gui-0.17.0.dist-info}/WHEEL +0 -0
  56. {mocap_desktop_gui-0.16.2.dist-info → mocap_desktop_gui-0.17.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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(307, globals())
17
+ from axengine_1731500472_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(310, 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731500472_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(58, 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(295, globals())
17
+ from axengine_1731500472_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(298, 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(187, globals())
17
+ from axengine_1731500472_1041659107 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731500472_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(69, 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(378, globals())
17
+ from axengine_1731500472_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(381, 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(440, globals())
17
+ from axengine_1731500472_1041659107 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(292, globals())
17
+ from axengine_1731500472_1041659107 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(456, globals())
17
+ from axengine_1731500472_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(459, 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(275, globals())
17
+ from axengine_1731500472_1041659107 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731500472_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(15, 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(403, globals())
17
+ from axengine_1731500472_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(406, 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(443, globals())
17
+ from axengine_1731500472_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(446, 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731500472_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(61, globals())
@@ -0,0 +1,71 @@
1
+ version: 1
2
+ disable_existing_loggers: true
3
+
4
+ formatters:
5
+ standard:
6
+ format: "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
7
+ error:
8
+ format: "%(levelname)s <PID %(process)d:%(processName)s> %(name)s.%(funcName)s(): %(message)s"
9
+
10
+ handlers:
11
+ console:
12
+ class: logging.StreamHandler
13
+ level: INFO
14
+ formatter: standard
15
+ stream: ext://sys.stdout
16
+
17
+ info_file_handler:
18
+ class: logging.handlers.RotatingFileHandler
19
+ level: INFO
20
+ formatter: standard
21
+ filename: info.log
22
+ maxBytes: 10485760 # 10MB
23
+ backupCount: 20
24
+ encoding: utf8
25
+
26
+ error_file_handler:
27
+ class: logging.handlers.RotatingFileHandler
28
+ level: ERROR
29
+ formatter: error
30
+ filename: errors.log
31
+ maxBytes: 10485760 # 10MB
32
+ backupCount: 20
33
+ encoding: utf8
34
+
35
+ debug_file_handler:
36
+ class: logging.handlers.RotatingFileHandler
37
+ level: DEBUG
38
+ formatter: standard
39
+ filename: debug.log
40
+ maxBytes: 10485760 # 10MB
41
+ backupCount: 20
42
+ encoding: utf8
43
+
44
+ critical_file_handler:
45
+ class: logging.handlers.RotatingFileHandler
46
+ level: CRITICAL
47
+ formatter: standard
48
+ filename: critical.log
49
+ maxBytes: 10485760 # 10MB
50
+ backupCount: 20
51
+ encoding: utf8
52
+
53
+ warn_file_handler:
54
+ class: logging.handlers.RotatingFileHandler
55
+ level: WARN
56
+ formatter: standard
57
+ filename: warn.log
58
+ maxBytes: 10485760 # 10MB
59
+ backupCount: 20
60
+ encoding: utf8
61
+
62
+ root:
63
+ level: INFO
64
+ handlers: [ console ]
65
+ propogate: no
66
+
67
+ loggers:
68
+ ppl:
69
+ level: INFO
70
+ handlers: [ info_file_handler, error_file_handler, critical_file_handler, debug_file_handler, warn_file_handler ]
71
+ propogate: no
@@ -136,7 +136,7 @@ ops_cfg:
136
136
  PoseModelFp16: true
137
137
  UseVerticalPoseAlignment: false
138
138
  PoseModelMaxBs: -1
139
- Single2DPoseModelName: "pose_2D_vit_small_moveai29"
139
+ Single2DPoseModelName: "pose_2D_vit_large_moveai29"
140
140
  use_temporal_2D_pose_refinement: false
141
141
  Temporal2DPoseModelName: "pose_2D_refine_3"
142
142
  UseTemporalRefinementPostProcess: false
@@ -0,0 +1,29 @@
1
+ [tensorrt]
2
+ trt_gen_models="yolov5m,pose_2D_vit_large_moveai29"
3
+ trt_gen_fp16_model=true
4
+ trt_gen_fp32_model=false
5
+ model_root_dir="/usr/local/moveai/models"
6
+ engine_dir=""
7
+ log_severity=2
8
+ auto_build_model_engines=true
9
+
10
+ [yolov5m]
11
+ model_dir="/yolo"
12
+ model_name="yolov5m_trt8"
13
+ opt_batch_sizes="16"
14
+ min_batch_sizes="1"
15
+ opt_profiles=1
16
+
17
+ [pose_2D_vit_large_moveai29]
18
+ model_dir="/vit"
19
+ model_name="pose_2D_vit_large_moveai29"
20
+ opt_batch_sizes="32,64,96,128"
21
+ min_batch_sizes="1,1,1,1"
22
+ num_opt_profiles=1
23
+ model_out_heatmap_height=64
24
+ model_out_heatmap_width=48
25
+ model_out_heatmap_num=29
26
+ model_in_images="Images"
27
+ model_out_coords="Coords_Scores"
28
+ model_out_gaussian_heatmaps="G_Heatmaps"
29
+ max_tensorrt_context=1
@@ -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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(257, globals())
17
+ from axengine_1731500472_1041659107 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_1731340204_1998855010.py')):
5
+ 'axengine_1731500472_1041659107.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_1731340204_1998855010 as _axengine
12
+ import axengine_1731500472_1041659107 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_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731500472_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(6, globals())
@@ -1,3 +1 @@
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
1
+ [common]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mocap-desktop-gui
3
- Version: 0.16.2
3
+ Version: 0.17.0
4
4
  Summary:
5
5
  Author: Move.ai
6
6
  Requires-Python: >=3.10,<3.13
@@ -0,0 +1,61 @@
1
+ mocap_desktop_gui/__init__.py,sha256=hQBNL1fRc5Nbo-u54itM9_--G9dTYhq_aOKuW-FuHT0,726
2
+ mocap_desktop_gui/axengine_1731500472_1041659107.py,sha256=MPe0tLBSJbSaiQqhg-yj510QdB4h7dPi3OllrvOWQ_U,438498
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=IwYWkcysIw_fu0aHQrkD7oVnMJ_hU_AhpNOjXys2VMI,726
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=NeiuSePfBi67JZIB8voEdIjfGBLijeMLzwlOIxcP7-4,726
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=xIkn33gQ4-RaBA_Z0TlBUAn1mGVEBVh6JQTB4MLiICE,726
6
+ mocap_desktop_gui/main.py,sha256=O9b3kuKeXNZpHb2Ls2EH8BEIKl8FuDYO5dSNEU8bhAQ,724
7
+ mocap_desktop_gui/mc/__init__.py,sha256=JfGO92VJrpII4o_L-EIPT7y-hDICLcp1pn7ojVf1EeY,726
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=8Z7S1EOrd8s8-wKKrjl0S9poOCf2-UWA-7pRs_aJ3wU,726
9
+ mocap_desktop_gui/mc/bld_utils.py,sha256=cWzWCZKsFELqCwkbRzldG1kO8rBIU8fBz9ALs09fSSs,726
10
+ mocap_desktop_gui/mc/camera_models.py,sha256=3YevM0PvQpO5iBQh1rraYuQ_jCDbv5O5qh9wO3QVWhM,726
11
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=s5LRRHOVPCM0Bajy8S-mJivbIlOJJgnmwNVoe3QLMCM,726
12
+ mocap_desktop_gui/mc/mc_auth_core.py,sha256=HzVk3gt_l5o-ufVjHZ4mff7D-O7f44e4gTtEMYx5ehA,726
13
+ mocap_desktop_gui/mc/mc_auth_service.py,sha256=IHdOBUBoBqgkBHZqJ5utqf4UWszpqwv-hiSOr4VlE84,726
14
+ mocap_desktop_gui/mc/mc_calib.py,sha256=sZ59-yI_2vn-qEZyA-etvL6fTtf6MOzeMQJ7Td0AHSg,726
15
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=5V-hNiZCN18t1aKKRLNMptHhtFsj86M2gRbryESkce4,726
16
+ mocap_desktop_gui/mc/mc_cloud_service.py,sha256=zhCsk6NogscVJfynoaSAYVH-aMf4Zop2XQN6gVSOkG8,726
17
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=DrjtH6qWYHq1m5ypbn5HOfVFTyOBGVCzVOh-bGrGmaw,726
18
+ mocap_desktop_gui/mc/mc_context.py,sha256=akbPJD8y2mqTiTqfEniBKV3y0FA_-BjX3wtDdM8-KKs,726
19
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=s2HmMP9xoqG9SkxOK3OY6bBSgnBqmgqj1jIqhi2h2kE,726
20
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=Rordn7Og_0sNjzFEZXRh9mPXXvVcWXqh7nlhoS9q7o0,726
21
+ mocap_desktop_gui/mc/mc_project.py,sha256=q_pwpjW9QEy-jNBdNhI8ZrCQHr_KRimV0pWffYOF_7o,726
22
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=Q8ogHOgCpb4v6QVw9Jm-D0Wq_6ZVRu_u8iSGhKRdFrk,725
23
+ mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=KiAdJ9_VZGwArF1KVyCTjieK_OE7y14mT7oLurGlSYc,726
24
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=LuG3gp83JzomewQLNVfgLgjiW1SgW8s7nHpT-fjCBRk,726
25
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=ITjTD23sgFbsbTBYj0f8J-V48h3L8baxYsdPzo8GHJs,726
26
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=n2xLCXkSg8A5rOGngVBSaSRBw1Hij9ESLyv3g62DrJ4,726
27
+ mocap_desktop_gui/mc/mc_take.py,sha256=I8WMloSdobA3v6BfyONcWaBcCnPHwZtkeBsvnYmt8R4,726
28
+ mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=20XHBk8Slx6P1JNwCfDziCqS8QoknU9h6BkjHy2W3RQ,726
29
+ mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=1s1kIO-edt9JDuFF0eRcgDjUkdzfJ_kolDgyyIvzPk8,726
30
+ mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=yPvm1MJkRydGwz6yS0Pk0y6Sl3bEtAl7x7AhaHwohns,726
31
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=PQaJ5R9Yf22TjgUOyQ9s0JZLfQeiIxSu8qSucotQ72Q,726
32
+ mocap_desktop_gui/mc/mc_take_local_job.py,sha256=-dlXX8YmOt_gECxQ6OOqpfzY56LVVsoG37TYBvE0lFs,725
33
+ mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=3X87OMUerdkpD4_EmcQafn8MDdKr__QRts_twU94T4g,726
34
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=wbrOarTcWT7vRRUL4nK_JHRgDCjWAXwps1PfCpQ8IHs,726
35
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=UHDxyl8arQlJLOdO3pDHNcgYSlsmOZUPcjDn3taeQTw,725
36
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=WeWvieUJmgFxGXY6xCbmiZn85LngMH1kCHTfmlZry8s,726
37
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=k0tiJv219MBf7a8BIIhHzeG4oVuL7-DPwfcgymZ20W0,726
38
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=raSL1YfNxnL9NyOR48JNF_56_OhWmpr76fJS_XJEv-4,726
39
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=rLCsliluJQleXZDNJv5Lc3GFbbg_H9ekIlsBfYbSxMM,726
40
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=chyE3rQCEmz55Rt6UxEe1fKz_gT747WzbG4LbMq8YQA,726
41
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=ajdizXT3l1XB8aKia8v8KmIB6PkRlImpUneTZdSsbNY,725
42
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=3GEsZfakpt3aFMsiTAoBYvuoCB35UwR1z2x3AJl4siA,726
43
+ mocap_desktop_gui/mc/mc_worker.py,sha256=HAuNIcgD8RPJYMzUguEAkaNgM5S0tK-jRYGiYYhkilo,726
44
+ mocap_desktop_gui/mc/qml_engine.py,sha256=aJIb4mR9vDtnhIdTuvCcueaEqapuJSHGT6tVeFnvDb4,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/pipeline_log_settings.yaml,sha256=LRUryWBeAI_1ZlU428F2Wqqd_IUWvB2CFv5X0ilBpQM,1622
52
+ mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=lLglwbLCQ2Uzx5CyLCPcADZbnJ6Brc1evcAP_XnEPmw,18134
53
+ mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=vDTZqkq8n6XfocRjJlolEj0W5sKuC5CpZvLc4KEnkFU,6483
54
+ mocap_desktop_gui/mc/settings/trt_gen_lite.ini,sha256=QavcRCmwmXTeOlO05LWVPjcVg2cZBwJ_A-dnOajyTy8,688
55
+ mocap_desktop_gui/mc/util.py,sha256=xRmEEGz8bHyCMtF7uqesU0dVBkHtLk3cc8jCMUCPtQI,726
56
+ mocap_desktop_gui/sample.py,sha256=nF8o9FSilxfFOQToU8V_VTA1DPUSmTKL_J-1RqjeI9c,724
57
+ mocap_desktop_gui/settings.ini,sha256=5zvMETGa_QWHnRN8eplSc-7_owS-7Ww03Gt_Qx1xBQA,8
58
+ mocap_desktop_gui-0.17.0.dist-info/METADATA,sha256=i77zDXYg9cAHvtn3vYCZammU9umIlOMqbaPLpS9UFjI,1024
59
+ mocap_desktop_gui-0.17.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
60
+ mocap_desktop_gui-0.17.0.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
61
+ mocap_desktop_gui-0.17.0.dist-info/RECORD,,