# Optional M3 extras. The core pack (planar/grid mask propagation + YuNet face
# tracking) needs none of these - they only enable the deep/alternate paths.

# Deep video object segmentation for PlateTrackMaskPropagateCutie. Pure PyTorch,
# CPU-tolerable (~1-3 s/frame at 480p); weights auto-download on first run.
# Not on PyPI under this name - install from source:
#   pip install git+https://github.com/hkchengrex/Cutie.git

# Alternate face backend for PlateTrackFace. YuNet (bundled in core OpenCV) is
# the default and needs nothing; mediapipe is only used if importable and
# selected. Wheels for Python 3.14 are not yet published as of this writing.
mediapipe>=0.10 ; python_version < "3.14"
