Skip to main content

A library providing foundational algorithms for human kinematic motion and numerical optimization solvers to apply human motion in various applications (CPU-only version for Linux, macOS Intel, and macOS ARM)

Project description

Momentum

CI Windows CI macOS CI Ubuntu Publish Website PyPI Wheels

Momentum provides foundational algorithms for human kinematic motion and numerical optimization solvers to apply human motion in various applications.

Forward and Inverse Kinematics with Interpretable Parameterization RGBD Body Tracking Solver Monocular RGB Body Tracking Solver

Quick Start

Installation

Pre-built binaries are available for Windows, macOS, and Linux:

# Python (PyPI) - uv preferred over pip
uv add pymomentum-cpu           # CPU version
uv add pymomentum-gpu           # GPU version with CUDA
pip install pymomentum-cpu      # Alternative: using pip
pip install pymomentum-gpu

# Python (Conda/Pixi)
pixi add pymomentum             # Auto-detects GPU/CPU
conda install -c conda-forge pymomentum

# C++ (Conda/Pixi only)
pixi add momentum-cpp
conda install -c conda-forge momentum-cpp

📦 Browse packages: PyPIconda-forgeprefix.dev

Quick Example

# Install and run
pip install pymomentum-cpu
python -c "import pymomentum.geometry as geom; print(dir(geom))"

Building from Source

git clone https://github.com/facebookresearch/momentum
cd momentum
pixi run build      # Builds C++ library and Python bindings
pixi run test       # Runs tests
pixi run hello_world  # Runs example

For detailed instructions, see the comprehensive guides on our website:

📖 Documentation

Visit our documentation website for comprehensive guides, examples, and API references:

Contributing

Check our contributing guide to learn about how to contribute to the project.

License

Momentum is licensed under the MIT License. A copy of the license can be found here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pymomentum_cpu-0.1.95.post0-cp313-cp313-manylinux_2_39_x86_64.whl (58.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.39+ x86-64

pymomentum_cpu-0.1.95.post0-cp313-cp313-macosx_14_0_arm64.whl (46.7 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

pymomentum_cpu-0.1.95.post0-cp312-cp312-manylinux_2_39_x86_64.whl (58.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.39+ x86-64

pymomentum_cpu-0.1.95.post0-cp312-cp312-macosx_14_0_arm64.whl (46.7 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

File details

Details for the file pymomentum_cpu-0.1.95.post0-cp313-cp313-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for pymomentum_cpu-0.1.95.post0-cp313-cp313-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 bd4d14ab311ddcd28c84764eaca83b99f369b522fec75e99509d8d100ffbd3e6
MD5 5e9f07ac52e27f0caddfd1740f81f786
BLAKE2b-256 0bfd65a4d53b59aaa995f5206860dd80bd0e2bdea08dd2f895f7653d01636731

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymomentum_cpu-0.1.95.post0-cp313-cp313-manylinux_2_39_x86_64.whl:

Publisher: publish_to_pypi.yml on facebookresearch/momentum

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymomentum_cpu-0.1.95.post0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymomentum_cpu-0.1.95.post0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5e902c05b23996dd4a2173cfc97684f7d798e7370efe07133678f477c585e004
MD5 6e10b855618ee17cf70e666a6d6155bf
BLAKE2b-256 61141046264be1cf3aa0b3771e513d427fb12860195f695d27e3de5400538537

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymomentum_cpu-0.1.95.post0-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: publish_to_pypi.yml on facebookresearch/momentum

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymomentum_cpu-0.1.95.post0-cp312-cp312-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for pymomentum_cpu-0.1.95.post0-cp312-cp312-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 6b7def7697804c2513828f7ba119e76af741113b973c79177d85bc46449d0659
MD5 8fc00219b896fc737cc9c4e04981a94d
BLAKE2b-256 8f4ba690abfde29c7d790a9e0cb6aa87257bf880012e01cb11953a03e5d109ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymomentum_cpu-0.1.95.post0-cp312-cp312-manylinux_2_39_x86_64.whl:

Publisher: publish_to_pypi.yml on facebookresearch/momentum

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymomentum_cpu-0.1.95.post0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymomentum_cpu-0.1.95.post0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 861b35d22a4e2128dd5c6d826f8d2c60121854efefd78c0758ca4ed7e013ef66
MD5 8fcaee91bb9f24a593e12f31e8526347
BLAKE2b-256 05eaf26ad37f6bda51fb5029fe27fcc8e5d6d677275d6f73b2f3fe5a3c058fef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymomentum_cpu-0.1.95.post0-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: publish_to_pypi.yml on facebookresearch/momentum

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page