pymomentum-cpu 0.1.82.post0__cp312-cp312-macosx_14_0_arm64.whl → 0.1.83.post0__cp312-cp312-macosx_14_0_arm64.whl
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.
Potentially problematic release.
This version of pymomentum-cpu might be problematic. Click here for more details.
- include/axel/DualContouring.h +1 -1
- include/axel/MeshToSdf.h +10 -10
- include/axel/SimdKdTree.h +19 -19
- include/axel/math/CoplanarityCheck.h +4 -4
- include/axel/math/MeshHoleFilling.h +9 -9
- include/momentum/character/blend_shape.h +4 -4
- include/momentum/character/blend_shape_base.h +1 -1
- include/momentum/character/character_utility.h +1 -1
- include/momentum/character/linear_skinning.h +2 -2
- include/momentum/character/parameter_transform.h +2 -2
- include/momentum/character_sequence_solver/model_parameters_sequence_error_function.h +9 -9
- include/momentum/character_sequence_solver/multipose_solver_function.h +1 -1
- include/momentum/character_sequence_solver/sequence_error_function.h +9 -9
- include/momentum/character_sequence_solver/sequence_solver_function.h +1 -1
- include/momentum/character_sequence_solver/state_sequence_error_function.h +9 -9
- include/momentum/character_sequence_solver/vertex_sequence_error_function.h +14 -14
- include/momentum/character_solver/constraint_error_function.h +2 -2
- include/momentum/character_solver/pose_prior_error_function.h +1 -1
- include/momentum/character_solver/skeleton_solver_function.h +2 -2
- include/momentum/gui/rerun/logger.h +6 -6
- include/momentum/io/character_io.h +3 -3
- include/momentum/io/common/gsl_utils.h +2 -2
- include/momentum/io/common/stream_utils.h +4 -4
- include/momentum/io/fbx/fbx_io.h +59 -12
- include/momentum/io/fbx/fbx_memory_stream.h +3 -3
- include/momentum/io/fbx/openfbx_loader.h +10 -3
- include/momentum/io/fbx/polygon_data.h +3 -3
- include/momentum/io/gltf/gltf_builder.h +2 -2
- include/momentum/io/gltf/gltf_io.h +6 -6
- include/momentum/io/gltf/utils/accessor_utils.h +6 -6
- include/momentum/io/legacy_json/legacy_json_io.h +2 -2
- include/momentum/io/marker/marker_io.h +1 -1
- include/momentum/io/motion/mmo_io.h +7 -7
- include/momentum/io/skeleton/locator_io.h +2 -2
- include/momentum/io/skeleton/mppca_io.h +2 -2
- include/momentum/io/skeleton/parameter_transform_io.h +3 -3
- include/momentum/io/urdf/urdf_io.h +3 -3
- include/momentum/io/usd/usd_io.h +2 -2
- include/momentum/marker_tracking/app_utils.h +1 -1
- include/momentum/marker_tracking/marker_tracker.h +8 -8
- include/momentum/marker_tracking/tracker_utils.h +2 -2
- include/momentum/math/mppca.h +1 -1
- include/momentum/math/online_householder_qr.h +5 -5
- include/momentum/math/transform.h +2 -2
- include/momentum/math/types.h +10 -10
- include/momentum/math/utility.h +2 -2
- include/momentum/rasterizer/rasterizer.h +24 -24
- lib/cmake/axel/axelTargets.cmake +1 -1
- lib/libarrow.a +0 -0
- lib/libarrow_bundled_dependencies.a +0 -0
- lib/libaxel.a +0 -0
- lib/libmomentum_app_utils.a +0 -0
- lib/libmomentum_character.a +0 -0
- lib/libmomentum_character_sequence_solver.a +0 -0
- lib/libmomentum_character_solver.a +0 -0
- lib/libmomentum_common.a +0 -0
- lib/libmomentum_diff_ik.a +0 -0
- lib/libmomentum_io.a +0 -0
- lib/libmomentum_io_common.a +0 -0
- lib/libmomentum_io_fbx.a +0 -0
- lib/libmomentum_io_gltf.a +0 -0
- lib/libmomentum_io_legacy_json.a +0 -0
- lib/libmomentum_io_marker.a +0 -0
- lib/libmomentum_io_motion.a +0 -0
- lib/libmomentum_io_shape.a +0 -0
- lib/libmomentum_io_skeleton.a +0 -0
- lib/libmomentum_io_urdf.a +0 -0
- lib/libmomentum_marker_tracker.a +0 -0
- lib/libmomentum_math.a +0 -0
- lib/libmomentum_online_qr.a +0 -0
- lib/libmomentum_process_markers.a +0 -0
- lib/libmomentum_rerun.a +0 -0
- lib/libmomentum_simd_constraints.a +0 -0
- lib/libmomentum_simd_generalized_loss.a +0 -0
- lib/libmomentum_skeleton.a +0 -0
- lib/libmomentum_solver.a +0 -0
- lib/librerun_sdk.a +0 -0
- pymomentum/axel.cpython-312-darwin.so +0 -0
- pymomentum/geometry.cpython-312-darwin.so +0 -0
- pymomentum/marker_tracking.cpython-312-darwin.so +0 -0
- pymomentum/solver.cpython-312-darwin.so +0 -0
- pymomentum/solver2.cpython-312-darwin.so +0 -0
- {pymomentum_cpu-0.1.82.post0.dist-info → pymomentum_cpu-0.1.83.post0.dist-info}/METADATA +6 -4
- {pymomentum_cpu-0.1.82.post0.dist-info → pymomentum_cpu-0.1.83.post0.dist-info}/RECORD +86 -86
- {pymomentum_cpu-0.1.82.post0.dist-info → pymomentum_cpu-0.1.83.post0.dist-info}/WHEEL +0 -0
- {pymomentum_cpu-0.1.82.post0.dist-info → pymomentum_cpu-0.1.83.post0.dist-info}/licenses/LICENSE +0 -0
|
@@ -5,14 +5,14 @@ include/axel/BvhCommon.h,sha256=ohbaneyYM7fzXOq1x3He1swM5ZC1w54YhHdnFPUCkDM,1144
|
|
|
5
5
|
include/axel/BvhEmbree.h,sha256=9qj2Q2gTCUt7v2dzOMYWGP9HkzN0y6NZ61spAk_AJ34,2669
|
|
6
6
|
include/axel/BvhFactory.h,sha256=7Nlc33lHkKd0Bc0ZEkJVy4bOc9Mm0Gp0JKk1DZF24KY,1085
|
|
7
7
|
include/axel/Checks.h,sha256=uiwJzA2xd-3VHz7l1U3RzFM8MVWK-oqsZtHY3pOJAR0,410
|
|
8
|
-
include/axel/DualContouring.h,sha256=
|
|
8
|
+
include/axel/DualContouring.h,sha256=TnzV3RS11RpiRr6yMl82Jp__JcHS-JKuS9RdGoDucv0,2382
|
|
9
9
|
include/axel/KdTree.h,sha256=RZaEnBhIX_Ka5dEUuB6xUsgPNKJFOkq_zOBNNOXuz9k,7291
|
|
10
10
|
include/axel/Log.h,sha256=aWaE3U39s1NszUz09mm3Oo98E_zcY6Y6KknpOAXfbPw,385
|
|
11
|
-
include/axel/MeshToSdf.h,sha256=
|
|
11
|
+
include/axel/MeshToSdf.h,sha256=hi90PBuj9oJ-v08KcxLmZFC_Yyz9exwDu57WMGXVZaM,3954
|
|
12
12
|
include/axel/Profile.h,sha256=W6a4RbDJ5-4ossngYgCIjlXA5DN_94ufRwD2pt4wf_E,2443
|
|
13
13
|
include/axel/Ray.h,sha256=S3xkZiDTffCaGOeSprRLnWlZ_qIZx8H55ZWtCTDNFEc,1259
|
|
14
14
|
include/axel/SignedDistanceField.h,sha256=t1NiZDFOD1wYcz3VMul3-7PG072CK5ks9SIBmqbHRqs,7958
|
|
15
|
-
include/axel/SimdKdTree.h,sha256=
|
|
15
|
+
include/axel/SimdKdTree.h,sha256=WIlKTh_zqX4hd9_uuQaDKuw34Tv0Q5zbZf_ItelYa_k,18120
|
|
16
16
|
include/axel/TriBvh.h,sha256=0RpwyuMhAAGzyusxZMKaDm0jf_UZUDL3uxKu--b-n_w,5226
|
|
17
17
|
include/axel/TriBvhEmbree.h,sha256=2tP_eNYQAwl-iIWe-9F6gb4n0vxJi1OcFr_X8f3dd68,1546
|
|
18
18
|
include/axel/common/Constants.h,sha256=3Nl1WpGC-yR4LLiYO5WlxshePx1o5Plpz5Y9vErODog,751
|
|
@@ -20,31 +20,31 @@ include/axel/common/Types.h,sha256=I-QeKvvQjmpcIhaCjfX3KGVaZqUXr7F0-B9_FLtkqFc,4
|
|
|
20
20
|
include/axel/common/VectorizationTypes.h,sha256=tiRSaNgfmJEGHiU6lulLwev2GB1yuGIm5R4-uosTe1s,1801
|
|
21
21
|
include/axel/math/BoundingBoxUtils.h,sha256=dsm9W6RzOcGaVVbeI1aVrvw5gpv2hO-Ee7HvVhdRmNM,1617
|
|
22
22
|
include/axel/math/ContinuousCollisionDetection.h,sha256=gsQA1RP57MqbnCKlzKl35za3haJdDK3xFIrzSDBZDuo,1522
|
|
23
|
-
include/axel/math/CoplanarityCheck.h,sha256=
|
|
23
|
+
include/axel/math/CoplanarityCheck.h,sha256=IDOjpgQS4Ya5fEtgWqy4ZmVhZQuls4Ja6KKS03l3oTE,799
|
|
24
24
|
include/axel/math/EdgeEdgeDistance.h,sha256=SAngByRhfoUg4BzIElLSpP2pQ2rZfgHlaz8rH5xoNBI,671
|
|
25
|
-
include/axel/math/MeshHoleFilling.h,sha256=
|
|
25
|
+
include/axel/math/MeshHoleFilling.h,sha256=ZXjaWUkP8KWMUYi0IQ6uY8SxALzUkovsPGThYrssjm0,3381
|
|
26
26
|
include/axel/math/PointTriangleProjection.h,sha256=dP4yP5XY8nrafx9n6pPUYt_8tNXDudvvWyyvrhFh5GA,790
|
|
27
27
|
include/axel/math/PointTriangleProjectionDefinitions.h,sha256=XfF0ols7ELZUqJQqaHsh_TnwEXAF4WVX0c5U_tOLvEs,6785
|
|
28
28
|
include/axel/math/RayTriangleIntersection.h,sha256=dGC0GpT7vBp2EFOibV6ZP5smoysHNjbgxdxxyM6sB7o,854
|
|
29
|
-
include/momentum/character/blend_shape.h,sha256=
|
|
30
|
-
include/momentum/character/blend_shape_base.h,sha256
|
|
29
|
+
include/momentum/character/blend_shape.h,sha256=vOZsglvdayMMtt2ypXXO0P3nFZx6BwlyPruzbHTIF2c,3108
|
|
30
|
+
include/momentum/character/blend_shape_base.h,sha256=STZF2ty1tWXwdRIGLXXI95G1T6yKKUymFjlVk5f_Eis,2065
|
|
31
31
|
include/momentum/character/blend_shape_skinning.h,sha256=FQocjnLOLcXUShjciQvWXZ-G3EdFQB87-MdQIDJQQwE,4236
|
|
32
32
|
include/momentum/character/character.h,sha256=GFfKZyGIxInIuMsCUlBCBHN9xCXUT8SRHbBUcFpSnyk,10943
|
|
33
33
|
include/momentum/character/character_state.h,sha256=hVmaC1uq7vIa5mbiK5kqLm4U-U9pRuwpQYT_yoBZfsc,3620
|
|
34
|
-
include/momentum/character/character_utility.h,sha256=
|
|
34
|
+
include/momentum/character/character_utility.h,sha256=3yDShHVs01JVKDcWpJsQY0kCTUsCjpjJy3_t8Zi0CVI,5885
|
|
35
35
|
include/momentum/character/collision_geometry.h,sha256=IasSVwDxUFnQCpbUcG-gm-svfV4mlZm4lyGjFJwAyZA,2124
|
|
36
36
|
include/momentum/character/collision_geometry_state.h,sha256=FQcO0_2Vpdkn3ssdt8vYPK2DtbkOEGmTLEUSLvqoqMI,4641
|
|
37
37
|
include/momentum/character/fwd.h,sha256=9MQ0Pg8tD4dQe4pBEayCozIzwZWDnZVCZtom_ve7wZo,11606
|
|
38
38
|
include/momentum/character/inverse_parameter_transform.h,sha256=yEbxKAh0_iVOJl3IGxCik4eN9BCzbv1oGuSbcWOtiWI,2184
|
|
39
39
|
include/momentum/character/joint.h,sha256=aMtutAZXzdYUFYL45FDPlSkBiPornno-I0HIfC1o89g,2304
|
|
40
40
|
include/momentum/character/joint_state.h,sha256=2j8IR4f9crIk5G54kmc2EqAwlDMDzNhmyG0odMT8wC4,7373
|
|
41
|
-
include/momentum/character/linear_skinning.h,sha256=
|
|
41
|
+
include/momentum/character/linear_skinning.h,sha256=_mThQOYjBAMQ94_g_zvMxGldrCEidL8QUn0DEyKJMBw,6199
|
|
42
42
|
include/momentum/character/locator.h,sha256=9oUv7paHmNk0aSjM2vDIaqUhZlMgB2SYcROr4BWB2F8,2914
|
|
43
43
|
include/momentum/character/locator_state.h,sha256=3h-nMRxcRsG_yDp65HvIpnHnkXVr7d0u6cAzfoJv_Ds,1492
|
|
44
44
|
include/momentum/character/marker.h,sha256=rwDBr_deazIMYosvaaCCyBz82wiWilrrd50HyhRisqQ,1534
|
|
45
45
|
include/momentum/character/mesh_state.h,sha256=ITAPkwS9uS4sNTgWrZFDdnumJIXjzA1Ym_VgsC_odAo,2481
|
|
46
46
|
include/momentum/character/parameter_limits.h,sha256=ujnu08WNYjzx8N48H1ozSe_n5Tyn35foqmMXiwwwllE,3657
|
|
47
|
-
include/momentum/character/parameter_transform.h,sha256=
|
|
47
|
+
include/momentum/character/parameter_transform.h,sha256=Wo3tirGLNCRWoI_smDzFv6yipFzTaWlLJcyHA2g2Dco,10826
|
|
48
48
|
include/momentum/character/pose_shape.h,sha256=HpUVg_ST3xhQ-zE8eXFpz-oo_Vy1WarS8D4XfHg7f0c,2463
|
|
49
49
|
include/momentum/character/skeleton.h,sha256=KN-IEoScDkMQtHng7vQNngzubXqc4Gxai9A0LRGrSO4,2844
|
|
50
50
|
include/momentum/character/skeleton_state.h,sha256=hsR3GyHYb644ue44D_8UrEUxzwryAmnT14euMNOLfvE,6630
|
|
@@ -53,19 +53,19 @@ include/momentum/character/skin_weights.h,sha256=ePN3zmBDcbG_KJGgMUTzj-tH7tcMHg4
|
|
|
53
53
|
include/momentum/character/skinned_locator.h,sha256=cAbrmDEErqwHE5VSRUMYimbxKDCevVLlq4hpCO-8FuI,3219
|
|
54
54
|
include/momentum/character/types.h,sha256=p6C5ag8t8JyPpTmbjYqW2Ld8x0bK3D9lYH7nXNGx6OY,6801
|
|
55
55
|
include/momentum/character_sequence_solver/fwd.h,sha256=YDdBqHrF5FQqPE7-bMExkdTy8fot-KbMKTm04VS97X4,11148
|
|
56
|
-
include/momentum/character_sequence_solver/model_parameters_sequence_error_function.h,sha256=
|
|
56
|
+
include/momentum/character_sequence_solver/model_parameters_sequence_error_function.h,sha256=E9R0FEoSiaudAvnvFWcswXePen1gglITbdCIcxtW3AY,2159
|
|
57
57
|
include/momentum/character_sequence_solver/multipose_solver.h,sha256=24p495xvB_yF8aUFiMeCUf74iVoYjERelUenqkACWyo,1502
|
|
58
|
-
include/momentum/character_sequence_solver/multipose_solver_function.h,sha256=
|
|
59
|
-
include/momentum/character_sequence_solver/sequence_error_function.h,sha256=
|
|
58
|
+
include/momentum/character_sequence_solver/multipose_solver_function.h,sha256=T2-UXzzO_b599HXMyaxJzNP7qKU5F3UPnOSttqq7HHU,2674
|
|
59
|
+
include/momentum/character_sequence_solver/sequence_error_function.h,sha256=vZSXReuVvl6e4XO0pt8oxjEXtsNlXTQEn78oxieN0ak,3277
|
|
60
60
|
include/momentum/character_sequence_solver/sequence_solver.h,sha256=YftMwRqsXfapUK-VZi849wtUEKEOl8t25oL4oHBooJc,4395
|
|
61
|
-
include/momentum/character_sequence_solver/sequence_solver_function.h,sha256=
|
|
62
|
-
include/momentum/character_sequence_solver/state_sequence_error_function.h,sha256=
|
|
63
|
-
include/momentum/character_sequence_solver/vertex_sequence_error_function.h,sha256=
|
|
61
|
+
include/momentum/character_sequence_solver/sequence_solver_function.h,sha256=FFzsQfgGmnO41PNryfKG3F3AQv860hyYGlTaLSbCC14,4707
|
|
62
|
+
include/momentum/character_sequence_solver/state_sequence_error_function.h,sha256=l-5DMbu228xvhLhBZ-EIoRc71pMlzMsAlqykF6Bdsvo,4126
|
|
63
|
+
include/momentum/character_sequence_solver/vertex_sequence_error_function.h,sha256=muRjczQo4ZD-X-FbfPpq0ka-7AotTuSaAbjX736M_cM,4315
|
|
64
64
|
include/momentum/character_solver/aim_error_function.h,sha256=2ol3INOlR-io7nqHMJtjldzSwD-gn45dAznDt6DWhaQ,4068
|
|
65
65
|
include/momentum/character_solver/collision_error_function.h,sha256=YXvptjE-72jiuP1SN2sVaKk0qgsB3Xp4Qv6h4rcbPLI,2598
|
|
66
66
|
include/momentum/character_solver/collision_error_function_stateless.h,sha256=ru4zLDHKxkx1CrfGsAAT-twVsGVyxpHKezhSwPgwfN4,2409
|
|
67
67
|
include/momentum/character_solver/constraint_error_function-inl.h,sha256=n9tJKYO-AoVTiFRVx_YLW8AP_Os11p-GUuWkcP9EnHU,11693
|
|
68
|
-
include/momentum/character_solver/constraint_error_function.h,sha256=
|
|
68
|
+
include/momentum/character_solver/constraint_error_function.h,sha256=wjzfB3AK66rkXdrxe_uqfWbRCP1LKDSp1DIhuBnV7GY,10388
|
|
69
69
|
include/momentum/character_solver/distance_error_function.h,sha256=7ZCgxHK9l-OxOS2iIWu-Cc-AjYlScGWFaBdO3WEFm6E,2535
|
|
70
70
|
include/momentum/character_solver/error_function_utils.h,sha256=iWlO-SZnaMov7CFOypiXecFMzgbjTgwHaqqvbpr3g2Y,2332
|
|
71
71
|
include/momentum/character_solver/fixed_axis_error_function.h,sha256=2JMPQ2sK-FTwT-dHxZnLcEzVwIfPHR8_nHWHofTlxHg,4715
|
|
@@ -77,7 +77,7 @@ include/momentum/character_solver/normal_error_function.h,sha256=xZ82pt_crY8_S6b
|
|
|
77
77
|
include/momentum/character_solver/orientation_error_function.h,sha256=Jpr_6w4KOiHRWiC20yXdjcHvC1ld7RkIfn05EDQ_fVQ,2524
|
|
78
78
|
include/momentum/character_solver/plane_error_function.h,sha256=hUKcq9aGik1KruVs3Mt_LGySYuchBiyoAZ4RyUc0fu0,3673
|
|
79
79
|
include/momentum/character_solver/point_triangle_vertex_error_function.h,sha256=2e5900jpgpuugcfbt6F3_IAJwjPPYrMkH-0sG2RZgss,4726
|
|
80
|
-
include/momentum/character_solver/pose_prior_error_function.h,sha256=
|
|
80
|
+
include/momentum/character_solver/pose_prior_error_function.h,sha256=R3QjKBtfS8cNBDOcBu87w0aJJY2AHtikbIcNFg3tt1o,2380
|
|
81
81
|
include/momentum/character_solver/position_error_function.h,sha256=vJv68Yo8myRXAyr279p9gFlFRiyq3mTEWiOY_-Oq_1U,2546
|
|
82
82
|
include/momentum/character_solver/projection_error_function.h,sha256=hjFny_xrOA3jPL9xkkgA1GyZssPBece2b95rZmr-sBk,3174
|
|
83
83
|
include/momentum/character_solver/simd_collision_error_function.h,sha256=dgxGGlxhF2kmw1emNXE106JV8HQUYQQEC2xoKtjPNcQ,3058
|
|
@@ -85,7 +85,7 @@ include/momentum/character_solver/simd_normal_error_function.h,sha256=ihyJybNkY-
|
|
|
85
85
|
include/momentum/character_solver/simd_plane_error_function.h,sha256=FaXio-i3QOoUyw3egOpjvpQQrGMoRfhJ42yt0kzMyRY,5328
|
|
86
86
|
include/momentum/character_solver/simd_position_error_function.h,sha256=7s4tBadx513NLzJkVhdz-dqaltV647Z9yVdwljjQk88,5379
|
|
87
87
|
include/momentum/character_solver/skeleton_error_function.h,sha256=seAbE1XfQvCbNuMBXMXcx5epuvrNIX0E1yjFy0q9_pw,4477
|
|
88
|
-
include/momentum/character_solver/skeleton_solver_function.h,sha256=
|
|
88
|
+
include/momentum/character_solver/skeleton_solver_function.h,sha256=9ijbtE4svbvQhguBL1zP0GHpvRkUgh08JVSCWIoJJOU,3080
|
|
89
89
|
include/momentum/character_solver/skinned_locator_error_function.h,sha256=IG8CbBJxMCf0mm0-YCq7vNbwtwm9eF2m_H4Hl1CLvug,6525
|
|
90
90
|
include/momentum/character_solver/skinned_locator_triangle_error_function.h,sha256=54ipdFT2OjmXL3WLBIaFO2zjMP_rAOFrlagWipDJRMo,5148
|
|
91
91
|
include/momentum/character_solver/skinning_weight_iterator.h,sha256=O5A9dnKmG8_q7MCjAnImEp_1XfTKVDaS76p0PLePJQk,2406
|
|
@@ -119,41 +119,41 @@ include/momentum/diff_ik/fully_differentiable_state_error_function.h,sha256=N08A
|
|
|
119
119
|
include/momentum/diff_ik/fwd.h,sha256=B7DVg5pJkFuL_ebOrQyg-I3B5kjwOgDUhXMvwhqEzsE,21427
|
|
120
120
|
include/momentum/diff_ik/union_error_function.h,sha256=HoCtY9XHSnMfokFI5rrqLLcjGRo1NM630D1yARX8kds,2383
|
|
121
121
|
include/momentum/gui/rerun/eigen_adapters.h,sha256=xCDycrOXo2gNkFz43ONQAsOLtJLYKwgFOxh8KeH5RWg,2555
|
|
122
|
-
include/momentum/gui/rerun/logger.h,sha256=
|
|
122
|
+
include/momentum/gui/rerun/logger.h,sha256=wWQcuag2oGbF3GAYhmefSazywSwLygsBgdDtiMDtvwo,2995
|
|
123
123
|
include/momentum/gui/rerun/logging_redirect.h,sha256=qXa2pb8Qta8MznGTU4Dl13iDmiw7cojOUPxHOFQcTwo,903
|
|
124
|
-
include/momentum/io/character_io.h,sha256=
|
|
125
|
-
include/momentum/io/common/gsl_utils.h,sha256=
|
|
126
|
-
include/momentum/io/common/stream_utils.h,sha256=
|
|
127
|
-
include/momentum/io/fbx/fbx_io.h,sha256=
|
|
128
|
-
include/momentum/io/fbx/fbx_memory_stream.h,sha256=
|
|
129
|
-
include/momentum/io/fbx/openfbx_loader.h,sha256=
|
|
130
|
-
include/momentum/io/fbx/polygon_data.h,sha256=
|
|
131
|
-
include/momentum/io/gltf/gltf_builder.h,sha256=
|
|
124
|
+
include/momentum/io/character_io.h,sha256=iLdDlXY20eUULKQDcgwsIGHNiiQKMN6DRf83je2kJHE,2153
|
|
125
|
+
include/momentum/io/common/gsl_utils.h,sha256=U_c1W0eXxk-UPcWx3_PciMlWvkEOAJQVNBz2ULDZTYw,1955
|
|
126
|
+
include/momentum/io/common/stream_utils.h,sha256=yVeeAAJ3_lY_Zq2dpppr1ikZKcoP4Z5raSTKq-zy1hk,2108
|
|
127
|
+
include/momentum/io/fbx/fbx_io.h,sha256=imzpfLj043IgetUlRVjHdhVOd9uzCRxqqwdzwnUlylU,7196
|
|
128
|
+
include/momentum/io/fbx/fbx_memory_stream.h,sha256=pHIWdUL-lPwgsdjtMcWi07jLYp5AMh0p6sx407X5_Fk,1968
|
|
129
|
+
include/momentum/io/fbx/openfbx_loader.h,sha256=srCnPO-ZtqjoXlr5zIxp3gGOKBpgdX6dCNjV_nzdKT4,2189
|
|
130
|
+
include/momentum/io/fbx/polygon_data.h,sha256=8A4xqXlVR7tm0x5PekAubYoRMjjF6TsZVeaFDeZk3q0,2184
|
|
131
|
+
include/momentum/io/gltf/gltf_builder.h,sha256=pqS9Yd4ExH5DFV6T0JYAgnGiZE6SARBZ1YHtJymZZ_o,4699
|
|
132
132
|
include/momentum/io/gltf/gltf_file_format.h,sha256=GVDlasTyrOJoWO3y1Wd7SX3EAotr0l8ItZTclUtaXbg,519
|
|
133
|
-
include/momentum/io/gltf/gltf_io.h,sha256=
|
|
134
|
-
include/momentum/io/gltf/utils/accessor_utils.h,sha256=
|
|
133
|
+
include/momentum/io/gltf/gltf_io.h,sha256=ip8uiT45g2wCQ_DeYueCc8WuIMVjdz7OskYaMNgnFWg,6000
|
|
134
|
+
include/momentum/io/gltf/utils/accessor_utils.h,sha256=M_E9yc4uhVQ65OIF121murFYTpO9ElP-3CDw-JSF73A,9360
|
|
135
135
|
include/momentum/io/gltf/utils/coordinate_utils.h,sha256=NFxsPzEeyfM5_ffehKAnUPd_XZ-kCYQztjah034oKts,1517
|
|
136
136
|
include/momentum/io/gltf/utils/json_utils.h,sha256=yg1sNvZ1HK6tUvgVHjiGzwkdrf8OG1O8K14SwXD_W8k,3785
|
|
137
|
-
include/momentum/io/legacy_json/legacy_json_io.h,sha256=
|
|
137
|
+
include/momentum/io/legacy_json/legacy_json_io.h,sha256=v_Z8jV8jW1TcaiiRSJ2n4_Krb2HF5coxGgK3zpuU-V4,2680
|
|
138
138
|
include/momentum/io/marker/c3d_io.h,sha256=ocMAsu7kx--9gE0SYI0slpr8oVMk0WhlAz32UHadX5I,1150
|
|
139
139
|
include/momentum/io/marker/conversions.h,sha256=mzXsulY04aR8XKOFBnPHaYnUck_hPbbdfAUQqL_X5GE,2603
|
|
140
140
|
include/momentum/io/marker/coordinate_system.h,sha256=oy72AnwBisqq0loM7mxbNio9OCwIe0mjGdtVry5rKqw,780
|
|
141
|
-
include/momentum/io/marker/marker_io.h,sha256=
|
|
141
|
+
include/momentum/io/marker/marker_io.h,sha256=gs5pdOOpgic8nEy7geTxlPwkWznB1pRACcr29cpqaW8,2430
|
|
142
142
|
include/momentum/io/marker/trc_io.h,sha256=Gvx9SJvhkXgs4eMkqUFANA-eqGnHftsbMzaEy-6F0uU,1046
|
|
143
|
-
include/momentum/io/motion/mmo_io.h,sha256=
|
|
143
|
+
include/momentum/io/motion/mmo_io.h,sha256=dMQffJF0sBQzSZYOhHr4o-6D9pjorPVdqSp9oG23_gI,3572
|
|
144
144
|
include/momentum/io/shape/blend_shape_io.h,sha256=IEKxC5m9EkVfQ8BfDmyyoeFSqz0Dipubwaf4iGWMwfc,2827
|
|
145
145
|
include/momentum/io/shape/pose_shape_io.h,sha256=sa65aToxyGvEFnKjKgtDyFj9cFg0JFFXnerW51PGvXM,658
|
|
146
|
-
include/momentum/io/skeleton/locator_io.h,sha256=
|
|
147
|
-
include/momentum/io/skeleton/mppca_io.h,sha256=
|
|
146
|
+
include/momentum/io/skeleton/locator_io.h,sha256=Oqw5HJlNFdfGNwpz8Oi_vS2OQh2Da4LG5q4XUqVHMJY,1156
|
|
147
|
+
include/momentum/io/skeleton/mppca_io.h,sha256=CHk1g7jbizHLGUvq9ju8KJBCf9wOpR0xy5CbffcxL78,606
|
|
148
148
|
include/momentum/io/skeleton/parameter_limits_io.h,sha256=fIuMQMr5XfDsxVy6GH1hTCpdLSxTXKshEV4kw6Z4nZ0,646
|
|
149
|
-
include/momentum/io/skeleton/parameter_transform_io.h,sha256=
|
|
149
|
+
include/momentum/io/skeleton/parameter_transform_io.h,sha256=aylobIVdqQgfoJNvI10coBJ_D_yMqc0_FR2F4t0rjSE,1267
|
|
150
150
|
include/momentum/io/skeleton/parameters_io.h,sha256=knjCBZdInqVB245cgjqg77QNMKAcs6dy8hwTi_yipeM,477
|
|
151
|
-
include/momentum/io/urdf/urdf_io.h,sha256=
|
|
152
|
-
include/momentum/io/usd/usd_io.h,sha256=
|
|
153
|
-
include/momentum/marker_tracking/app_utils.h,sha256=
|
|
154
|
-
include/momentum/marker_tracking/marker_tracker.h,sha256=
|
|
151
|
+
include/momentum/io/urdf/urdf_io.h,sha256=E9sM0pAxNUTkRJH6oHUO2n9llDZSrylYuLAmGBxAwz4,703
|
|
152
|
+
include/momentum/io/usd/usd_io.h,sha256=9-NSwOHoWr3ZjDIaDfUlPI6POdWY-yiMzaY0y8XxZ0U,1047
|
|
153
|
+
include/momentum/marker_tracking/app_utils.h,sha256=W4pgPNBjRLDIm-RQ4HwKJNEWQzkUVY5oZTRxFmgSIzw,2246
|
|
154
|
+
include/momentum/marker_tracking/marker_tracker.h,sha256=rXzMdN6KNOSW1PMNdgkuL6CSNJX4uuXk9WslP07gQdc,9700
|
|
155
155
|
include/momentum/marker_tracking/process_markers.h,sha256=uq8Ggp0f9L2mlfvg-Uhh04_BsfLnTGWVu679eWJOOho,2364
|
|
156
|
-
include/momentum/marker_tracking/tracker_utils.h,sha256=
|
|
156
|
+
include/momentum/marker_tracking/tracker_utils.h,sha256=o6AdGZtimazXyihCnvBH4R3KjXBzRPt3xhxHjOnY_cY,3542
|
|
157
157
|
include/momentum/math/constants.h,sha256=3-N6z_CJXuNSkY0gZrQjtG33FcP-wLStm5Bd0Yu6lxI,2597
|
|
158
158
|
include/momentum/math/covariance_matrix.h,sha256=gMw706nOScA2pftNVphyU1J7fdbn9blBWgJMouMUv9A,3067
|
|
159
159
|
include/momentum/math/fmt_eigen.h,sha256=3V_1UzvMJmKgEI3oYvrOViLbqiOLLdUmpgaAe1JgUyg,572
|
|
@@ -161,19 +161,19 @@ include/momentum/math/fwd.h,sha256=JHUTM5P89VHavU2zmEDkIuN7jOQz7ABugF13_TijioA,5
|
|
|
161
161
|
include/momentum/math/generalized_loss.h,sha256=NE1_T1um01ztbF_nlq-LhScUs_WqCCVauLciBxgtGVQ,2178
|
|
162
162
|
include/momentum/math/intersection.h,sha256=3ERJbUOH8XzGxgANIcVRFFkIaaqpVdIiS_Wf7cbAqdY,965
|
|
163
163
|
include/momentum/math/mesh.h,sha256=HryP6LPojHgw1BjwNpxFfFsENrGl-VcPbV7OGjmDKvU,3072
|
|
164
|
-
include/momentum/math/mppca.h,sha256=
|
|
165
|
-
include/momentum/math/online_householder_qr.h,sha256=
|
|
164
|
+
include/momentum/math/mppca.h,sha256=n7wqZOSCE2H4NQoEkOk3lWLrYGNIE_iEI1vn1yARI78,1712
|
|
165
|
+
include/momentum/math/online_householder_qr.h,sha256=hH8GlwmLZm0b0yyS2bzn7ptvTsu3xKUgAVznUBqenOE,18754
|
|
166
166
|
include/momentum/math/random-inl.h,sha256=o9rDGxn9ucfjOtHiZEy6oSb6eNQkf3bf3BjfsKYlbWE,13320
|
|
167
167
|
include/momentum/math/random.h,sha256=CmJzX8ovktMn2P-VcZPy7GckvwNmDCf5eiE2cGWLpcQ,12782
|
|
168
168
|
include/momentum/math/simd_generalized_loss.h,sha256=GxqOcU-4WUHgx1aigUiZtb9BayS_hwf-ihg0B8CMMp8,1245
|
|
169
|
-
include/momentum/math/transform.h,sha256=
|
|
170
|
-
include/momentum/math/types.h,sha256=
|
|
171
|
-
include/momentum/math/utility.h,sha256=
|
|
169
|
+
include/momentum/math/transform.h,sha256=24znrbupNW3vRMvgROHLu1Batc1cxz6nAC5v7RuWrkQ,7188
|
|
170
|
+
include/momentum/math/types.h,sha256=vZ_BwuQd6440OwQ6whXyEXKz0eo4DuJv4a8GhLs1pzo,15085
|
|
171
|
+
include/momentum/math/utility.h,sha256=20KoLixrJt8zY1OQLqqUortIWLnN9yOz35_wAg9Zsxo,8955
|
|
172
172
|
include/momentum/rasterizer/camera.h,sha256=EYK3kbfziWEsdOAuUocNtSufYrI499TJg6TJumS7lvs,18117
|
|
173
173
|
include/momentum/rasterizer/fwd.h,sha256=49Y_-tQWJbPzF0ZjiVNeWmRNuLDPJexMAs2VSN2YxFI,2708
|
|
174
174
|
include/momentum/rasterizer/geometry.h,sha256=4eUey9prNnHxy7ecchgXeZHzAbGWO1CGjpINltVJHzg,2856
|
|
175
175
|
include/momentum/rasterizer/image.h,sha256=athjvcQ7mPlh3rLGQNmB-GGnnfjTjzZo8TKkctrhVsA,479
|
|
176
|
-
include/momentum/rasterizer/rasterizer.h,sha256=
|
|
176
|
+
include/momentum/rasterizer/rasterizer.h,sha256=pkBurUL3LmxIHnK6he0f8D3UAgx_1Cd8beRvyJOiWYw,25506
|
|
177
177
|
include/momentum/rasterizer/tensor.h,sha256=VhN71K5NCA1Vr7ZlTdoxFo5pd6JvW_t0iJ956HYdifc,4188
|
|
178
178
|
include/momentum/rasterizer/utility.h,sha256=Oe4rYDw_AwMFwUUjAadJGsrS-20ROzm7sny0R5Nh890,8326
|
|
179
179
|
include/momentum/simd/simd.h,sha256=8QwD0HE4k9GYKgEl8fz4Z-Ch9GxbJd8VVXxMxsqNtKs,7966
|
|
@@ -452,7 +452,7 @@ include/rerun/type_traits.hpp,sha256=qyGCj4nUo_oHrnvE2vqXkQEAcTK8sytkfI07eM97NV8
|
|
|
452
452
|
include/rerun.hpp,sha256=_dePvx6iD6O9p0gKvvZRHCCmso3IeyISyPBjoF3qrs0,3050
|
|
453
453
|
lib/cmake/axel/axel-config.cmake,sha256=gTDQ-zK9pDcMzFmSoKorPKVbCaeUhK6JVGMmui1QX64,1372
|
|
454
454
|
lib/cmake/axel/axelTargets-release.cmake,sha256=70WWJMCgKdg3q_qvXHWlwSwJhQzdjJTY5IbCxFkMMPU,819
|
|
455
|
-
lib/cmake/axel/axelTargets.cmake,sha256=
|
|
455
|
+
lib/cmake/axel/axelTargets.cmake,sha256=2_U69SKdeDf2HjsGvQVUUdS5fPWuOvSIWQJNhjjXqBc,4231
|
|
456
456
|
lib/cmake/momentum/Findre2.cmake,sha256=bKFmT9xqyT87uOjOojiR3uAzIx09X1jVVtMtw8feDM4,1290
|
|
457
457
|
lib/cmake/momentum/momentum-config.cmake,sha256=Ma8BDkEqOBeFAuKj5HaZY8HP2_vXGfI1v3WFI325SJA,1993
|
|
458
458
|
lib/cmake/momentum/momentumTargets-release.cmake,sha256=0BHjhHRjBcvgrfmKjv0Rj0i6HEs17V5ohKghuvBSDG0,13417
|
|
@@ -461,52 +461,52 @@ lib/cmake/rerun_sdk/rerun_sdkConfig.cmake,sha256=tM354ILzwyzNgI4N6iINv-z3StdaC9I
|
|
|
461
461
|
lib/cmake/rerun_sdk/rerun_sdkConfigVersion.cmake,sha256=pkP-Dk2ua51-lUaTXsyrol2-gkTmJ9cVmQBOc_YBBXk,3252
|
|
462
462
|
lib/cmake/rerun_sdk/rerun_sdkTargets-release.cmake,sha256=oJmUbA8vo_Af5olAGr7JcaiuRPU4dihtdClmCq11ADY,824
|
|
463
463
|
lib/cmake/rerun_sdk/rerun_sdkTargets.cmake,sha256=BNlHggsz8G6CC3ypFIFo4xMQVy5c2aSaGJr7nQTmLIM,4255
|
|
464
|
-
lib/libarrow.a,sha256=
|
|
465
|
-
lib/libarrow_bundled_dependencies.a,sha256=
|
|
466
|
-
lib/libaxel.a,sha256=
|
|
467
|
-
lib/libmomentum_app_utils.a,sha256=
|
|
468
|
-
lib/libmomentum_character.a,sha256=
|
|
469
|
-
lib/libmomentum_character_sequence_solver.a,sha256=
|
|
470
|
-
lib/libmomentum_character_solver.a,sha256=
|
|
471
|
-
lib/libmomentum_common.a,sha256=
|
|
472
|
-
lib/libmomentum_diff_ik.a,sha256=
|
|
473
|
-
lib/libmomentum_io.a,sha256=
|
|
474
|
-
lib/libmomentum_io_common.a,sha256=
|
|
475
|
-
lib/libmomentum_io_fbx.a,sha256=
|
|
476
|
-
lib/libmomentum_io_gltf.a,sha256=
|
|
477
|
-
lib/libmomentum_io_legacy_json.a,sha256=
|
|
478
|
-
lib/libmomentum_io_marker.a,sha256=
|
|
479
|
-
lib/libmomentum_io_motion.a,sha256=
|
|
480
|
-
lib/libmomentum_io_shape.a,sha256=
|
|
481
|
-
lib/libmomentum_io_skeleton.a,sha256=
|
|
482
|
-
lib/libmomentum_io_urdf.a,sha256=
|
|
483
|
-
lib/libmomentum_marker_tracker.a,sha256=
|
|
484
|
-
lib/libmomentum_math.a,sha256=
|
|
485
|
-
lib/libmomentum_online_qr.a,sha256=
|
|
486
|
-
lib/libmomentum_process_markers.a,sha256=
|
|
487
|
-
lib/libmomentum_rerun.a,sha256=
|
|
488
|
-
lib/libmomentum_simd_constraints.a,sha256=
|
|
489
|
-
lib/libmomentum_simd_generalized_loss.a,sha256=
|
|
490
|
-
lib/libmomentum_skeleton.a,sha256=
|
|
491
|
-
lib/libmomentum_solver.a,sha256=
|
|
464
|
+
lib/libarrow.a,sha256=M1cnYQAbtd6BBaazMfOWmWPVsqKXoqeYjZOTG0Yhsf0,22109792
|
|
465
|
+
lib/libarrow_bundled_dependencies.a,sha256=9e-nf9lyQ-3A-4hBGGaaOvqn7g8-ucfPjQWus4qs4CU,155360
|
|
466
|
+
lib/libaxel.a,sha256=LKOcWdmFc3utmeqthLny0fXw3Z7OoZPNh7y2YH_z7pk,674464
|
|
467
|
+
lib/libmomentum_app_utils.a,sha256=Nym2JTYn3CZCDJLQFDgBulpJTy1QLh9TrxxRIbSwzwM,454080
|
|
468
|
+
lib/libmomentum_character.a,sha256=3Tz6KuNUjdFuHZGF4hUqz_4OVUScBbkygKc1ptH5PMk,1834608
|
|
469
|
+
lib/libmomentum_character_sequence_solver.a,sha256=gIjTY9GgWvok2MKDkkSMjVblLgTWrmMUU_6YBVVdJBE,2338408
|
|
470
|
+
lib/libmomentum_character_solver.a,sha256=oJno-pGR6JnmFjNcbjnrilC50DlMx73EfALbT3vKPMM,5529144
|
|
471
|
+
lib/libmomentum_common.a,sha256=JFOKJU-xhs6YIvkn9-gki4TTpqXom2XQ7dNhKpecVzY,499016
|
|
472
|
+
lib/libmomentum_diff_ik.a,sha256=Phc3uVf8SuDRqZZKc5Lldquvdn9dR1waK2eVpV2sG3o,2842576
|
|
473
|
+
lib/libmomentum_io.a,sha256=sK0j0LNw3OhOL0VjyIZqyhtWaVuyC3N1z1coAdCbI2k,152272
|
|
474
|
+
lib/libmomentum_io_common.a,sha256=8kVCeWBWf3SnypuFDupgyrD0gzrnTjOnH-LEqV-lEsE,151112
|
|
475
|
+
lib/libmomentum_io_fbx.a,sha256=QxJWckI_D8wT8IIMrrqQnveaqE4WhhV8exROjUgQ4i0,896920
|
|
476
|
+
lib/libmomentum_io_gltf.a,sha256=A2nZY2fKoe88ZX9ZHB8PReSSL7_UiMncTAnSdBk8D2Q,3070520
|
|
477
|
+
lib/libmomentum_io_legacy_json.a,sha256=fq5zsRCkfRIQzAtVTj4ZbDkI61_FTVDyILwT6a4960Q,503848
|
|
478
|
+
lib/libmomentum_io_marker.a,sha256=RtU-Tv7iNvG7PKyvfmcm2c2E5UK0ONJKHOyq2yCbgtA,1423568
|
|
479
|
+
lib/libmomentum_io_motion.a,sha256=1AfPi6_5S64XXedEIxvnnLTwnjtcAe6DXZ3av51USwc,484240
|
|
480
|
+
lib/libmomentum_io_shape.a,sha256=BaaU1RI6LcBMP-VJz6WUz5YlYKw9CtLFqMwMAd3VPIY,170416
|
|
481
|
+
lib/libmomentum_io_skeleton.a,sha256=BxvC1ZuUs8OvcbmR604wzWgOJ0yq8xSpt_4ja4I-x1E,1418392
|
|
482
|
+
lib/libmomentum_io_urdf.a,sha256=GMlbr4FEo9C-QlmczFkzxwiiuu9g-kyNR3xH9HbLWT0,274688
|
|
483
|
+
lib/libmomentum_marker_tracker.a,sha256=GjiLEhYg7dVjlbkrvGFcgroxJ6TlN1wBpw00pER0TEA,1222464
|
|
484
|
+
lib/libmomentum_math.a,sha256=JrvbY-aVKSYPhVRhrIhE4yD6qJhK927JmcZ_QbdheIk,1249208
|
|
485
|
+
lib/libmomentum_online_qr.a,sha256=HnNgpvP_Spjh8ceTXYOkqYxvUwCgLoDcgv6fdmwnLBc,166816
|
|
486
|
+
lib/libmomentum_process_markers.a,sha256=FogEumHq4yC9sdEbLd9VzdQhzjD9nU_7tcHPv5pCYrI,613768
|
|
487
|
+
lib/libmomentum_rerun.a,sha256=D0o1fBSfMqMgxN8Akt06Kltz6O5VNBlh7qWuF774HwU,747704
|
|
488
|
+
lib/libmomentum_simd_constraints.a,sha256=1kACcboEa2rEejxBzolY3fruLJN4UKHsN_EXc8bvrAo,381080
|
|
489
|
+
lib/libmomentum_simd_generalized_loss.a,sha256=CN7u4shopsE6-WEISbF208k5Q1ibH3X9w7aWphGZaf4,459792
|
|
490
|
+
lib/libmomentum_skeleton.a,sha256=jg8vTXcqvlJ0EfMTYRVm--2EA8OehyKQtN9E1AgCDIo,553184
|
|
491
|
+
lib/libmomentum_solver.a,sha256=cjoZtfnMcbwAKqfUJQBPedljEJSsOWpm7atGYadJ9uk,1096216
|
|
492
492
|
lib/librerun_c__macos_arm64.a,sha256=a3Gvax7JYoksntKvckNzSDkb4udPz8oFZlxbObAaU-M,82639440
|
|
493
|
-
lib/librerun_sdk.a,sha256=
|
|
494
|
-
pymomentum/axel.cpython-312-darwin.so,sha256=
|
|
493
|
+
lib/librerun_sdk.a,sha256=_Jvh1-6vBQ2L9OH_kMmmiIeAKjzIlUjgjwWiVu553Ok,3265352
|
|
494
|
+
pymomentum/axel.cpython-312-darwin.so,sha256=gg6YYIFdAkgd1t-Tfez3DVfk1ATuoEJzVUEAZrI6MN0,668464
|
|
495
495
|
pymomentum/backend/__init__.py,sha256=6tzrxIJl9w1eM-gqf7YwTZ33WkJ6lnq9h4-TsTuOtuc,476
|
|
496
496
|
pymomentum/backend/skel_state_backend.py,sha256=tsd2iqtkbyvC7kmvZcApKGu16QbkZuEq2_ysWv6p89Y,25883
|
|
497
497
|
pymomentum/backend/trs_backend.py,sha256=iJLf4wvHcpZncR3mYs9FG48KvXcuuUPdAwwBpPXEK8Q,31076
|
|
498
498
|
pymomentum/backend/utils.py,sha256=YdxBRmgzJYnFY11-YCS0dYlBpw8-9qBcOUghIbvbmM8,8321
|
|
499
|
-
pymomentum/geometry.cpython-312-darwin.so,sha256=
|
|
500
|
-
pymomentum/marker_tracking.cpython-312-darwin.so,sha256=
|
|
499
|
+
pymomentum/geometry.cpython-312-darwin.so,sha256=Ei-hpC3Xp7AjOdoYeRVLOXwUchzf0IeZqYcHECq4h4k,4603680
|
|
500
|
+
pymomentum/marker_tracking.cpython-312-darwin.so,sha256=luvrnSxMevuS1IxmhWXc1y-ndNXEy1Ht8gPQNo6mlak,3568640
|
|
501
501
|
pymomentum/quaternion.py,sha256=-TB1iUxcAVjntIJZW2xS8Mc2uWBUZW_M4sj-CaoMvPY,26956
|
|
502
502
|
pymomentum/skel_state.py,sha256=K2WTFxudHsxR3LuE3ZT5_zzvgjEbrD5KWpWEQXOzUGY,17769
|
|
503
|
-
pymomentum/solver.cpython-312-darwin.so,sha256=
|
|
504
|
-
pymomentum/solver2.cpython-312-darwin.so,sha256=
|
|
503
|
+
pymomentum/solver.cpython-312-darwin.so,sha256=60bZ9Yq05_Qhhizkk9psUPhcb-5gRl3bMSg44lcCUp8,4793824
|
|
504
|
+
pymomentum/solver2.cpython-312-darwin.so,sha256=ILj754_COoEhyYqJuKMyLa9EkVZNCWSdx9MUNNCBhaM,3354320
|
|
505
505
|
pymomentum/torch/character.py,sha256=M7fITsnVWl0h5uwuNJH5UH7VhQRtOfFL6F6-HBgOCag,33052
|
|
506
506
|
pymomentum/torch/parameter_limits.py,sha256=Db89tUaJbsOjbOFqhJPFPbMPZDtErAf65ssZvxJ959c,19762
|
|
507
507
|
pymomentum/torch/utility.py,sha256=_FsIVlhcQusSz_6aVLPKpRRHgSjIwmd0uCWxNVKqRtY,608
|
|
508
508
|
pymomentum/trs.py,sha256=jwvOR2DDMpAqOE9zFh0TJnigsDpfRi2guUfayQklVqk,17624
|
|
509
|
-
pymomentum_cpu-0.1.
|
|
510
|
-
pymomentum_cpu-0.1.
|
|
511
|
-
pymomentum_cpu-0.1.
|
|
512
|
-
pymomentum_cpu-0.1.
|
|
509
|
+
pymomentum_cpu-0.1.83.post0.dist-info/METADATA,sha256=DrjLy68ojJdRk225oXL6xoTKxh7EQfjDRE3XGgZYVVo,5917
|
|
510
|
+
pymomentum_cpu-0.1.83.post0.dist-info/WHEEL,sha256=9PhO4W64AhQHAlhRzlAyo7fwxhna3wW1pqiqpgQMN1E,114
|
|
511
|
+
pymomentum_cpu-0.1.83.post0.dist-info/licenses/LICENSE,sha256=2m03A-0Ry-Qr0hLHJZV8mNojy_8ZmMBfpLPZdtGljpM,1088
|
|
512
|
+
pymomentum_cpu-0.1.83.post0.dist-info/RECORD,,
|
|
File without changes
|
{pymomentum_cpu-0.1.82.post0.dist-info → pymomentum_cpu-0.1.83.post0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|