Instructions to use kartiknarayan/facexformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kartiknarayan/facexformer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kartiknarayan/facexformer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
supports expression recognition
#3
by HannaLee - opened
Hello, thank you for sharing your excellent research and codebase.
According to the paper, the model supports expression recognition as one of the facial analysis tasks. However, I could not find any implementation related to this task in the provided inference.py and facexformer.py files. Could you please advise on how to enable or implement the expression recognition functionality using the current codebase?