Skip to content
BetaThis project is currently in its beta version.Updates might take a while to roll out.There's still plenty of work left to do.Thanks for your patience while we keep building.
BetaThis project is currently in its beta version.Updates might take a while to roll out.There's still plenty of work left to do.Thanks for your patience while we keep building.
mHumanTrackAImHumanTrackAI
Legal

Third-Party Notices

mHumanTrackAI stands on excellent open-source software. The components below are bundled or relied upon; their licenses and attributions are acknowledged here.

Important licensing flags

  • OmniParser / YOLOv8 (optional pointer-assist model) is AGPL-3.0 via Ultralytics — optional, and must be reviewed before bundling.
  • ZeroMQ / NetMQ are LGPL-3.0; compliance is met by shipping them as separate, replaceable libraries.
  • NVIDIA TensorRT / CUDA / cuDNN are proprietary and downloaded on demand (NVIDIA GPU systems only) under NVIDIA's own EULAs.

C# / .NET

NetMQ

LGPL-3.0

ZeroMQ client for .NET (IPC)

Project page

ViGEmBus & Nefarius.ViGEm.Client

MIT

Virtual Xbox 360 gamepad + bus driver

Project page

VirtualMotionTracker (VMT)

MIT

Virtual VR tracker bridge

Project page

OpenVR SDK (SteamVR)

BSD-3-Clause

VR runtime interface

Project page

Python

MediaPipe

Apache-2.0

CPU pose / hands / face fallback

Project page

OpenCV (opencv-python)

Apache-2.0

Camera capture + frame processing

Project page

rtmlib

Apache-2.0

Whole-body pose estimation

Project page

MMPose / RTMPose / RTMW

Apache-2.0

Pose models (OpenMMLab)

Project page

ONNX Runtime

MIT

ML inference (CPU + CUDA)

Project page

NumPy

BSD-3-Clause

Numerical arrays

Project page

PyTorch

BSD-3-Clause

Tensor / model runtime

Project page

ZeroMQ / pyzmq

MPL-2.0 / LGPL-3.0

ZeroMQ bindings for Python (IPC)

Project page

python-osc

MIT

OSC messaging

Project page

filterpy

MIT

Kalman filtering (occlusion prediction)

Project page

PyInstaller

Apache-2.0

Engine executable bootloader

Project page

Models

MotionBERT

Verify

3D pose lifting (optional)

Project page

OmniParser v2 (optional)

MIT repo · AGPL-3.0 model

Pointer-assist UI detection

Project page

GPU runtimes

NVIDIA TensorRT

Proprietary

GPU inference (downloaded on demand)

Project page

NVIDIA CUDA Toolkit & cuDNN

Proprietary

GPU compute (user-installed)

Project page

Assets

Inter typeface

SIL OFL 1.1

UI + body font (app & site)

Project page
THIRD-PARTY-NOTICESfull text
THIRD-PARTY NOTICES — mHumanTrackAI
Copyright (c) 2025-2026 M4HERX

This software includes components from third parties, each governed by
their own license terms. This file reproduces the required notices.
All trademarks are the property of their respective owners.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

⚠  IMPORTANT LICENSING FLAGS

  • OmniParser / YOLOv8 (optional pointer-assist vision component):
    The OmniParser icon-detection model is based on a fine-tuned YOLOv8
    model. Ultralytics YOLOv8 is licensed under AGPL-3.0, which requires
    that any application distributing it also be released as open source
    (or a commercial license purchased from Ultralytics). This component
    is OPTIONAL in mHumanTrackAI. If you distribute the app WITH this
    component, verify compliance with AGPL-3.0 or disable/replace it.

  • ZeroMQ / NetMQ (LGPL-3.0):
    mHumanTrackAI links dynamically to these libraries. LGPL-3.0 requires
    that end users can re-link against a modified version. Compliance is
    met by distributing NetMQ/pyzmq as separate, replaceable files (as
    produced by the project's build). Source available at the URLs below.

  • NVIDIA TensorRT / CUDA / cuDNN (proprietary):
    These components are downloaded on demand (NVIDIA GPU systems only) and
    are subject to NVIDIA's End User License Agreements. They are NOT
    redistributed by mHumanTrackAI directly; users accept NVIDIA's terms
    at download time. See the NVIDIA URLs listed below.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

1. MediaPipe
   ─────────────────────────────────────────────────────────────────
   Copyright (c) Google LLC
   License: Apache License 2.0
   https://github.com/google-ai-edge/mediapipe/blob/master/LICENSE

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
       http://www.apache.org/licenses/LICENSE-2.0

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

2. OpenCV (opencv-python)
   ─────────────────────────────────────────────────────────────────
   Copyright (c) 2000-present, Intel Corporation, Itseez
   License: Apache License 2.0
   https://github.com/opencv/opencv/blob/master/LICENSE

   Licensed under the Apache License, Version 2.0.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

3. rtmlib
   ─────────────────────────────────────────────────────────────────
   Copyright (c) The rtmlib Authors
   License: Apache License 2.0
   https://github.com/Tau-J/rtmlib/blob/main/LICENSE

   Licensed under the Apache License, Version 2.0.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

4. MMPose / RTMPose / RTMW (OpenMMLab)
   ─────────────────────────────────────────────────────────────────
   Copyright (c) OpenMMLab
   License: Apache License 2.0
   https://github.com/open-mmlab/mmpose/blob/main/LICENSE

   Licensed under the Apache License, Version 2.0.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

5. ONNX Runtime (onnxruntime / onnxruntime-gpu)
   ─────────────────────────────────────────────────────────────────
   Copyright (c) Microsoft Corporation
   License: MIT License
   https://github.com/microsoft/onnxruntime/blob/main/LICENSE

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

6. NumPy
   ─────────────────────────────────────────────────────────────────
   Copyright (c) 2005-present, NumPy Developers
   License: BSD 3-Clause License
   https://github.com/numpy/numpy/blob/main/LICENSE.txt

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met: (1) Redistributions of source code must retain the above
   copyright notice; (2) Redistributions in binary form must reproduce
   the above copyright notice; (3) Neither the name NumPy nor the
   names of its contributors may be used to endorse or promote products
   derived from this software without specific prior written permission.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

7. PyTorch
   ─────────────────────────────────────────────────────────────────
   Copyright (c) Meta Platforms, Inc. and its affiliates
   License: BSD 3-Clause License
   https://github.com/pytorch/pytorch/blob/main/LICENSE

   Redistribution and use in source and binary forms, with or without
   modification, are permitted under BSD 3-Clause terms.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

8. MotionBERT
   ─────────────────────────────────────────────────────────────────
   Copyright (c) The MotionBERT Authors
   License: Please verify at https://github.com/Walter0807/MotionBERT
   NOTE: Verify the exact license terms before distributing.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

9. ZeroMQ / pyzmq
   ─────────────────────────────────────────────────────────────────
   Copyright (c) 2007-present iMatix Corporation and contributors
   License: Mozilla Public License 2.0 (libzmq core)
             LGPLv3+ (some components)
   https://github.com/zeromq/libzmq/blob/master/LICENSE

   ⚠ LGPL compliance: distributed as a separate, replaceable binary.
   End users may substitute a modified version of this library.
   Source: https://github.com/zeromq/pyzmq

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

10. NetMQ (.NET ZeroMQ)
    ────────────────────────────────────────────────────────────────
    Copyright (c) 2012-present Pieter Hintjens and NetMQ contributors
    License: LGPLv3
    https://github.com/zeromq/netmq/blob/master/COPYING.LESSER

    ⚠ LGPL compliance: distributed as a separate, replaceable DLL.
    End users may substitute a modified version of this library.
    Source: https://github.com/zeromq/netmq

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

11. python-osc
    ────────────────────────────────────────────────────────────────
    Copyright (c) attwad and contributors
    License: MIT License
    https://github.com/attwad/python-osc/blob/master/LICENSE

    Permission is hereby granted, free of charge, to any person
    obtaining a copy of this software to deal in the Software without
    restriction. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY
    OF ANY KIND.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

12. ViGEmBus & Nefarius.ViGEm.Client
    ────────────────────────────────────────────────────────────────
    Copyright (c) Nefarius Software Solutions e.U.
    License: MIT License
    https://github.com/nefarius/ViGEmBus/blob/master/LICENSE

    Permission is hereby granted, free of charge, to any person
    obtaining a copy of this software to deal in the Software without
    restriction. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY
    OF ANY KIND.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

13. VirtualMotionTracker (VMT)
    ────────────────────────────────────────────────────────────────
    Copyright (c) gpsnmeajp
    License: MIT License
    https://github.com/gpsnmeajp/VirtualMotionTracker/blob/master/LICENSE

    Permission is hereby granted, free of charge, to any person
    obtaining a copy of this software to deal in the Software without
    restriction. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY
    OF ANY KIND.

    NOTE: VMT is a developer tool provided without warranty. Distribute
    a pinned, tested version and document the exact version used.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

14. OpenVR SDK (SteamVR)
    ────────────────────────────────────────────────────────────────
    Copyright (c) Valve Corporation
    License: BSD 3-Clause License
    https://github.com/ValveSoftware/openvr/blob/master/LICENSE

    Redistribution and use in source and binary forms, with or without
    modification, are permitted under BSD 3-Clause terms.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

15. OmniParser v2 (Microsoft) — OPTIONAL component
    ────────────────────────────────────────────────────────────────
    Copyright (c) Microsoft Corporation
    Repository license: MIT License
    https://github.com/microsoft/OmniParser/blob/master/LICENSE

    ⚠ AGPL WARNING: OmniParser's interactable-region detection model
    is a fine-tuned YOLOv8 (Ultralytics). Ultralytics YOLOv8 is
    licensed under AGPL-3.0. If this component is included in your
    distribution, the AGPL-3.0 obligations may apply to the whole
    application. This component is OPTIONAL — disable it or obtain a
    commercial license from Ultralytics if AGPL is not acceptable.
    Ultralytics commercial licensing: https://ultralytics.com/license

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

16. filterpy
    ────────────────────────────────────────────────────────────────
    Copyright (c) Roger Labbe and contributors
    License: MIT License
    https://github.com/rlabbe/filterpy/blob/master/LICENSE

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

17. Inter Typeface (if bundled)
    ────────────────────────────────────────────────────────────────
    Copyright (c) The Inter Project Authors (Rasmus Andersson)
    License: SIL Open Font License 1.1
    https://github.com/rsms/inter/blob/master/LICENSE.txt

    This Font Software is licensed under the SIL Open Font License,
    Version 1.1. The font may be used, studied, modified, and
    redistributed freely as long as it is not sold by itself.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

18. PyInstaller (bootloader, bundled in executable)
    ────────────────────────────────────────────────────────────────
    Copyright (c) 2010-present PyInstaller Development Team
    License: Apache License 2.0 (bootloader, v4.2+)
    https://github.com/pyinstaller/pyinstaller/blob/develop/COPYING.txt

    The PyInstaller bootloader compiled into the engine executable is
    licensed under the Apache License 2.0.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

19. NVIDIA TensorRT (downloaded on demand, NVIDIA GPU only)
    ────────────────────────────────────────────────────────────────
    Copyright (c) NVIDIA Corporation
    License: NVIDIA TensorRT (proprietary)
    https://docs.nvidia.com/deeplearning/tensorrt/sla/index.html

    NOT redistributed by mHumanTrackAI. Downloaded directly from
    NVIDIA by the user (Additional Technologies, NVIDIA GPU only).
    Users must accept NVIDIA's TensorRT license at download.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

20. NVIDIA CUDA Toolkit & cuDNN (NVIDIA GPU only, user-installed)
    ────────────────────────────────────────────────────────────────
    Copyright (c) NVIDIA Corporation
    CUDA EULA:   https://docs.nvidia.com/cuda/eula/index.html
    cuDNN EULA:  https://docs.nvidia.com/deeplearning/cudnn/sla/index.html

    NOT redistributed by mHumanTrackAI. Installed separately by the
    user. Users must accept NVIDIA's license terms.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

NOTE: Dependency versions change over time. Verify that the license
terms above match the exact versions bundled at the time of each
release. If a dependency was added or removed, update this file
accordingly before distributing.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━