face-alignment-mtcnn icon indicating copy to clipboard operation
face-alignment-mtcnn copied to clipboard

A lightweight python implementation of face alignment with MTCNN landmarks using tensorflow-lite runtime

Results 5 face-alignment-mtcnn issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. Release notes Sourced from tqdm's releases. tqdm v4.66.4 stable rich: fix completion (#1395 <- #1306) minor framework updates & code...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations of one of the...

dependencies

Updates the requirements on [scikit-image](https://github.com/scikit-image/scikit-image) to permit the latest version. Release notes Sourced from scikit-image's releases. v0.23.2 scikit-image 0.23.2 We're happy to announce the release of scikit-image 0.23.2! Bug Fixes...

dependencies

Bumps [setuptools](https://github.com/pypa/setuptools) from 69.2.0 to 69.5.1. Changelog Sourced from setuptools's changelog. v69.5.1 No significant changes. v69.4.2 Bugfixes Merged bugfix for pypa/distutils#246 (#27489545) v69.5.0 Features Refresh unpinned vendored dependencies. (#4253) Updated...

dependencies

Description I'm encountering a TypeError when attempting to align certain images using the facealignment library's align() function. While the function works as expected with some images, it throws an error...