facexformer / README.md
kartiknarayan's picture
Update README.md
5fb67fb verified
|
raw
history blame
No virus
1.21 kB
metadata
license: mit
tags:
  - transformers
language:
  - en

FaceXFormer Model Card

Introduction

FaceXFormer is an end-to-end unified model capable of handling a comprehensive range of facial analysis tasks such as face parsing, landmark detection, head pose estimation, attributes recognition, age/gender/race estimation and landmarks visibility prediction.

Model Details

FaceXFormer is a transformer-based encoder-decoder architecture where each task is treated as a learnable token, enabling the integration of multiple tasks within a single framework.

Usage

The models can be downloaded directly from this repository or using python:

from huggingface_hub import hf_hub_download

hf_hub_download(repo_id="kartiknarayan/facexformer", filename="facexformer/ckpts/model.pt", local_dir="./models")

Please check our GitHub repository for complete inference instructions.