mocap-desktop-gui 0.7.1__py3-none-any.whl → 0.7.3__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- mocap_desktop_gui/__init__.py +4 -4
- mocap_desktop_gui/axengine_1729168719_3593238492.py +246 -0
- mocap_desktop_gui/gen/rc_icons.py +4 -4
- mocap_desktop_gui/gen/rc_qml.py +4 -4
- mocap_desktop_gui/gen/rc_style.py +4 -4
- mocap_desktop_gui/main.py +4 -4
- mocap_desktop_gui/mc/__init__.py +4 -4
- mocap_desktop_gui/mc/bld_fbx_2_glb.py +4 -4
- mocap_desktop_gui/mc/camera_models.py +4 -4
- mocap_desktop_gui/mc/mc_app_manager.py +4 -4
- mocap_desktop_gui/mc/mc_calib.py +4 -4
- mocap_desktop_gui/mc/mc_cam_ui_states.py +4 -4
- mocap_desktop_gui/mc/mc_common_paths.py +4 -4
- mocap_desktop_gui/mc/mc_context.py +4 -4
- mocap_desktop_gui/mc/mc_file_util.py +4 -4
- mocap_desktop_gui/mc/mc_import_folder.py +4 -4
- mocap_desktop_gui/mc/mc_project.py +4 -4
- mocap_desktop_gui/mc/mc_project_manager.py +4 -4
- mocap_desktop_gui/mc/mc_sync_media_player.py +4 -4
- mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +4 -4
- mocap_desktop_gui/mc/mc_sync_video_paint_item.py +4 -4
- mocap_desktop_gui/mc/mc_take.py +4 -4
- mocap_desktop_gui/mc/mc_take_list_model.py +4 -4
- mocap_desktop_gui/mc/mc_take_run.py +4 -4
- mocap_desktop_gui/mc/mc_take_run_common.py +4 -4
- mocap_desktop_gui/mc/mc_take_run_data_prep.py +4 -4
- mocap_desktop_gui/mc/mc_take_run_settings.py +4 -4
- mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +4 -4
- mocap_desktop_gui/mc/mc_take_runs_local_manager.py +4 -4
- mocap_desktop_gui/mc/mc_take_runs_manager.py +4 -4
- mocap_desktop_gui/mc/mc_take_settings.py +4 -4
- mocap_desktop_gui/mc/mc_take_video_model.py +4 -4
- mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +4 -4
- mocap_desktop_gui/mc/qml_engine.py +4 -4
- mocap_desktop_gui/mc/settings/settings_action.yaml +1 -1
- mocap_desktop_gui/mc/util.py +4 -4
- mocap_desktop_gui/operations/__init__.py +4 -4
- mocap_desktop_gui/sample.py +4 -4
- mocap_desktop_gui/utils/__init__.py +4 -4
- {mocap_desktop_gui-0.7.1.dist-info → mocap_desktop_gui-0.7.3.dist-info}/METADATA +1 -1
- mocap_desktop_gui-0.7.3.dist-info/RECORD +51 -0
- mocap_desktop_gui/axengine_1728050058_1342889236.py +0 -246
- mocap_desktop_gui-0.7.1.dist-info/RECORD +0 -51
- {mocap_desktop_gui-0.7.1.dist-info → mocap_desktop_gui-0.7.3.dist-info}/WHEEL +0 -0
- {mocap_desktop_gui-0.7.1.dist-info → mocap_desktop_gui-0.7.3.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
|
-
'
|
5
|
+
'axengine_1729168719_3593238492.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
|
12
|
+
import axengine_1729168719_3593238492 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1729168719_3593238492 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(180, 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
|
-
'
|
5
|
+
'axengine_1729168719_3593238492.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
|
12
|
+
import axengine_1729168719_3593238492 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1729168719_3593238492 import WupiError, WupiLicenseError, WupiErrorCode
|
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
|
-
'
|
5
|
+
'axengine_1729168719_3593238492.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
|
12
|
+
import axengine_1729168719_3593238492 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1729168719_3593238492 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(273, 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
|
-
'
|
5
|
+
'axengine_1729168719_3593238492.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
|
12
|
+
import axengine_1729168719_3593238492 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1729168719_3593238492 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(60, globals())
|
@@ -144,7 +144,7 @@ ops_cfg:
|
|
144
144
|
|
145
145
|
NewTrackRequireHandOverShoulder: false
|
146
146
|
|
147
|
-
NewTrackCheckInsideCaptureVolume:
|
147
|
+
NewTrackCheckInsideCaptureVolume: true
|
148
148
|
NewTrackMinCaptureVolumeEdgeDist: 0.0
|
149
149
|
NewTrackMinReprojectionError: 0.15
|
150
150
|
NewTrackMinMultiviewKeypoints: 2
|
mocap_desktop_gui/mc/util.py
CHANGED
@@ -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
|
-
'
|
5
|
+
'axengine_1729168719_3593238492.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
|
12
|
+
import axengine_1729168719_3593238492 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1729168719_3593238492 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(168, 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
|
-
'
|
5
|
+
'axengine_1729168719_3593238492.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
|
12
|
+
import axengine_1729168719_3593238492 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1729168719_3593238492 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(414, globals())
|
mocap_desktop_gui/sample.py
CHANGED
@@ -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
|
-
'
|
5
|
+
'axengine_1729168719_3593238492.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
|
12
|
+
import axengine_1729168719_3593238492 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1729168719_3593238492 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(6, 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
|
-
'
|
5
|
+
'axengine_1729168719_3593238492.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
|
12
|
+
import axengine_1729168719_3593238492 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1729168719_3593238492 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(425, globals())
|
@@ -0,0 +1,51 @@
|
|
1
|
+
mocap_desktop_gui/__init__.py,sha256=uFET5lCCh89WIvNHpzJJRbAMhDHVk47U9rgHgq3q-a4,726
|
2
|
+
mocap_desktop_gui/axengine_1729168719_3593238492.py,sha256=oJaw41YgD4EyswPWC9Gv7LpqexywgH4_K3Mg761LqMU,379933
|
3
|
+
mocap_desktop_gui/gen/rc_icons.py,sha256=zqWICzKhMbiotMGB0sLO5dKmfoFXCMGJ1lZDWBo59rE,726
|
4
|
+
mocap_desktop_gui/gen/rc_qml.py,sha256=lcaHUlmbTGrETyKw2HgJiCHlL6kCWezSSM_3YtzTxTg,726
|
5
|
+
mocap_desktop_gui/gen/rc_style.py,sha256=tUklIavETiRaXAjsmht553kcjEZbydMhJaoDMnkYRdc,726
|
6
|
+
mocap_desktop_gui/main.py,sha256=ztJNY_HU3cgoAz3ppk42H1YZLEnEQ4UJbkFGEq4oZsE,724
|
7
|
+
mocap_desktop_gui/mc/__init__.py,sha256=lBPmZoXLiSzJ-DD6WX9lfSNKKLFeZsD31HeQvDo55l8,726
|
8
|
+
mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=oza6QRhjEKGH68zfYYjPh-dEo0jvWPuWN-kjrdvuYMI,726
|
9
|
+
mocap_desktop_gui/mc/camera_models.py,sha256=jfUaxNXD0XEeS15wETRhtgLrWpuFY89ci9oplytRCL8,726
|
10
|
+
mocap_desktop_gui/mc/mc_app_manager.py,sha256=NHXWkYenfqIasWayUNTKf3rMSCiIbuoBn0K_V2_K7go,726
|
11
|
+
mocap_desktop_gui/mc/mc_calib.py,sha256=OeZ9jtNFDRvGgv06-VYO3GOAELWTz7kXhOPcPiC4tPg,726
|
12
|
+
mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=8hgqh4jnjqbPtYK3FfV7q5ADO-okbmfPpHzifRyNB1M,726
|
13
|
+
mocap_desktop_gui/mc/mc_common_paths.py,sha256=HlS50aEoKy9OyMUJHUoYEHgHxQWlUDi9rTkNloHhGcU,726
|
14
|
+
mocap_desktop_gui/mc/mc_context.py,sha256=8mGK2zgIDrmk0Dw5bvjCPQgh_JIbFn3_b0qDObwvBxs,726
|
15
|
+
mocap_desktop_gui/mc/mc_file_util.py,sha256=eWjw9AR_llOwXdMgugFLcd7edAk9jTK-i0fySTfK94s,726
|
16
|
+
mocap_desktop_gui/mc/mc_import_folder.py,sha256=2ol8ZYPbVltpcnwR05s587YKMGc2ZMoatgo98X_Wnmk,726
|
17
|
+
mocap_desktop_gui/mc/mc_project.py,sha256=ocR9NWduAhOxVlyOlNbsHwB39ih-ipGytv2rwibwQMs,726
|
18
|
+
mocap_desktop_gui/mc/mc_project_manager.py,sha256=vaNWdXDMKaDVbm9RKnFamK1E183DW5WdRHbNKUwCWFs,725
|
19
|
+
mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=89zjP-3ZkMwTfK7mOhqtbRSyDuXZuhlraxW78lnJAYo,726
|
20
|
+
mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=2Pkdo4NzGGtEqy3u2eITZE2LcSuytZEt6RUS2_-x2M0,726
|
21
|
+
mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=KNlASyDT6tB-kv3EYEf8peMkKpvrZxeLnbuBKIhHL-g,726
|
22
|
+
mocap_desktop_gui/mc/mc_take.py,sha256=30yHfx6SibiLpi9Wmn08L1tNrsrpw6gXKYs6F_BuhdI,726
|
23
|
+
mocap_desktop_gui/mc/mc_take_list_model.py,sha256=qla77e9tSg9r8JXSoZQAlSLrO7GJnRZW1bjmSKoZ7BM,726
|
24
|
+
mocap_desktop_gui/mc/mc_take_run.py,sha256=jFmBZz2-HHkcth_VZkpy4JUs-lCjRpqNprVCtq3vzEU,726
|
25
|
+
mocap_desktop_gui/mc/mc_take_run_common.py,sha256=Diq7FE35nj9mFcI4Z9GDoovXokINC-N_QzNI42Tc-Dg,726
|
26
|
+
mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=DgCa_ga8xPIkpliV3URD5Vzm_jr2gdIOQaq1q478gxA,725
|
27
|
+
mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=giDCln213j3m-rpoVbW4PYfd2FCZNGM3HKqAknPYCwU,726
|
28
|
+
mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=l-MATvIB6glfXpSx8p0SsJO4YXXru5Ycm2P5M-20m0c,726
|
29
|
+
mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=YI940MqPylwjaHQfyaeCZKsbSRamZFL53Yq71Qn045k,726
|
30
|
+
mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=_h3sXZlA7h0J1EW8i0WesbWdree8RjQE0BOgzbB5hFI,726
|
31
|
+
mocap_desktop_gui/mc/mc_take_settings.py,sha256=wAaA9jqlDwlog8NoTRRwzI-kd_lLnAxfVI6yk4YElko,726
|
32
|
+
mocap_desktop_gui/mc/mc_take_video_model.py,sha256=ddG7ggX8FnyRHpt82Gt3KgbwJJp1Bk0XOi6zpu9Nsmw,725
|
33
|
+
mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=I1yt-BN34uCP_1VBoY11zUjinDrmKHWeQWWY7uWBxMM,726
|
34
|
+
mocap_desktop_gui/mc/qml_engine.py,sha256=Bry91HQdKdKWtlXVw_0N10dYTjzPUqe2jO4wWVwMbIs,725
|
35
|
+
mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
|
36
|
+
mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
|
37
|
+
mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
|
38
|
+
mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
|
39
|
+
mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
|
40
|
+
mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
|
41
|
+
mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=sfTbuupKfB3U4fYOEktKyBNRCw3jdZ26QLHnItNaDFs,18132
|
42
|
+
mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=BUnBgmHlD-JWLKtvciwY7ekhznsANRYvPPH_Hs_GI2s,6482
|
43
|
+
mocap_desktop_gui/mc/util.py,sha256=pQrwDzpUZSCCXVbsrB1q7tS70ZMe7mzn4_5KSKkg9po,726
|
44
|
+
mocap_desktop_gui/operations/__init__.py,sha256=m8bHOrngA25UaBGwgRKQI0RpgMPNAq5_0e-i4XA84DA,726
|
45
|
+
mocap_desktop_gui/sample.py,sha256=BS7IFuGe0WsjP1tmS3f0sh6eOybHAZiLY0KMRKrfzHA,724
|
46
|
+
mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
|
47
|
+
mocap_desktop_gui/utils/__init__.py,sha256=zfN5amfXtLkqIvxs2M_3opPoiA0dKlYN4sDpL31Av4c,726
|
48
|
+
mocap_desktop_gui-0.7.3.dist-info/METADATA,sha256=gCe1il1iukUT8IbnOLDD4YJcItd42J0TSGSbLFqSV_M,930
|
49
|
+
mocap_desktop_gui-0.7.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
50
|
+
mocap_desktop_gui-0.7.3.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
|
51
|
+
mocap_desktop_gui-0.7.3.dist-info/RECORD,,
|