Skip to main content

Application for interactive tracking with global optimization

Project description

Motile Tracker

tests codecov

The full documentation of the plugin can be found here.

An application for interactive tracking with motile Motile is a library that makes it easy to solve tracking problems using optimization by framing the task as an Integer Linear Program (ILP). See the motile documentation for more details on the concepts and method.


Installation

Users can download and install an executable application from the github release, or install from pypi in the environment of their choice (e.g. venv, conda) with the command pip install motile-tracker. Currently, the motile_tracker requires python >=3.10.

Recommended extras

For better performance, you can install optional extras:

  • numba: Speeds up candidate graph construction significantly.

    pip install motile-tracker[numba]
    
  • gurobi: Uses the Gurobi solver instead of the default open-source solver. Gurobi is much faster but requires a license (free for academics).

    pip install motile-tracker[gurobi]
    

You can install multiple extras at once: pip install motile-tracker[numba,gurobi]

Gurobi license version mismatch

If you have a Gurobi license and encounter an error about license version mismatch, you may need to install a specific version of gurobipy that matches your license. Use one of the version-specific extras:

pip install motile-tracker[gurobi12]  # For Gurobi 12.x licenses
pip install motile-tracker[gurobi13]  # For Gurobi 13.x licenses

Developers can clone the GitHub repository and then use uv to install and run the code. See the developer guide in DEVELOPER.md for more information.

Running Motile Tracker

Start the executable application, or run motile_tracker from the command line.

Package the application into an executable and create the installer

Tagging any branch will automatically trigger the deploy.yml workflow, which pushes the tagged version to PyPi and creates a github release; draft release if the tag contains "-dev", pre-release if the tag contains "-rc' or a full release otherwise. In case of a draft or pre release, when the user updates the release notes and promotes it to a published release, github will trigger make_bundle_app.yml workflow which will create the Linux, Mac and Windows installer and will upload them as release artifacts to github.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Project details


Download files

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

Source Distribution

motile_tracker-4.3.0.tar.gz (11.1 MB view details)

Uploaded Source

Built Distribution

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

motile_tracker-4.3.0-py3-none-any.whl (121.4 kB view details)

Uploaded Python 3

File details

Details for the file motile_tracker-4.3.0.tar.gz.

File metadata

  • Download URL: motile_tracker-4.3.0.tar.gz
  • Upload date:
  • Size: 11.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for motile_tracker-4.3.0.tar.gz
Algorithm Hash digest
SHA256 700579e4c2f0c3b46be148c6994fffb2c034747667c934d7a2e23080da507b74
MD5 43d214dee001d6a963d219882b704348
BLAKE2b-256 4a02adb0a3ffb828d5642f0514ba11074289a4fa5780862973d5da740290c01c

See more details on using hashes here.

File details

Details for the file motile_tracker-4.3.0-py3-none-any.whl.

File metadata

  • Download URL: motile_tracker-4.3.0-py3-none-any.whl
  • Upload date:
  • Size: 121.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for motile_tracker-4.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f57edb7470c48e0ca69f5ad4913ea3373ae18bd528eacaab02a758c1536b6f46
MD5 0e1f1de135cc3a66473fbd3b879cd300
BLAKE2b-256 c833b76de3071aa7b3c4ffa78ffa56ff4ca5d28e75cabb0107d21208277437cf

See more details on using hashes here.

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