oarriaga/paz
Hierarchical perception library in Python for pose estimation, object detection, instance segmentation, keypoint estimation, face recognition, etc.
Built on TensorFlow 2.0, OpenCV, and NumPy, PAZ provides a hierarchical API spanning high-level application pipelines down to low-level processor composition, enabling flexible computer vision workflows from object detection to 6D pose estimation. The mid-level `SequentialProcessor` abstraction allows composing reusable perception chains (data augmentation, preprocessing, inference) without boilerplate, while pre-trained models cover diverse tasks including probabilistic keypoint estimation, emotion classification, and semantic segmentation. All included models support retraining on custom datasets, making it suitable for autonomous systems requiring modular, customizable perception stacks.
702 stars.
Stars
702
Forks
112
Language
Python
License
MIT
Category
Last pushed
Mar 16, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/oarriaga/paz"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
afermg/cp_measure
Morphological features from images and masks made easy.
segments-ai/segments-ai
Segments.ai Python SDK
PytorchConnectomics/pytorch_connectomics
PyTorch Connectomics: segmentation toolbox for EM connectomics
orthoseg/orthoseg
Train your own neural networks to segment orthophotos.
JdeRobot/PerceptionMetrics
A toolkit designed to unify and streamline the evaluation of object detection and segmentation...