pyfaceau 1.3.4__tar.gz → 1.3.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/MANIFEST.in +6 -3
- {pyfaceau-1.3.4/pyfaceau.egg-info → pyfaceau-1.3.5}/PKG-INFO +1 -1
- {pyfaceau-1.3.4 → pyfaceau-1.3.5/pyfaceau.egg-info}/PKG-INFO +1 -1
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyproject.toml +9 -2
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/setup.py +1 -1
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/LICENSE +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/README.md +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/__init__.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/alignment/__init__.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/alignment/calc_params.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/alignment/face_aligner.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/alignment/numba_calcparams_accelerator.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/alignment/paw.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/config.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/data/__init__.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/data/hdf5_dataset.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/data/quality_filter.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/data/training_data_generator.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/detectors/__init__.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/detectors/extract_mtcnn_weights.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/detectors/openface_mtcnn.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/detectors/pfld.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/detectors/pymtcnn_detector.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/detectors/retinaface.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/download_weights.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/features/__init__.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/features/histogram_median_tracker.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/features/pdm.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/features/triangulation.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/nn/__init__.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/nn/au_prediction_inference.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/nn/au_prediction_net.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/nn/fast_pipeline.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/nn/landmark_pose_inference.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/nn/landmark_pose_net.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/nn/train_au_prediction.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/nn/train_landmark_pose.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/parallel_pipeline.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/pipeline.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/prediction/__init__.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/prediction/au_predictor.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/prediction/batched_au_predictor.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/prediction/model_parser.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/prediction/online_au_correction.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/prediction/running_median.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/prediction/running_median_fallback.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/processor.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/refinement/__init__.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/refinement/pdm.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/refinement/svr_patch_expert.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/refinement/targeted_refiner.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/utils/__init__.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/utils/cython_extensions/cython_histogram_median.pyx +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/utils/cython_extensions/cython_rotation_update.pyx +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/utils/cython_extensions/setup.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau.egg-info/SOURCES.txt +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau.egg-info/dependency_links.txt +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau.egg-info/entry_points.txt +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau.egg-info/not-zip-safe +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau.egg-info/requires.txt +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau.egg-info/top_level.txt +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau_gui.py +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/requirements.txt +0 -0
- {pyfaceau-1.3.4 → pyfaceau-1.3.5}/setup.cfg +0 -0
|
@@ -7,14 +7,17 @@ include requirements.txt
|
|
|
7
7
|
# Include Cython source files for building extensions
|
|
8
8
|
recursive-include pyfaceau/utils/cython_extensions *.pyx *.pxd *.c
|
|
9
9
|
|
|
10
|
+
# Include pre-compiled Cython extensions (platform-specific)
|
|
11
|
+
# These provide 240x speedup for running median calculation
|
|
12
|
+
include pyfaceau/*.so
|
|
13
|
+
include pyfaceau/cython_*.so
|
|
14
|
+
|
|
10
15
|
# Include package data files
|
|
11
16
|
recursive-include pyfaceau *.txt *.json
|
|
12
17
|
|
|
13
|
-
# Exclude compiled files and caches
|
|
18
|
+
# Exclude compiled files and caches (except our Cython extensions)
|
|
14
19
|
global-exclude *.pyc
|
|
15
20
|
global-exclude *.pyo
|
|
16
|
-
global-exclude *.so
|
|
17
|
-
global-exclude *.dylib
|
|
18
21
|
global-exclude __pycache__
|
|
19
22
|
global-exclude .DS_Store
|
|
20
23
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pyfaceau"
|
|
7
|
-
version = "1.3.
|
|
7
|
+
version = "1.3.5"
|
|
8
8
|
description = "Pure Python OpenFace 2.2 AU extraction with CLNF landmark refinement"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -67,4 +67,11 @@ include = ["pyfaceau*"]
|
|
|
67
67
|
exclude = ["tests*", "tools*", "benchmarks*"]
|
|
68
68
|
|
|
69
69
|
[tool.setuptools.package-data]
|
|
70
|
-
pyfaceau = [
|
|
70
|
+
pyfaceau = [
|
|
71
|
+
"*.txt",
|
|
72
|
+
"*.json",
|
|
73
|
+
"*.so", # Pre-compiled Cython extensions (240x speedup)
|
|
74
|
+
"cython_*.so",
|
|
75
|
+
"utils/cython_extensions/*.pyx",
|
|
76
|
+
"utils/cython_extensions/*.pxd",
|
|
77
|
+
]
|
|
@@ -11,7 +11,7 @@ long_description = (this_directory / "README.md").read_text()
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name="pyfaceau",
|
|
14
|
-
version="1.3.
|
|
14
|
+
version="1.3.5",
|
|
15
15
|
author="John Wilson",
|
|
16
16
|
author_email="", # Add email if desired
|
|
17
17
|
description="Pure Python OpenFace 2.2 AU extraction with PyMTCNN face detection and CLNF refinement",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/utils/cython_extensions/cython_histogram_median.pyx
RENAMED
|
File without changes
|
{pyfaceau-1.3.4 → pyfaceau-1.3.5}/pyfaceau/utils/cython_extensions/cython_rotation_update.pyx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|