Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.42.0
metadata
title: PrimateFace
emoji: 🐵ྀི
colorFrom: purple
colorTo: red
sdk: gradio
sdk_version: 5.35.0
app_file: app.py
pinned: true
license: mit
tags:
- computer-vision
- object-detection
- pose-estimation
- gaze-tracking
- primates
- animals
short_description: Test cross-primate face detection and facial landmark models
PrimateFace Demo
State-of-the-art primate face detection, pose estimation, and gaze tracking system.
Features
- 🎯 Multi-species face detection - Trained on diverse primate species
- 📍 68-point facial landmarks - Detailed facial structure analysis
- 👀 Gaze estimation - Experimental gaze direction tracking
- 🖼️ Image & Video support - Process both static images and videos
- 📸 Webcam capture - Real-time processing from webcam
Model Architecture
- Detection Backend: MMDetection with Cascade R-CNN (ResNet101-FPN)
- Pose Estimation: MMPose with HRNet-W18 (68 keypoints)
- Gaze Estimation: Gazelle model (trained only on human faces)
Usage
- Upload an image/video or capture from webcam
- Select the task type (detection only, with pose, or with gaze)
- Adjust confidence threshold if needed
- Click "Detect Faces" to process
Note
This demo runs on a dedicated GPU server. If the server is offline, please check back later.