You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Models-blue" alt="Hugging Face Models">
24
+
</a>
21
25
</p>
22
26
23
27
PrimateFace contains data, models, and tutorials for analyzing facial behavior across primates ([Parodi et al., 2025](https://www.biorxiv.org/content/10.1101/2025.08.12.669927)).
@@ -37,24 +41,25 @@ Most of the PrimateFace modules require GPU access. If you don't have access to
37
41
38
42
2. Run through the [Google Colab Notebook tutorials](https://docs.primateface.studio/tutorials/) to explore several applications of PrimateFace.
39
43
40
-
3. Clone this repository, install the dependencies, and run through the different modules (e.g., DINOv2, image and video demos, pseudo-labeling GUI, etc.) to fully utilize PrimateFace.
44
+
3. Clone this repository, install the dependencies, download the pretrained models (`python demos/download_models.py`), and run through the different modules (e.g., DINOv2, image and video demos, pseudo-labeling GUI, etc.) to fully utilize PrimateFace.
41
45
42
46
43
47
#### Structure
44
48
This repository contains the code for PrimateFace, an ecosystem for facilitating cross-species primate face analysis.
45
49
46
50
```
47
-
|--- dataset # Explore PrimateFace data
48
-
|--- demos # Test models on your own data
49
-
|--- notebooks # Google Colab notebooks for tutorials
50
-
|--- dinov2 # Run and visualize DINOv2 features
51
-
|--- docs # Documentation for PrimateFace
52
-
|--- evals # Evaluate models across frameworks & datasets
53
-
|--- gui # Run pseudo-labeling GUI on your own data
|**1. Lemur Face Visibility Time-Stamping**|[](https://colab.research.google.com/github/KordingLab/PrimateFace/blob/main/demos/notebooks/App1_Lemur_time_stamping.ipynb)|
126
-
|**2. Rapid Macaque Face Recognition**|[](https://colab.research.google.com/github/KordingLab/PrimateFace/blob/main/demos/notebooks/App2_Macaque_Face_Recognition.ipynb)|
127
-
|**4. Human Infant Social Gaze Tracking**|[](https://colab.research.google.com/github/KordingLab/PrimateFace/blob/main/demos/notebooks/App4_Gaze_following.ipynb)|
0 commit comments