Skip to main content

Python GUI for the OpenPTV library `liboptv`

Project description

Project Title

Python package DOI PyPI - Version

PyPTV or otherwise called OpenPTV-Python is the Python GUI for OpenPTV. It is based on traits, traitsui, chaco, enable and pyface from Enthought Inc. and provides an UI interface the OpenPTV library that includes all the core algorithms (correspondence, tracking, calibration, etc.) written in ANSI C and has Python bindings using Cython.

Both PyPTV and the OpenPTV library are in the development phase and continuously refactored. Please follow the development on the community mailing list:

openptv@googlegroups.com

Documentation:

👉 View full documentation at https://alexlib.github.io/pyptv

http://openptv-python.readthedocs.io

Installation instructions

Using uv (recommended for development)

This project uses uv for fast dependency management. A local wheel of optv>=0.3.2 is included in the wheels/ directory until it's available on PyPI.

# Install uv if you haven't already
curl -LsSf https://astral.sh/uv/install.sh | sh

# Create virtual environment and install dependencies
uv sync

# Or to create environment from scratch
rm -rf .venv && uv sync

The uv.toml configuration automatically uses the local wheel from wheels/. The uv.lock file pins all dependencies for reproducible builds.

Using pip

Short version:

pip install numpy
python -m pip install pyptv --index-url https://pypi.fury.io/pyptv --extra-index-url https://pypi.org/simple

Note: If optv>=0.3.2 is not yet available on PyPI, install it from the local wheel first:

pip install wheels/optv-0.3.2-*.whl
python -m pip install pyptv --index-url https://pypi.fury.io/pyptv --extra-index-url https://pypi.org/simple

Detailed instructions for various platforms are in our documentation: https://openptv-python.readthedocs.io/en/latest/installation_instruction.html

Follow the instructions in our screencasts and tutorials:

Ask for help on our mailing list:

openptv@googlegroups.com

Working with plugins

Plugins is a system of extensions to PyPTV without the need to change the GUI

  1. copy the sequence_plugins.txt and tracking_plugins.txt to the working folder
  2. copy the plugins/ directory to the working folder
  3. modify the code so it performs instead of the default sequence or default tracker
  4. Open the GUI and Plugins -> Choose , then run the rest: Init -> Sequence

Note, the specific branch plugin_remback requires installation of the pip install rembg[cpu] or pip install rembg[gpu]

Developers:

Version Management:

  • Bump version: python bump_version.py --patch

Publishing to PyPI:

  • See DEPLOYMENT.md for comprehensive deployment instructions using GitHub Actions and trusted publishing

Legacy Manual Publishing:

pip install build
python -m build
pip install dist/pyptv-*.whl  # Install the built wheel
pip install twine
python -m twine upload dist/*

Compatibility Notes

NumPy Compatibility

  • Supported NumPy versions: >=2.0.0,<2.7
  • NumPy 2.x required for optv 0.3.2+
  • Tested with NumPy arrays in both float64 and uint8 formats
  • Array operations maintained for image processing and coordinate transformations
  • NumPy 2.x support requires chaco>=6.1.0 and enable>=6.1.0

OpenPTV (optv) Compatibility

  • Compatible with optv 0.3.2+
  • optv 0.3.2+ requires NumPy >=2.0.0
  • Core functionality tested with latest optv release
  • Calibration and tracking functions verified

Development Setup

For development work with latest NumPy:

conda create -n pyptv python=3.11
conda activate pyptv
conda install numpy>=1.23.5 optv>=0.3.0
pip install -e .

Marimo UIs (uv)

This repo includes Marimo-based interactive UIs.

Run the Detection UI:

uv pip install marimo
uv run marimo run pyptv/marimo_ui_detection.py

Or use the helper script:

./run_marimo_detection.sh

Run the Parameters UI:

uv pip install marimo
uv run marimo run pyptv/marimo_ui_parameters.py

Or use the helper script:

./run_marimo_parameters.sh

This is a detailed description of the project...

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

pyptv-0.4.3.tar.gz (74.4 MB view details)

Uploaded Source

Built Distribution

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

pyptv-0.4.3-py3-none-any.whl (151.2 kB view details)

Uploaded Python 3

File details

Details for the file pyptv-0.4.3.tar.gz.

File metadata

  • Download URL: pyptv-0.4.3.tar.gz
  • Upload date:
  • Size: 74.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyptv-0.4.3.tar.gz
Algorithm Hash digest
SHA256 ee0b8c4281f59e36367ecc8de1b4eb0b91b496ec51b817e302c43368660fab90
MD5 9bb75cc4111bae8cddad16026d396aa6
BLAKE2b-256 b685a0a792bc018a42050b037a164eac8ae033a28f3d44d735b96e43e8d97bd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyptv-0.4.3.tar.gz:

Publisher: publish-to-pypi.yml on alexlib/pyptv

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

File details

Details for the file pyptv-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: pyptv-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 151.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyptv-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e4cbc3a455ac863e58d8397a17514fdf79304aa8330de07aa4c8a11414eca9cf
MD5 dfd4bdd998b4be211549b436cdf3bc2b
BLAKE2b-256 90f9aecace95de8562874464a1b830fca1e36d88fdd4dcd2ad19dc945d32a4cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyptv-0.4.3-py3-none-any.whl:

Publisher: publish-to-pypi.yml on alexlib/pyptv

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