Datasets:

ArXiv:
Felipe commited on
Commit
1d05092
·
unverified ·
1 Parent(s): 9b8f18c

251130 (#8)

Browse files

* Add 2025 papers and some missed from 2024.

* Update lychee version.

* Update lychee version.

* Update lychee version.

* Update lychee version.

* Update lychee version.

* Update lychee version.

* Update docs and website.

Files changed (3) hide show
  1. CONTRIBUTING.md +10 -10
  2. README.md +59 -59
  3. index.html +114 -96
CONTRIBUTING.md CHANGED
@@ -12,20 +12,20 @@ cd awesome-computational-primatology
12
 
13
  # 2. Make your changes to README.md
14
 
15
- # 3. Generate and preview the website
16
- python .github/workflows/website.py
17
- python -m http.server 8000
18
- # Visit: http://localhost:8000
19
 
20
- # 4. Create a pull request
21
  ```
22
 
 
 
23
  ### Automatic PR Previews
24
  When you submit a PR, our automation will:
25
  - ✅ Generate a preview website with your changes
26
  - ✅ Post a comment with the preview link
27
  - ✅ Validate table formatting and links
28
- - ✅ Update the website automatically when merged
29
 
30
  ### 1. Branch Protocol
31
  - Fork the repository
@@ -64,15 +64,15 @@ Where:
64
  - **Paper**: `[Title](link)` or just Title if preprint
65
  - **Topic**: Use abbreviations from Topic Legend (PD, BPE, FD, etc.)
66
  - **Animal**: Specific primate species or "Cross-species"
67
- - **Model?**:
68
  - `[Yes](link)` if code + pretrained models available
69
  - `[Code only](link)` if repository available but no pretrained models
70
  - `[No](link)` if repository with information but no functional code
71
- - "No" if neither available
72
- - **Data?**:
73
  - `[Yes](link)` if publicly available
74
  - "Upon request" if available through contact
75
- - "No" if not available
76
  - **Image/Video Count**: Number or "N/A" if not applicable
77
 
78
  ### Topic Legend
 
12
 
13
  # 2. Make your changes to README.md
14
 
15
+ # 3. Preview the website (auto-generates index.html and opens browser)
16
+ python scripts/dev-preview.py
 
 
17
 
18
+ # 4. Commit BOTH README.md and index.html, then create a pull request
19
  ```
20
 
21
+ **Important:** Always commit `index.html` along with your `README.md` changes. The CI will fail if they're out of sync.
22
+
23
  ### Automatic PR Previews
24
  When you submit a PR, our automation will:
25
  - ✅ Generate a preview website with your changes
26
  - ✅ Post a comment with the preview link
27
  - ✅ Validate table formatting and links
28
+ - ✅ Check that `index.html` is in sync with `README.md`
29
 
30
  ### 1. Branch Protocol
31
  - Fork the repository
 
64
  - **Paper**: `[Title](link)` or just Title if preprint
65
  - **Topic**: Use abbreviations from Topic Legend (PD, BPE, FD, etc.)
66
  - **Animal**: Specific primate species or "Cross-species"
67
+ - **Model?**:
68
  - `[Yes](link)` if code + pretrained models available
69
  - `[Code only](link)` if repository available but no pretrained models
70
  - `[No](link)` if repository with information but no functional code
71
+ - "N/A" if neither available
72
+ - **Data?**:
73
  - `[Yes](link)` if publicly available
74
  - "Upon request" if available through contact
75
+ - "N/A" if not available
76
  - **Image/Video Count**: Number or "N/A" if not applicable
77
 
78
  ### Topic Legend
README.md CHANGED
@@ -1,7 +1,7 @@
1
  # 🐒 [Awesome Computational Primatology](http://kordinglab.com/awesome-computational-primatology/)
2
 
3
  [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
4
- [![Papers](https://img.shields.io/badge/Papers-58+-blue)](https://github.com/KordingLab/awesome-computational-primatology#projects)
5
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/KordingLab/awesome-computational-primatology/blob/main/CONTRIBUTING.md)
6
  [![Last Updated](https://img.shields.io/github/last-commit/KordingLab/awesome-computational-primatology?label=last%20updated)](https://github.com/KordingLab/awesome-computational-primatology/commits/main)
7
 
@@ -49,78 +49,78 @@ By sharing your datasets and models, you contribute to advancing primatology and
49
  - `[Yes](link)`: Code + models available
50
  - `[Code only](link)`: Repository available, but no pre-trained models
51
  - `[No](link)`: Repository with general information, but no functional code or models
52
- - "No": No repository or models provided
53
 
54
  ### Projects
55
  | Year | Paper | Topic | Animal | Model? | Data? | Image/Video Count |
56
  |------|-----|-------|---------|------------|---------------|-------------|
57
  | 2025 | [PrimateFace](https://www.biorxiv.org/content/10.1101/2025.08.12.669927v1) | FD, FLE, FR, FAC | Cross-genus | [Yes](https://github.com/KordingLab/PrimateFace) | [Yes](https://github.com/KordingLab/PrimateFace) | 200K+ images |
58
  | 2025 | [PriVi](https://arxiv.org/pdf/2511.09675) | PD, BR | Apes | N/A | Multiple | N/A |
59
- | 2025 | [Igaue et al.](https://arxiv.org/pdf/2511.16711) | FD, FAC | Macaque | TBD | N/A | N/A |
60
- | 2025 | [Iashin et al.](https://arxiv.org/abs/2507.10552) | FD,FR | Chimp | [Yes](https://github.com/v-iashin/ChimpUFE) | No | N/A |
61
  | 2025 | [Fuchs et al.](https://link-springer-com.proxy.library.upenn.edu/article/10.1007/s11263-025-02484-6) | BR | Chimp | [Yes](https://github.com/MitchFuchs/ChimpBehave) | Yes | 215,000 |
62
- | 2024 | [Scott et al.](https://arxiv.org/pdf/2412.15966) | PE | Macaque | N/A | N/A | N/A |
63
  | 2024 | [ChimpVLM](https://arxiv.org/pdf/2404.08937) | BR | Chimp | N/A | Used PanAf20k | N/A |
64
  | 2024 | [AlphaChimp](https://arxiv.org/pdf/2410.17136) | PD, BR | Chimp | [Yes](https://github.com/ShirleyMaxx/AlphaChimp?tab=readme-ov-file) | [ChimpAct](https://github.com/ShirleyMaxx/ChimpACT?tab=readme-ov-file#data) | N/A |
65
- | 2024 | [Paulet et al.](https://link.springer.com/article/10.1007/s10329-024-01137-5) | FR | Macaque | No | No | N/A |
66
  | 2024 | [PanAf20K](https://link.springer.com/article/10.1007/s11263-024-02003-z) | PD, BR | Apes | [No](https://github.com/obrookes/panaf.github.io) | [Yes](https://data.bris.ac.uk/data/dataset/1h73erszj3ckn2qjwm4sqmr2wt) | 20k |
67
- | 2024 | [Gris et al.](https://docserver.ingentaconnect.com/deliver/fasttrack/aalas/15596109/jaalas_23000056.pdf?expires=1710859610&id=pennsylvaniapa&checksum=13D04EE26CE4C36535F9651507F83EDC) | FD, O | Macaque | No | No | N/A |
68
- | 2024 | [MacAction](https://www.biorxiv.org/content/10.1101/2024.01.29.577734v1.full.pdf) | AM | Macaque | No | No | N/A |
69
  | 2024 | [LabGym](https://link-springer-com.proxy.library.upenn.edu/epdf/10.1007/s10329-024-01123-x?sharing_token=_ApwJ7je3dmaWjW7cYNbUPe4RwlQNchNByi7wbcMAY4h1wHpdNqXXEnVHidjh8t56BEMyNJkqC8xIJ-ZpXK78qFoYXZ7oq8pYO62wVWzEHVj6fEbKl9wvAlIYBLr4-giBZwcMH2HZvRPiyRk4I1-_3hbhgnYy_ZtE0jBSB4UJo4=) | BR | Macaque | [Yes](https://github.com/umyelab/LabGym) | Yes | N/A |
70
- | 2024 | [Cheng et al.](https://www.biorxiv.org/content/10.1101/2024.02.27.582429v3.full.pdf) | BR | Macaque | No | No | N/A |
71
- | 2024 | [PRIMAT (Vogg et al.)](https://www.biorxiv.org/content/10.1101/2024.08.21.607881v1.full.pdf) | 2D BPE | Cross-species | No | No | N/A |
72
- | 2024 | [Xing et al.](https://www.biorxiv.org/content/10.1101/2024.02.16.580693v1.full.pdf) | O | Marmoset | No | No | N/A |
73
- | 2024 | [Menegas et al.](https://www.biorxiv.org/content/10.1101/2024.08.30.610159v1.full.pdf) | BR | Marmoset | No | No | N/A |
74
- | 2023 | [GorillaVision](https://inf-cv.uni-jena.de/wordpress/wp-content/uploads/2023/09/Talk-12-Maximilian-Schall.pdf) | FD, FR | Gorilla | [Yes](https://github.com/Lasklu/gorillavision) | No | 832 |
75
- | 2023 | [Abbaspoor, Rahman et al.](https://www.biorxiv.org/content/10.1101/2023.12.11.571113v1.abstract) | 3D BPE | Macaque | No | No | N/A |
76
- | 2023 | [Mimura et al.](https://www.biorxiv.org/content/10.1101/2023.03.04.531044v3.abstract) | BR | Macaque, Marmoset | No | No | N/A |
77
- | 2023 | [Schofield et al.](https://besjournals.onlinelibrary.wiley.com/doi/epdf/10.1111/2041-210X.14181) | FD, FR | Chimp | No | No | N/A |
78
- | 2023 | [Yang et al.](https://arxiv.org/pdf/2205.00275.pdf) | PD | Great Ape | No | No | N/A |
79
  | 2023 | [ASBAR](https://www.biorxiv.org/content/10.1101/2023.09.24.559236v1.full.pdf) | BR | Chimp, Gorilla | Yes | [Yes](https://github.com/MitchFuchs/asbar) | 5,440 labels |
80
  | 2023 | [DeepWild](https://besjournals-onlinelibrary-wiley-com.proxy.library.upenn.edu/doi/full/10.1111/1365-2656.13932) | 2D BPE | Chimp, Bonobo | [Yes](https://github.com/Wild-Minds/DeepWild) | [Upon request](https://doi-org.proxy.library.upenn.edu/10.5281/zenodo.5600472) | N/A |
81
- | 2023 | [Kaneko et al.](https://www.biorxiv.org/content/10.1101/2023.10.16.561623v1.full.pdf) | 3D BM | Marmoset | No | No | N/A |
82
- | 2023 | [Matsumoto et al.](https://www.biorxiv.org/content/10.1101/2023.09.13.556332v1.full.pdf) | 3D BM | Macaque | No | No | N/A |
83
  | 2023 | [ChimpAct](https://proceedings.neurips.cc/paper_files/paper/2023/file/57a95cd3898bf4912269848a01f53620-Paper-Datasets_and_Benchmarks.pdf) | 2D BPE, FR, BR | Chimp | Yes | Yes | 160,500 |
84
- | 2023 | OpenMonkeyChallenge | 2D BPE | Cross-species | No | [Yes](https://competitions.codalab.org/competitions/34342) | 111,529 |
85
- | 2023 | [Pillai et al.](https://ieeexplore-ieee-org.proxy.library.upenn.edu/stamp/stamp.jsp?tp=&arnumber=10199762&tag=1) | PD | Cross-Species | No | No | N/A |
86
- | 2023 | [Reddy et al.](https://ieeexplore-ieee-org.proxy.library.upenn.edu/stamp/stamp.jsp?tp=&arnumber=10276306) | PD | Cross-species | No | No | N/A |
87
- | 2023 | [Bala et al.](https://link-springer-com.proxy.library.upenn.edu/article/10.1007/s11263-023-01804-y) | 3D BPE | Cross-species | No | No | N/A |
88
- | 2023 | [Brookes et al.](https://arxiv.org/pdf/2301.02642.pdf) | BR | Apes | No | No | N/A |
89
- | 2022 | [Ngo et al.](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10203885/) | BR | Marmoset | No | No | N/A |
90
- | 2022 | [Brachiation](https://arxiv.org/pdf/2205.03943.pdf) | RL | Gibbon | [Yes](https://github.com/brachiation-rl/brachiation) | No | N/A |
91
  | 2022 | [SIPEC](https://www-nature-com.proxy.library.upenn.edu/articles/s42256-022-00477-5) | 2D BPE, FR, BR | Macaque | [Some](https://www.dropbox.com/sh/y387kik9mwuszl3/AABBVWALEimW-hrbXvdfjHQSa?dl=0) | Upon request | N/A |
92
- | 2022 | [Ueno et al.](https://onlinelibrary.wiley.com/doi/full/10.1111/eth.13277) | FR | Macaque | No | No | N/A |
93
- | 2021 | [Brookes & Burghardt](https://arxiv.org/pdf/2012.04689.pdf) | FR | Gorilla | No | [Yes](https://data.bris.ac.uk/data/dataset/jf0859kboy8k2ufv60dqeb2t8) | >5,000 |
94
- | 2021 | [Bain et al.](https://www-science-org.proxy.library.upenn.edu/doi/full/10.1126/sciadv.abi4883) | BR | Chimp | No | TBD | N/A |
95
- | 2021 | OpenApePose | 2D BPE | Cross-species | No | Yes | 71,868 |
96
  | 2021 | MacaquePose | 2D BPE | Macaque | Yes | Yes | 13,000 |
97
- | 2021 | [GreatApe Dictionary](https://zenodo.org/records/5600472#.YX1_ddbMK_J) | Data | Chimp | No | Upon request | N/A |
98
- | 2021 | [Negrete et al.](https://www.biorxiv.org/content/10.1101/2021.01.28.428726v1.full.pdf) | 2D BPE | Macaque | No | No | N/A |
99
- | 2020 | [Kumar & Shingala](https://link-springer-com.proxy.library.upenn.edu/chapter/10.1007/978-981-15-3383-9_34) | PD | Langur | No | No | N/A |
100
  | 2020 | Sakib & Burghardt | BR | Chimp | [Yes](https://github.com/fznsakib/great-ape-behaviour-detector) | [Yes: Labeled Pan African](https://data.bris.ac.uk/data/dataset/jh6hrovynjik2ix2h7m6fdea3) | 180,000 |
101
  | 2020 | OpenMonkeyStudio | 3D BPE | Macaque | Upon request | [Yes](https://github.com/OpenMonkeyStudio/OMS_Data) | 195,228 |
102
- | 2020 | [Tri-A](https://www.sciencedirect.com/science/article/pii/S2589004220306027#mmc1) | FD, FR | 41 species | No | [Yes](https://data.mendeley.com/datasets/z3x59pv4bz/2) | 102,399 |
103
- | 2020 | [Sanakoyeu et al.](https://openaccess.thecvf.com/content_CVPR_2020/papers/Sanakoyeu_Transferring_Dense_Pose_to_Proximal_Animal_Classes_CVPR_2020_paper.pdf) | AM | Chimp | [Kind of](https://github.com/asanakoy/densepose-evolution) | No | N/A
104
- | 2020 | [EthoLoop](https://www.nature.com/articles/s41592-020-0961-2) | 3D BPE | Lemur | No | Upon request | N/A |
105
- | 2019 | [Bain et al.](https://arxiv.org/pdf/1909.08950.pdf) | PD, FD, FR | Chimp | No | No | N/A |
106
- | 2019 | [Schofield et al.](https://www-science-org.proxy.library.upenn.edu/doi/full/10.1126/sciadv.aaw0736) | FD, FR | Chimp | No | No | N/A |
107
- | 2019 | Yang et al. | PD | Chimp | No | [Yes: Labeled Pan African](https://data.bris.ac.uk/data/dataset/jh6hrovynjik2ix2h7m6fdea3) | 180,000 |
108
- | 2019 | Labuguen et al. | 2D BPE | Macaque | No | No | N/A |
109
- | 2018 | [Sinha, Agarwal et al.](https://openaccess.thecvf.com/content_ECCVW_2018/papers/11129/Sinha_Exploring_Bias_in_Primate_Face_Detection_and_Recognition_ECCVW_2018_paper.pdf) | PD | Cross-species | No | No | N/A |
110
- | 2018 | [Deb et al.](https://ieeexplore-ieee-org.proxy.library.upenn.edu/abstract/document/8698538/authors) | FR | Cross-species | No | No | N/A |
111
- | 2018 | [Witham](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5909037/) | FLE | Macaque | TBD | [Yes](https://figshare.com/articles/dataset/Macaque_Faces/9862586/1?file=17682749) | 4,000 |
112
- | 2018 | [Labuguen et al.](https://www.biorxiv.org/content/10.1101/377895v1.full.pdf) | PD | Macaque | No | No | N/A |
113
- | 2017 | [LemurFaceID](https://link-springer-com.proxy.library.upenn.edu/article/10.1186/s40850-016-0011-9) | FD, FR | Lemur | No | [Yes](http://biometrics.cse.msu.edu/Publications/Databases/MSU_LemurFaceID/) | 462
114
- | 2017 | [Brust et al.](https://openaccess.thecvf.com/content_ICCV_2017_workshops/papers/w41/Brust_Towards_Automated_Visual_ICCV_2017_paper.pdf) | FD, FR | Gorilla | No | No | N/A |
115
- | 2016 | [Crunchant et al.](https://onlinelibrary.wiley.com/doi/epdf/10.1002/ajp.22627) | FD | Chimp | No | No | N/A |
116
- | 2016 | [Nakamura et al.](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0166154) | 3D BM | Macaque | No | No | N/A |
117
- | 2016 | [Freytag et al.](https://link-springer-com.proxy.library.upenn.edu/chapter/10.1007/978-3-319-45886-1_5) | FR | Chimp | No | [Yes](https://github.com/cvjena/chimpanzee_faces) | 6,486 |
118
- | 2014 | [Ballesta et al.](https://www-sciencedirect-com.proxy.library.upenn.edu/science/article/pii/S0165027014001848?via%3Dihub) | 3D, O | Macaque | No | No | N/A |
119
- | 2013 | [Loos & Ernst](https://link-springer-com.proxy.library.upenn.edu/article/10.1186/1687-5281-2013-49) | FD, FR | Chimp | No | N/A | 6,522 |
120
- | 2012 | [Loos & Pfitzer](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6208167) | FR | Chimp | No | No | N/A |
121
- | 2012 | [Loos & Ernst](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6424643) | FD, Fr | Chimp | No | No | N/A |
122
- | 2011 | [Loos et al.](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7074032) | FR | Chimp | No | No | N/A |
123
- | 2011 | [Ernst & Küblbeck](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6027337) | FD, SI | Chimp, Gorilla | No | No | N/A |
124
 
125
  ### Datasets
126
 
@@ -143,11 +143,11 @@ By sharing your datasets and models, you contribute to advancing primatology and
143
  | Year | Paper | Topic | Animal | Model? | Data? | Image/Video Count |
144
  |------|-----|-------|---------|------------|---------------|-------------|
145
  | 2023 | [MammalNet](https://arxiv.org/pdf/2306.00576.pdf) | BR | Cross-species | [Yes](https://github.com/Vision-CAIR/MammalNet) | [Yes](https://mammal-net.github.io/) | 18k videos |
146
- | 2022 | [Animal Kingdom](https://arxiv.org/pdf/2204.08129.pdf) | 2D BPE, BR | Cross-species | No | [Yes](https://github.com/sutdcv/Animal-Kingdom) | N/A |
147
- | 2022 | [APT-36K](https://arxiv.org/pdf/2206.05683.pdf) | 2D BPE | Cross-species | No | [Yes](https://github.com/pandorgan/APT-36K) | < 36K |
148
  | 2021 | AP10k | 2D BPE | Cross-species | [Yes](https://github.com/open-mmlab/mmpose/tree/main/configs/animal_2d_keypoint/topdown_heatmap/ap10k) | Yes | 10,015 (675 primates) |
149
- | 2021 | [LiftPose3D](https://www-nature-com.proxy.library.upenn.edu/articles/s41592-021-01226-z) | 3D BPE | Cross-species | Yes | No | N/A |
150
- | 2020 | AnimalWeb | FD, FLE | Cross-species | No | Yes | 21,921 |
151
 
152
  #### Reviews
153
  | Year | Tag | Topic | Animal |
 
1
  # 🐒 [Awesome Computational Primatology](http://kordinglab.com/awesome-computational-primatology/)
2
 
3
  [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
4
+ [![Papers](https://img.shields.io/badge/Papers-65+-blue)](https://github.com/KordingLab/awesome-computational-primatology#projects)
5
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/KordingLab/awesome-computational-primatology/blob/main/CONTRIBUTING.md)
6
  [![Last Updated](https://img.shields.io/github/last-commit/KordingLab/awesome-computational-primatology?label=last%20updated)](https://github.com/KordingLab/awesome-computational-primatology/commits/main)
7
 
 
49
  - `[Yes](link)`: Code + models available
50
  - `[Code only](link)`: Repository available, but no pre-trained models
51
  - `[No](link)`: Repository with general information, but no functional code or models
52
+ - "N/A": No repository or models provided
53
 
54
  ### Projects
55
  | Year | Paper | Topic | Animal | Model? | Data? | Image/Video Count |
56
  |------|-----|-------|---------|------------|---------------|-------------|
57
  | 2025 | [PrimateFace](https://www.biorxiv.org/content/10.1101/2025.08.12.669927v1) | FD, FLE, FR, FAC | Cross-genus | [Yes](https://github.com/KordingLab/PrimateFace) | [Yes](https://github.com/KordingLab/PrimateFace) | 200K+ images |
58
  | 2025 | [PriVi](https://arxiv.org/pdf/2511.09675) | PD, BR | Apes | N/A | Multiple | N/A |
59
+ | 2025 | [Igaue et al.](https://arxiv.org/pdf/2511.16711) | FD, FAC | Macaque | N/A | N/A | N/A |
60
+ | 2025 | [Iashin et al.](https://arxiv.org/abs/2507.10552) | FD, FR | Chimp | [Yes](https://github.com/v-iashin/ChimpUFE) | N/A | N/A |
61
  | 2025 | [Fuchs et al.](https://link-springer-com.proxy.library.upenn.edu/article/10.1007/s11263-025-02484-6) | BR | Chimp | [Yes](https://github.com/MitchFuchs/ChimpBehave) | Yes | 215,000 |
62
+ | 2024 | [Scott et al.](https://arxiv.org/pdf/2412.15966) | BPE | Macaque | N/A | N/A | N/A |
63
  | 2024 | [ChimpVLM](https://arxiv.org/pdf/2404.08937) | BR | Chimp | N/A | Used PanAf20k | N/A |
64
  | 2024 | [AlphaChimp](https://arxiv.org/pdf/2410.17136) | PD, BR | Chimp | [Yes](https://github.com/ShirleyMaxx/AlphaChimp?tab=readme-ov-file) | [ChimpAct](https://github.com/ShirleyMaxx/ChimpACT?tab=readme-ov-file#data) | N/A |
65
+ | 2024 | [Paulet et al.](https://link.springer.com/article/10.1007/s10329-024-01137-5) | FR | Macaque | N/A | N/A | N/A |
66
  | 2024 | [PanAf20K](https://link.springer.com/article/10.1007/s11263-024-02003-z) | PD, BR | Apes | [No](https://github.com/obrookes/panaf.github.io) | [Yes](https://data.bris.ac.uk/data/dataset/1h73erszj3ckn2qjwm4sqmr2wt) | 20k |
67
+ | 2024 | [Gris et al.](https://docserver.ingentaconnect.com/deliver/fasttrack/aalas/15596109/jaalas_23000056.pdf?expires=1710859610&id=pennsylvaniapa&checksum=13D04EE26CE4C36535F9651507F83EDC) | FD, O | Macaque | N/A | N/A | N/A |
68
+ | 2024 | [MacAction](https://www.biorxiv.org/content/10.1101/2024.01.29.577734v1.full.pdf) | AM | Macaque | N/A | N/A | N/A |
69
  | 2024 | [LabGym](https://link-springer-com.proxy.library.upenn.edu/epdf/10.1007/s10329-024-01123-x?sharing_token=_ApwJ7je3dmaWjW7cYNbUPe4RwlQNchNByi7wbcMAY4h1wHpdNqXXEnVHidjh8t56BEMyNJkqC8xIJ-ZpXK78qFoYXZ7oq8pYO62wVWzEHVj6fEbKl9wvAlIYBLr4-giBZwcMH2HZvRPiyRk4I1-_3hbhgnYy_ZtE0jBSB4UJo4=) | BR | Macaque | [Yes](https://github.com/umyelab/LabGym) | Yes | N/A |
70
+ | 2024 | [Cheng et al.](https://www.biorxiv.org/content/10.1101/2024.02.27.582429v3.full.pdf) | BR | Macaque | N/A | N/A | N/A |
71
+ | 2024 | [PRIMAT (Vogg et al.)](https://www.biorxiv.org/content/10.1101/2024.08.21.607881v1.full.pdf) | 2D BPE | Cross-species | N/A | N/A | N/A |
72
+ | 2024 | [Xing et al.](https://www.biorxiv.org/content/10.1101/2024.02.16.580693v1.full.pdf) | O | Marmoset | N/A | N/A | N/A |
73
+ | 2024 | [Menegas et al.](https://www.biorxiv.org/content/10.1101/2024.08.30.610159v1.full.pdf) | BR | Marmoset | N/A | N/A | N/A |
74
+ | 2023 | [GorillaVision](https://inf-cv.uni-jena.de/wordpress/wp-content/uploads/2023/09/Talk-12-Maximilian-Schall.pdf) | FD, FR | Gorilla | [Yes](https://github.com/Lasklu/gorillavision) | N/A | 832 |
75
+ | 2023 | [Abbaspoor, Rahman et al.](https://www.biorxiv.org/content/10.1101/2023.12.11.571113v1.abstract) | 3D BPE | Macaque | N/A | N/A | N/A |
76
+ | 2023 | [Mimura et al.](https://www.biorxiv.org/content/10.1101/2023.03.04.531044v3.abstract) | BR | Macaque, Marmoset | N/A | N/A | N/A |
77
+ | 2023 | [Schofield et al.](https://besjournals.onlinelibrary.wiley.com/doi/epdf/10.1111/2041-210X.14181) | FD, FR | Chimp | N/A | N/A | N/A |
78
+ | 2023 | [Yang et al.](https://arxiv.org/pdf/2205.00275.pdf) | PD | Great Ape | N/A | N/A | N/A |
79
  | 2023 | [ASBAR](https://www.biorxiv.org/content/10.1101/2023.09.24.559236v1.full.pdf) | BR | Chimp, Gorilla | Yes | [Yes](https://github.com/MitchFuchs/asbar) | 5,440 labels |
80
  | 2023 | [DeepWild](https://besjournals-onlinelibrary-wiley-com.proxy.library.upenn.edu/doi/full/10.1111/1365-2656.13932) | 2D BPE | Chimp, Bonobo | [Yes](https://github.com/Wild-Minds/DeepWild) | [Upon request](https://doi-org.proxy.library.upenn.edu/10.5281/zenodo.5600472) | N/A |
81
+ | 2023 | [Kaneko et al.](https://www.biorxiv.org/content/10.1101/2023.10.16.561623v1.full.pdf) | 3D BPE | Marmoset | N/A | N/A | N/A |
82
+ | 2023 | [Matsumoto et al.](https://www.biorxiv.org/content/10.1101/2023.09.13.556332v1.full.pdf) | 3D BPE | Macaque | N/A | N/A | N/A |
83
  | 2023 | [ChimpAct](https://proceedings.neurips.cc/paper_files/paper/2023/file/57a95cd3898bf4912269848a01f53620-Paper-Datasets_and_Benchmarks.pdf) | 2D BPE, FR, BR | Chimp | Yes | Yes | 160,500 |
84
+ | 2023 | OpenMonkeyChallenge | 2D BPE | Cross-species | N/A | [Yes](https://competitions.codalab.org/competitions/34342) | 111,529 |
85
+ | 2023 | [Pillai et al.](https://ieeexplore-ieee-org.proxy.library.upenn.edu/stamp/stamp.jsp?tp=&arnumber=10199762&tag=1) | PD | Cross-species | N/A | N/A | N/A |
86
+ | 2023 | [Reddy et al.](https://ieeexplore-ieee-org.proxy.library.upenn.edu/stamp/stamp.jsp?tp=&arnumber=10276306) | PD | Cross-species | N/A | N/A | N/A |
87
+ | 2023 | [Bala et al.](https://link-springer-com.proxy.library.upenn.edu/article/10.1007/s11263-023-01804-y) | 3D BPE | Cross-species | N/A | N/A | N/A |
88
+ | 2023 | [Brookes et al.](https://arxiv.org/pdf/2301.02642.pdf) | BR | Apes | N/A | N/A | N/A |
89
+ | 2022 | [Ngo et al.](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10203885/) | BR | Marmoset | N/A | N/A | N/A |
90
+ | 2022 | [Brachiation](https://arxiv.org/pdf/2205.03943.pdf) | RL | Gibbon | [Yes](https://github.com/brachiation-rl/brachiation) | N/A | N/A |
91
  | 2022 | [SIPEC](https://www-nature-com.proxy.library.upenn.edu/articles/s42256-022-00477-5) | 2D BPE, FR, BR | Macaque | [Some](https://www.dropbox.com/sh/y387kik9mwuszl3/AABBVWALEimW-hrbXvdfjHQSa?dl=0) | Upon request | N/A |
92
+ | 2022 | [Ueno et al.](https://onlinelibrary.wiley.com/doi/full/10.1111/eth.13277) | FR | Macaque | N/A | N/A | N/A |
93
+ | 2021 | [Brookes & Burghardt](https://arxiv.org/pdf/2012.04689.pdf) | FR | Gorilla | N/A | [Yes](https://data.bris.ac.uk/data/dataset/jf0859kboy8k2ufv60dqeb2t8) | >5,000 |
94
+ | 2021 | [Bain et al.](https://www-science-org.proxy.library.upenn.edu/doi/full/10.1126/sciadv.abi4883) | BR | Chimp | N/A | N/A | N/A |
95
+ | 2021 | OpenApePose | 2D BPE | Cross-species | N/A | Yes | 71,868 |
96
  | 2021 | MacaquePose | 2D BPE | Macaque | Yes | Yes | 13,000 |
97
+ | 2021 | [GreatApe Dictionary](https://zenodo.org/records/5600472#.YX1_ddbMK_J) | BR | Chimp | N/A | Upon request | N/A |
98
+ | 2021 | [Negrete et al.](https://www.biorxiv.org/content/10.1101/2021.01.28.428726v1.full.pdf) | 2D BPE | Macaque | N/A | N/A | N/A |
99
+ | 2020 | [Kumar & Shingala](https://link-springer-com.proxy.library.upenn.edu/chapter/10.1007/978-981-15-3383-9_34) | PD | Langur | N/A | N/A | N/A |
100
  | 2020 | Sakib & Burghardt | BR | Chimp | [Yes](https://github.com/fznsakib/great-ape-behaviour-detector) | [Yes: Labeled Pan African](https://data.bris.ac.uk/data/dataset/jh6hrovynjik2ix2h7m6fdea3) | 180,000 |
101
  | 2020 | OpenMonkeyStudio | 3D BPE | Macaque | Upon request | [Yes](https://github.com/OpenMonkeyStudio/OMS_Data) | 195,228 |
102
+ | 2020 | [Tri-A](https://www.sciencedirect.com/science/article/pii/S2589004220306027#mmc1) | FD, FR | 41 species | N/A | [Yes](https://data.mendeley.com/datasets/z3x59pv4bz/2) | 102,399 |
103
+ | 2020 | [Sanakoyeu et al.](https://openaccess.thecvf.com/content_CVPR_2020/papers/Sanakoyeu_Transferring_Dense_Pose_to_Proximal_Animal_Classes_CVPR_2020_paper.pdf) | AM | Chimp | [Kind of](https://github.com/asanakoy/densepose-evolution) | N/A | N/A |
104
+ | 2020 | [EthoLoop](https://www.nature.com/articles/s41592-020-0961-2) | 3D BPE | Lemur | N/A | Upon request | N/A |
105
+ | 2019 | [Bain et al.](https://arxiv.org/pdf/1909.08950.pdf) | PD, FD, FR | Chimp | N/A | N/A | N/A |
106
+ | 2019 | [Schofield et al.](https://www-science-org.proxy.library.upenn.edu/doi/full/10.1126/sciadv.aaw0736) | FD, FR | Chimp | N/A | N/A | N/A |
107
+ | 2019 | Yang et al. | PD | Chimp | N/A | [Yes: Labeled Pan African](https://data.bris.ac.uk/data/dataset/jh6hrovynjik2ix2h7m6fdea3) | 180,000 |
108
+ | 2019 | Labuguen et al. | 2D BPE | Macaque | N/A | N/A | N/A |
109
+ | 2018 | [Sinha, Agarwal et al.](https://openaccess.thecvf.com/content_ECCVW_2018/papers/11129/Sinha_Exploring_Bias_in_Primate_Face_Detection_and_Recognition_ECCVW_2018_paper.pdf) | PD | Cross-species | N/A | N/A | N/A |
110
+ | 2018 | [Deb et al.](https://ieeexplore-ieee-org.proxy.library.upenn.edu/abstract/document/8698538/authors) | FR | Cross-species | N/A | N/A | N/A |
111
+ | 2018 | [Witham](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5909037/) | FLE | Macaque | N/A | [Yes](https://figshare.com/articles/dataset/Macaque_Faces/9862586/1?file=17682749) | 4,000 |
112
+ | 2018 | [Labuguen et al.](https://www.biorxiv.org/content/10.1101/377895v1.full.pdf) | PD | Macaque | N/A | N/A | N/A |
113
+ | 2017 | [LemurFaceID](https://link-springer-com.proxy.library.upenn.edu/article/10.1186/s40850-016-0011-9) | FD, FR | Lemur | N/A | [Yes](http://biometrics.cse.msu.edu/Publications/Databases/MSU_LemurFaceID/) | 462 |
114
+ | 2017 | [Brust et al.](https://openaccess.thecvf.com/content_ICCV_2017_workshops/papers/w41/Brust_Towards_Automated_Visual_ICCV_2017_paper.pdf) | FD, FR | Gorilla | N/A | N/A | N/A |
115
+ | 2016 | [Crunchant et al.](https://onlinelibrary.wiley.com/doi/epdf/10.1002/ajp.22627) | FD | Chimp | N/A | N/A | N/A |
116
+ | 2016 | [Nakamura et al.](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0166154) | AM | Macaque | N/A | N/A | N/A |
117
+ | 2016 | [Freytag et al.](https://link-springer-com.proxy.library.upenn.edu/chapter/10.1007/978-3-319-45886-1_5) | FR | Chimp | N/A | [Yes](https://github.com/cvjena/chimpanzee_faces) | 6,486 |
118
+ | 2014 | [Ballesta et al.](https://www-sciencedirect-com.proxy.library.upenn.edu/science/article/pii/S0165027014001848?via%3Dihub) | 3D, O | Macaque | N/A | N/A | N/A |
119
+ | 2013 | [Loos & Ernst](https://link-springer-com.proxy.library.upenn.edu/article/10.1186/1687-5281-2013-49) | FD, FR | Chimp | N/A | N/A | 6,522 |
120
+ | 2012 | [Loos & Pfitzer](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6208167) | FR | Chimp | N/A | N/A | N/A |
121
+ | 2012 | [Loos & Ernst](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6424643) | FD, FR | Chimp | N/A | N/A | N/A |
122
+ | 2011 | [Loos et al.](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7074032) | FR | Chimp | N/A | N/A | N/A |
123
+ | 2011 | [Ernst & Küblbeck](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6027337) | FD, SI | Chimp, Gorilla | N/A | N/A | N/A |
124
 
125
  ### Datasets
126
 
 
143
  | Year | Paper | Topic | Animal | Model? | Data? | Image/Video Count |
144
  |------|-----|-------|---------|------------|---------------|-------------|
145
  | 2023 | [MammalNet](https://arxiv.org/pdf/2306.00576.pdf) | BR | Cross-species | [Yes](https://github.com/Vision-CAIR/MammalNet) | [Yes](https://mammal-net.github.io/) | 18k videos |
146
+ | 2022 | [Animal Kingdom](https://arxiv.org/pdf/2204.08129.pdf) | 2D BPE, BR | Cross-species | N/A | [Yes](https://github.com/sutdcv/Animal-Kingdom) | N/A |
147
+ | 2022 | [APT-36K](https://arxiv.org/pdf/2206.05683.pdf) | 2D BPE | Cross-species | N/A | [Yes](https://github.com/pandorgan/APT-36K) | < 36K |
148
  | 2021 | AP10k | 2D BPE | Cross-species | [Yes](https://github.com/open-mmlab/mmpose/tree/main/configs/animal_2d_keypoint/topdown_heatmap/ap10k) | Yes | 10,015 (675 primates) |
149
+ | 2021 | [LiftPose3D](https://www-nature-com.proxy.library.upenn.edu/articles/s41592-021-01226-z) | 3D BPE | Cross-species | Yes | N/A | N/A |
150
+ | 2020 | AnimalWeb | FD, FLE | Cross-species | N/A | Yes | 21,921 |
151
 
152
  #### Reviews
153
  | Year | Tag | Topic | Animal |
index.html CHANGED
@@ -310,7 +310,7 @@
310
 
311
  <div class="stats">
312
  <div class="stat-item">
313
- <span class="stat-number" id="total-papers">65</span>
314
  <span class="stat-label">Papers</span>
315
  </div>
316
  <div class="stat-item">
@@ -322,7 +322,7 @@
322
  <span class="stat-label">With Code</span>
323
  </div>
324
  <div class="stat-item">
325
- <span class="stat-number" id="with-data">16</span>
326
  <span class="stat-label">With Data</span>
327
  </div>
328
  </div>
@@ -411,17 +411,17 @@
411
  <td><a href="https://arxiv.org/pdf/2511.16711">Igaue et al.</a></td>
412
  <td>FD, FAC</td>
413
  <td>Macaque</td>
414
- <td>TBD</td>
415
  <td>N/A</td>
416
  <td>N/A</td>
417
  </tr>
418
  <tr>
419
  <td>2025</td>
420
  <td><a href="https://arxiv.org/abs/2507.10552">Iashin et al.</a></td>
421
- <td>FD,FR</td>
422
  <td>Chimp</td>
423
  <td><a href="https://github.com/v-iashin/ChimpUFE">Yes</a></td>
424
- <td>No</td>
425
  <td>N/A</td>
426
  </tr>
427
  <tr>
@@ -436,7 +436,7 @@
436
  <tr>
437
  <td>2024</td>
438
  <td><a href="https://arxiv.org/pdf/2412.15966">Scott et al.</a></td>
439
- <td>PE</td>
440
  <td>Macaque</td>
441
  <td>N/A</td>
442
  <td>N/A</td>
@@ -465,8 +465,8 @@
465
  <td><a href="https://link.springer.com/article/10.1007/s10329-024-01137-5">Paulet et al.</a></td>
466
  <td>FR</td>
467
  <td>Macaque</td>
468
- <td>No</td>
469
- <td>No</td>
470
  <td>N/A</td>
471
  </tr>
472
  <tr>
@@ -483,8 +483,8 @@
483
  <td><a href="https://docserver.ingentaconnect.com/deliver/fasttrack/aalas/15596109/jaalas_23000056.pdf?expires=1710859610&id=pennsylvaniapa&checksum=13D04EE26CE4C36535F9651507F83EDC">Gris et al.</a></td>
484
  <td>FD, O</td>
485
  <td>Macaque</td>
486
- <td>No</td>
487
- <td>No</td>
488
  <td>N/A</td>
489
  </tr>
490
  <tr>
@@ -492,8 +492,8 @@
492
  <td><a href="https://www.biorxiv.org/content/10.1101/2024.01.29.577734v1.full.pdf">MacAction</a></td>
493
  <td>AM</td>
494
  <td>Macaque</td>
495
- <td>No</td>
496
- <td>No</td>
497
  <td>N/A</td>
498
  </tr>
499
  <tr>
@@ -510,8 +510,8 @@
510
  <td><a href="https://www.biorxiv.org/content/10.1101/2024.02.27.582429v3.full.pdf">Cheng et al.</a></td>
511
  <td>BR</td>
512
  <td>Macaque</td>
513
- <td>No</td>
514
- <td>No</td>
515
  <td>N/A</td>
516
  </tr>
517
  <tr>
@@ -519,8 +519,8 @@
519
  <td><a href="https://www.biorxiv.org/content/10.1101/2024.08.21.607881v1.full.pdf">PRIMAT (Vogg et al.)</a></td>
520
  <td>2D BPE</td>
521
  <td>Cross-species</td>
522
- <td>No</td>
523
- <td>No</td>
524
  <td>N/A</td>
525
  </tr>
526
  <tr>
@@ -528,8 +528,8 @@
528
  <td><a href="https://www.biorxiv.org/content/10.1101/2024.02.16.580693v1.full.pdf">Xing et al.</a></td>
529
  <td>O</td>
530
  <td>Marmoset</td>
531
- <td>No</td>
532
- <td>No</td>
533
  <td>N/A</td>
534
  </tr>
535
  <tr>
@@ -537,8 +537,8 @@
537
  <td><a href="https://www.biorxiv.org/content/10.1101/2024.08.30.610159v1.full.pdf">Menegas et al.</a></td>
538
  <td>BR</td>
539
  <td>Marmoset</td>
540
- <td>No</td>
541
- <td>No</td>
542
  <td>N/A</td>
543
  </tr>
544
  <tr>
@@ -547,7 +547,7 @@
547
  <td>FD, FR</td>
548
  <td>Gorilla</td>
549
  <td><a href="https://github.com/Lasklu/gorillavision">Yes</a></td>
550
- <td>No</td>
551
  <td>832</td>
552
  </tr>
553
  <tr>
@@ -555,8 +555,8 @@
555
  <td><a href="https://www.biorxiv.org/content/10.1101/2023.12.11.571113v1.abstract">Abbaspoor, Rahman et al.</a></td>
556
  <td>3D BPE</td>
557
  <td>Macaque</td>
558
- <td>No</td>
559
- <td>No</td>
560
  <td>N/A</td>
561
  </tr>
562
  <tr>
@@ -564,8 +564,8 @@
564
  <td><a href="https://www.biorxiv.org/content/10.1101/2023.03.04.531044v3.abstract">Mimura et al.</a></td>
565
  <td>BR</td>
566
  <td>Macaque, Marmoset</td>
567
- <td>No</td>
568
- <td>No</td>
569
  <td>N/A</td>
570
  </tr>
571
  <tr>
@@ -573,8 +573,8 @@
573
  <td><a href="https://besjournals.onlinelibrary.wiley.com/doi/epdf/10.1111/2041-210X.14181">Schofield et al.</a></td>
574
  <td>FD, FR</td>
575
  <td>Chimp</td>
576
- <td>No</td>
577
- <td>No</td>
578
  <td>N/A</td>
579
  </tr>
580
  <tr>
@@ -582,8 +582,8 @@
582
  <td><a href="https://arxiv.org/pdf/2205.00275.pdf">Yang et al.</a></td>
583
  <td>PD</td>
584
  <td>Great Ape</td>
585
- <td>No</td>
586
- <td>No</td>
587
  <td>N/A</td>
588
  </tr>
589
  <tr>
@@ -607,19 +607,19 @@
607
  <tr>
608
  <td>2023</td>
609
  <td><a href="https://www.biorxiv.org/content/10.1101/2023.10.16.561623v1.full.pdf">Kaneko et al.</a></td>
610
- <td>3D BM</td>
611
  <td>Marmoset</td>
612
- <td>No</td>
613
- <td>No</td>
614
  <td>N/A</td>
615
  </tr>
616
  <tr>
617
  <td>2023</td>
618
  <td><a href="https://www.biorxiv.org/content/10.1101/2023.09.13.556332v1.full.pdf">Matsumoto et al.</a></td>
619
- <td>3D BM</td>
620
  <td>Macaque</td>
621
- <td>No</td>
622
- <td>No</td>
623
  <td>N/A</td>
624
  </tr>
625
  <tr>
@@ -636,7 +636,7 @@
636
  <td>OpenMonkeyChallenge</td>
637
  <td>2D BPE</td>
638
  <td>Cross-species</td>
639
- <td>No</td>
640
  <td><a href="https://competitions.codalab.org/competitions/34342">Yes</a></td>
641
  <td>111,529</td>
642
  </tr>
@@ -644,9 +644,9 @@
644
  <td>2023</td>
645
  <td><a href="https://ieeexplore-ieee-org.proxy.library.upenn.edu/stamp/stamp.jsp?tp=&arnumber=10199762&tag=1">Pillai et al.</a></td>
646
  <td>PD</td>
647
- <td>Cross-Species</td>
648
- <td>No</td>
649
- <td>No</td>
650
  <td>N/A</td>
651
  </tr>
652
  <tr>
@@ -654,8 +654,8 @@
654
  <td><a href="https://ieeexplore-ieee-org.proxy.library.upenn.edu/stamp/stamp.jsp?tp=&arnumber=10276306">Reddy et al.</a></td>
655
  <td>PD</td>
656
  <td>Cross-species</td>
657
- <td>No</td>
658
- <td>No</td>
659
  <td>N/A</td>
660
  </tr>
661
  <tr>
@@ -663,8 +663,8 @@
663
  <td><a href="https://link-springer-com.proxy.library.upenn.edu/article/10.1007/s11263-023-01804-y">Bala et al.</a></td>
664
  <td>3D BPE</td>
665
  <td>Cross-species</td>
666
- <td>No</td>
667
- <td>No</td>
668
  <td>N/A</td>
669
  </tr>
670
  <tr>
@@ -672,8 +672,8 @@
672
  <td><a href="https://arxiv.org/pdf/2301.02642.pdf">Brookes et al.</a></td>
673
  <td>BR</td>
674
  <td>Apes</td>
675
- <td>No</td>
676
- <td>No</td>
677
  <td>N/A</td>
678
  </tr>
679
  <tr>
@@ -681,8 +681,8 @@
681
  <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10203885/">Ngo et al.</a></td>
682
  <td>BR</td>
683
  <td>Marmoset</td>
684
- <td>No</td>
685
- <td>No</td>
686
  <td>N/A</td>
687
  </tr>
688
  <tr>
@@ -691,7 +691,7 @@
691
  <td>RL</td>
692
  <td>Gibbon</td>
693
  <td><a href="https://github.com/brachiation-rl/brachiation">Yes</a></td>
694
- <td>No</td>
695
  <td>N/A</td>
696
  </tr>
697
  <tr>
@@ -708,8 +708,8 @@
708
  <td><a href="https://onlinelibrary.wiley.com/doi/full/10.1111/eth.13277">Ueno et al.</a></td>
709
  <td>FR</td>
710
  <td>Macaque</td>
711
- <td>No</td>
712
- <td>No</td>
713
  <td>N/A</td>
714
  </tr>
715
  <tr>
@@ -717,7 +717,7 @@
717
  <td><a href="https://arxiv.org/pdf/2012.04689.pdf">Brookes & Burghardt</a></td>
718
  <td>FR</td>
719
  <td>Gorilla</td>
720
- <td>No</td>
721
  <td><a href="https://data.bris.ac.uk/data/dataset/jf0859kboy8k2ufv60dqeb2t8">Yes</a></td>
722
  <td>>5,000</td>
723
  </tr>
@@ -726,8 +726,8 @@
726
  <td><a href="https://www-science-org.proxy.library.upenn.edu/doi/full/10.1126/sciadv.abi4883">Bain et al.</a></td>
727
  <td>BR</td>
728
  <td>Chimp</td>
729
- <td>No</td>
730
- <td>TBD</td>
731
  <td>N/A</td>
732
  </tr>
733
  <tr>
@@ -735,7 +735,7 @@
735
  <td>OpenApePose</td>
736
  <td>2D BPE</td>
737
  <td>Cross-species</td>
738
- <td>No</td>
739
  <td>Yes</td>
740
  <td>71,868</td>
741
  </tr>
@@ -751,9 +751,9 @@
751
  <tr>
752
  <td>2021</td>
753
  <td><a href="https://zenodo.org/records/5600472#.YX1_ddbMK_J">GreatApe Dictionary</a></td>
754
- <td>Data</td>
755
  <td>Chimp</td>
756
- <td>No</td>
757
  <td>Upon request</td>
758
  <td>N/A</td>
759
  </tr>
@@ -762,8 +762,8 @@
762
  <td><a href="https://www.biorxiv.org/content/10.1101/2021.01.28.428726v1.full.pdf">Negrete et al.</a></td>
763
  <td>2D BPE</td>
764
  <td>Macaque</td>
765
- <td>No</td>
766
- <td>No</td>
767
  <td>N/A</td>
768
  </tr>
769
  <tr>
@@ -771,8 +771,8 @@
771
  <td><a href="https://link-springer-com.proxy.library.upenn.edu/chapter/10.1007/978-981-15-3383-9_34">Kumar & Shingala</a></td>
772
  <td>PD</td>
773
  <td>Langur</td>
774
- <td>No</td>
775
- <td>No</td>
776
  <td>N/A</td>
777
  </tr>
778
  <tr>
@@ -798,16 +798,25 @@
798
  <td><a href="https://www.sciencedirect.com/science/article/pii/S2589004220306027#mmc1">Tri-A</a></td>
799
  <td>FD, FR</td>
800
  <td>41 species</td>
801
- <td>No</td>
802
  <td><a href="https://data.mendeley.com/datasets/z3x59pv4bz/2">Yes</a></td>
803
  <td>102,399</td>
804
  </tr>
 
 
 
 
 
 
 
 
 
805
  <tr>
806
  <td>2020</td>
807
  <td><a href="https://www.nature.com/articles/s41592-020-0961-2">EthoLoop</a></td>
808
  <td>3D BPE</td>
809
  <td>Lemur</td>
810
- <td>No</td>
811
  <td>Upon request</td>
812
  <td>N/A</td>
813
  </tr>
@@ -816,8 +825,8 @@
816
  <td><a href="https://arxiv.org/pdf/1909.08950.pdf">Bain et al.</a></td>
817
  <td>PD, FD, FR</td>
818
  <td>Chimp</td>
819
- <td>No</td>
820
- <td>No</td>
821
  <td>N/A</td>
822
  </tr>
823
  <tr>
@@ -825,8 +834,8 @@
825
  <td><a href="https://www-science-org.proxy.library.upenn.edu/doi/full/10.1126/sciadv.aaw0736">Schofield et al.</a></td>
826
  <td>FD, FR</td>
827
  <td>Chimp</td>
828
- <td>No</td>
829
- <td>No</td>
830
  <td>N/A</td>
831
  </tr>
832
  <tr>
@@ -834,7 +843,7 @@
834
  <td>Yang et al.</td>
835
  <td>PD</td>
836
  <td>Chimp</td>
837
- <td>No</td>
838
  <td><a href="https://data.bris.ac.uk/data/dataset/jh6hrovynjik2ix2h7m6fdea3">Yes: Labeled Pan African</a></td>
839
  <td>180,000</td>
840
  </tr>
@@ -843,8 +852,8 @@
843
  <td>Labuguen et al.</td>
844
  <td>2D BPE</td>
845
  <td>Macaque</td>
846
- <td>No</td>
847
- <td>No</td>
848
  <td>N/A</td>
849
  </tr>
850
  <tr>
@@ -852,8 +861,8 @@
852
  <td><a href="https://openaccess.thecvf.com/content_ECCVW_2018/papers/11129/Sinha_Exploring_Bias_in_Primate_Face_Detection_and_Recognition_ECCVW_2018_paper.pdf">Sinha, Agarwal et al.</a></td>
853
  <td>PD</td>
854
  <td>Cross-species</td>
855
- <td>No</td>
856
- <td>No</td>
857
  <td>N/A</td>
858
  </tr>
859
  <tr>
@@ -861,8 +870,8 @@
861
  <td><a href="https://ieeexplore-ieee-org.proxy.library.upenn.edu/abstract/document/8698538/authors">Deb et al.</a></td>
862
  <td>FR</td>
863
  <td>Cross-species</td>
864
- <td>No</td>
865
- <td>No</td>
866
  <td>N/A</td>
867
  </tr>
868
  <tr>
@@ -870,7 +879,7 @@
870
  <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5909037/">Witham</a></td>
871
  <td>FLE</td>
872
  <td>Macaque</td>
873
- <td>TBD</td>
874
  <td><a href="https://figshare.com/articles/dataset/Macaque_Faces/9862586/1?file=17682749">Yes</a></td>
875
  <td>4,000</td>
876
  </tr>
@@ -879,17 +888,26 @@
879
  <td><a href="https://www.biorxiv.org/content/10.1101/377895v1.full.pdf">Labuguen et al.</a></td>
880
  <td>PD</td>
881
  <td>Macaque</td>
882
- <td>No</td>
883
- <td>No</td>
884
  <td>N/A</td>
885
  </tr>
 
 
 
 
 
 
 
 
 
886
  <tr>
887
  <td>2017</td>
888
  <td><a href="https://openaccess.thecvf.com/content_ICCV_2017_workshops/papers/w41/Brust_Towards_Automated_Visual_ICCV_2017_paper.pdf">Brust et al.</a></td>
889
  <td>FD, FR</td>
890
  <td>Gorilla</td>
891
- <td>No</td>
892
- <td>No</td>
893
  <td>N/A</td>
894
  </tr>
895
  <tr>
@@ -897,17 +915,17 @@
897
  <td><a href="https://onlinelibrary.wiley.com/doi/epdf/10.1002/ajp.22627">Crunchant et al.</a></td>
898
  <td>FD</td>
899
  <td>Chimp</td>
900
- <td>No</td>
901
- <td>No</td>
902
  <td>N/A</td>
903
  </tr>
904
  <tr>
905
  <td>2016</td>
906
  <td><a href="https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0166154">Nakamura et al.</a></td>
907
- <td>3D BM</td>
908
  <td>Macaque</td>
909
- <td>No</td>
910
- <td>No</td>
911
  <td>N/A</td>
912
  </tr>
913
  <tr>
@@ -915,7 +933,7 @@
915
  <td><a href="https://link-springer-com.proxy.library.upenn.edu/chapter/10.1007/978-3-319-45886-1_5">Freytag et al.</a></td>
916
  <td>FR</td>
917
  <td>Chimp</td>
918
- <td>No</td>
919
  <td><a href="https://github.com/cvjena/chimpanzee_faces">Yes</a></td>
920
  <td>6,486</td>
921
  </tr>
@@ -924,8 +942,8 @@
924
  <td><a href="https://www-sciencedirect-com.proxy.library.upenn.edu/science/article/pii/S0165027014001848?via%3Dihub">Ballesta et al.</a></td>
925
  <td>3D, O</td>
926
  <td>Macaque</td>
927
- <td>No</td>
928
- <td>No</td>
929
  <td>N/A</td>
930
  </tr>
931
  <tr>
@@ -933,7 +951,7 @@
933
  <td><a href="https://link-springer-com.proxy.library.upenn.edu/article/10.1186/1687-5281-2013-49">Loos & Ernst</a></td>
934
  <td>FD, FR</td>
935
  <td>Chimp</td>
936
- <td>No</td>
937
  <td>N/A</td>
938
  <td>6,522</td>
939
  </tr>
@@ -942,17 +960,17 @@
942
  <td><a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6208167">Loos & Pfitzer</a></td>
943
  <td>FR</td>
944
  <td>Chimp</td>
945
- <td>No</td>
946
- <td>No</td>
947
  <td>N/A</td>
948
  </tr>
949
  <tr>
950
  <td>2012</td>
951
  <td><a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6424643">Loos & Ernst</a></td>
952
- <td>FD, Fr</td>
953
  <td>Chimp</td>
954
- <td>No</td>
955
- <td>No</td>
956
  <td>N/A</td>
957
  </tr>
958
  <tr>
@@ -960,8 +978,8 @@
960
  <td><a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7074032">Loos et al.</a></td>
961
  <td>FR</td>
962
  <td>Chimp</td>
963
- <td>No</td>
964
- <td>No</td>
965
  <td>N/A</td>
966
  </tr>
967
  <tr>
@@ -969,8 +987,8 @@
969
  <td><a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6027337">Ernst & Küblbeck</a></td>
970
  <td>FD, SI</td>
971
  <td>Chimp, Gorilla</td>
972
- <td>No</td>
973
- <td>No</td>
974
  <td>N/A</td>
975
  </tr>
976
  </tbody>
 
310
 
311
  <div class="stats">
312
  <div class="stat-item">
313
+ <span class="stat-number" id="total-papers">67</span>
314
  <span class="stat-label">Papers</span>
315
  </div>
316
  <div class="stat-item">
 
322
  <span class="stat-label">With Code</span>
323
  </div>
324
  <div class="stat-item">
325
+ <span class="stat-number" id="with-data">17</span>
326
  <span class="stat-label">With Data</span>
327
  </div>
328
  </div>
 
411
  <td><a href="https://arxiv.org/pdf/2511.16711">Igaue et al.</a></td>
412
  <td>FD, FAC</td>
413
  <td>Macaque</td>
414
+ <td>N/A</td>
415
  <td>N/A</td>
416
  <td>N/A</td>
417
  </tr>
418
  <tr>
419
  <td>2025</td>
420
  <td><a href="https://arxiv.org/abs/2507.10552">Iashin et al.</a></td>
421
+ <td>FD, FR</td>
422
  <td>Chimp</td>
423
  <td><a href="https://github.com/v-iashin/ChimpUFE">Yes</a></td>
424
+ <td>N/A</td>
425
  <td>N/A</td>
426
  </tr>
427
  <tr>
 
436
  <tr>
437
  <td>2024</td>
438
  <td><a href="https://arxiv.org/pdf/2412.15966">Scott et al.</a></td>
439
+ <td>BPE</td>
440
  <td>Macaque</td>
441
  <td>N/A</td>
442
  <td>N/A</td>
 
465
  <td><a href="https://link.springer.com/article/10.1007/s10329-024-01137-5">Paulet et al.</a></td>
466
  <td>FR</td>
467
  <td>Macaque</td>
468
+ <td>N/A</td>
469
+ <td>N/A</td>
470
  <td>N/A</td>
471
  </tr>
472
  <tr>
 
483
  <td><a href="https://docserver.ingentaconnect.com/deliver/fasttrack/aalas/15596109/jaalas_23000056.pdf?expires=1710859610&id=pennsylvaniapa&checksum=13D04EE26CE4C36535F9651507F83EDC">Gris et al.</a></td>
484
  <td>FD, O</td>
485
  <td>Macaque</td>
486
+ <td>N/A</td>
487
+ <td>N/A</td>
488
  <td>N/A</td>
489
  </tr>
490
  <tr>
 
492
  <td><a href="https://www.biorxiv.org/content/10.1101/2024.01.29.577734v1.full.pdf">MacAction</a></td>
493
  <td>AM</td>
494
  <td>Macaque</td>
495
+ <td>N/A</td>
496
+ <td>N/A</td>
497
  <td>N/A</td>
498
  </tr>
499
  <tr>
 
510
  <td><a href="https://www.biorxiv.org/content/10.1101/2024.02.27.582429v3.full.pdf">Cheng et al.</a></td>
511
  <td>BR</td>
512
  <td>Macaque</td>
513
+ <td>N/A</td>
514
+ <td>N/A</td>
515
  <td>N/A</td>
516
  </tr>
517
  <tr>
 
519
  <td><a href="https://www.biorxiv.org/content/10.1101/2024.08.21.607881v1.full.pdf">PRIMAT (Vogg et al.)</a></td>
520
  <td>2D BPE</td>
521
  <td>Cross-species</td>
522
+ <td>N/A</td>
523
+ <td>N/A</td>
524
  <td>N/A</td>
525
  </tr>
526
  <tr>
 
528
  <td><a href="https://www.biorxiv.org/content/10.1101/2024.02.16.580693v1.full.pdf">Xing et al.</a></td>
529
  <td>O</td>
530
  <td>Marmoset</td>
531
+ <td>N/A</td>
532
+ <td>N/A</td>
533
  <td>N/A</td>
534
  </tr>
535
  <tr>
 
537
  <td><a href="https://www.biorxiv.org/content/10.1101/2024.08.30.610159v1.full.pdf">Menegas et al.</a></td>
538
  <td>BR</td>
539
  <td>Marmoset</td>
540
+ <td>N/A</td>
541
+ <td>N/A</td>
542
  <td>N/A</td>
543
  </tr>
544
  <tr>
 
547
  <td>FD, FR</td>
548
  <td>Gorilla</td>
549
  <td><a href="https://github.com/Lasklu/gorillavision">Yes</a></td>
550
+ <td>N/A</td>
551
  <td>832</td>
552
  </tr>
553
  <tr>
 
555
  <td><a href="https://www.biorxiv.org/content/10.1101/2023.12.11.571113v1.abstract">Abbaspoor, Rahman et al.</a></td>
556
  <td>3D BPE</td>
557
  <td>Macaque</td>
558
+ <td>N/A</td>
559
+ <td>N/A</td>
560
  <td>N/A</td>
561
  </tr>
562
  <tr>
 
564
  <td><a href="https://www.biorxiv.org/content/10.1101/2023.03.04.531044v3.abstract">Mimura et al.</a></td>
565
  <td>BR</td>
566
  <td>Macaque, Marmoset</td>
567
+ <td>N/A</td>
568
+ <td>N/A</td>
569
  <td>N/A</td>
570
  </tr>
571
  <tr>
 
573
  <td><a href="https://besjournals.onlinelibrary.wiley.com/doi/epdf/10.1111/2041-210X.14181">Schofield et al.</a></td>
574
  <td>FD, FR</td>
575
  <td>Chimp</td>
576
+ <td>N/A</td>
577
+ <td>N/A</td>
578
  <td>N/A</td>
579
  </tr>
580
  <tr>
 
582
  <td><a href="https://arxiv.org/pdf/2205.00275.pdf">Yang et al.</a></td>
583
  <td>PD</td>
584
  <td>Great Ape</td>
585
+ <td>N/A</td>
586
+ <td>N/A</td>
587
  <td>N/A</td>
588
  </tr>
589
  <tr>
 
607
  <tr>
608
  <td>2023</td>
609
  <td><a href="https://www.biorxiv.org/content/10.1101/2023.10.16.561623v1.full.pdf">Kaneko et al.</a></td>
610
+ <td>3D BPE</td>
611
  <td>Marmoset</td>
612
+ <td>N/A</td>
613
+ <td>N/A</td>
614
  <td>N/A</td>
615
  </tr>
616
  <tr>
617
  <td>2023</td>
618
  <td><a href="https://www.biorxiv.org/content/10.1101/2023.09.13.556332v1.full.pdf">Matsumoto et al.</a></td>
619
+ <td>3D BPE</td>
620
  <td>Macaque</td>
621
+ <td>N/A</td>
622
+ <td>N/A</td>
623
  <td>N/A</td>
624
  </tr>
625
  <tr>
 
636
  <td>OpenMonkeyChallenge</td>
637
  <td>2D BPE</td>
638
  <td>Cross-species</td>
639
+ <td>N/A</td>
640
  <td><a href="https://competitions.codalab.org/competitions/34342">Yes</a></td>
641
  <td>111,529</td>
642
  </tr>
 
644
  <td>2023</td>
645
  <td><a href="https://ieeexplore-ieee-org.proxy.library.upenn.edu/stamp/stamp.jsp?tp=&arnumber=10199762&tag=1">Pillai et al.</a></td>
646
  <td>PD</td>
647
+ <td>Cross-species</td>
648
+ <td>N/A</td>
649
+ <td>N/A</td>
650
  <td>N/A</td>
651
  </tr>
652
  <tr>
 
654
  <td><a href="https://ieeexplore-ieee-org.proxy.library.upenn.edu/stamp/stamp.jsp?tp=&arnumber=10276306">Reddy et al.</a></td>
655
  <td>PD</td>
656
  <td>Cross-species</td>
657
+ <td>N/A</td>
658
+ <td>N/A</td>
659
  <td>N/A</td>
660
  </tr>
661
  <tr>
 
663
  <td><a href="https://link-springer-com.proxy.library.upenn.edu/article/10.1007/s11263-023-01804-y">Bala et al.</a></td>
664
  <td>3D BPE</td>
665
  <td>Cross-species</td>
666
+ <td>N/A</td>
667
+ <td>N/A</td>
668
  <td>N/A</td>
669
  </tr>
670
  <tr>
 
672
  <td><a href="https://arxiv.org/pdf/2301.02642.pdf">Brookes et al.</a></td>
673
  <td>BR</td>
674
  <td>Apes</td>
675
+ <td>N/A</td>
676
+ <td>N/A</td>
677
  <td>N/A</td>
678
  </tr>
679
  <tr>
 
681
  <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10203885/">Ngo et al.</a></td>
682
  <td>BR</td>
683
  <td>Marmoset</td>
684
+ <td>N/A</td>
685
+ <td>N/A</td>
686
  <td>N/A</td>
687
  </tr>
688
  <tr>
 
691
  <td>RL</td>
692
  <td>Gibbon</td>
693
  <td><a href="https://github.com/brachiation-rl/brachiation">Yes</a></td>
694
+ <td>N/A</td>
695
  <td>N/A</td>
696
  </tr>
697
  <tr>
 
708
  <td><a href="https://onlinelibrary.wiley.com/doi/full/10.1111/eth.13277">Ueno et al.</a></td>
709
  <td>FR</td>
710
  <td>Macaque</td>
711
+ <td>N/A</td>
712
+ <td>N/A</td>
713
  <td>N/A</td>
714
  </tr>
715
  <tr>
 
717
  <td><a href="https://arxiv.org/pdf/2012.04689.pdf">Brookes & Burghardt</a></td>
718
  <td>FR</td>
719
  <td>Gorilla</td>
720
+ <td>N/A</td>
721
  <td><a href="https://data.bris.ac.uk/data/dataset/jf0859kboy8k2ufv60dqeb2t8">Yes</a></td>
722
  <td>>5,000</td>
723
  </tr>
 
726
  <td><a href="https://www-science-org.proxy.library.upenn.edu/doi/full/10.1126/sciadv.abi4883">Bain et al.</a></td>
727
  <td>BR</td>
728
  <td>Chimp</td>
729
+ <td>N/A</td>
730
+ <td>N/A</td>
731
  <td>N/A</td>
732
  </tr>
733
  <tr>
 
735
  <td>OpenApePose</td>
736
  <td>2D BPE</td>
737
  <td>Cross-species</td>
738
+ <td>N/A</td>
739
  <td>Yes</td>
740
  <td>71,868</td>
741
  </tr>
 
751
  <tr>
752
  <td>2021</td>
753
  <td><a href="https://zenodo.org/records/5600472#.YX1_ddbMK_J">GreatApe Dictionary</a></td>
754
+ <td>BR</td>
755
  <td>Chimp</td>
756
+ <td>N/A</td>
757
  <td>Upon request</td>
758
  <td>N/A</td>
759
  </tr>
 
762
  <td><a href="https://www.biorxiv.org/content/10.1101/2021.01.28.428726v1.full.pdf">Negrete et al.</a></td>
763
  <td>2D BPE</td>
764
  <td>Macaque</td>
765
+ <td>N/A</td>
766
+ <td>N/A</td>
767
  <td>N/A</td>
768
  </tr>
769
  <tr>
 
771
  <td><a href="https://link-springer-com.proxy.library.upenn.edu/chapter/10.1007/978-981-15-3383-9_34">Kumar & Shingala</a></td>
772
  <td>PD</td>
773
  <td>Langur</td>
774
+ <td>N/A</td>
775
+ <td>N/A</td>
776
  <td>N/A</td>
777
  </tr>
778
  <tr>
 
798
  <td><a href="https://www.sciencedirect.com/science/article/pii/S2589004220306027#mmc1">Tri-A</a></td>
799
  <td>FD, FR</td>
800
  <td>41 species</td>
801
+ <td>N/A</td>
802
  <td><a href="https://data.mendeley.com/datasets/z3x59pv4bz/2">Yes</a></td>
803
  <td>102,399</td>
804
  </tr>
805
+ <tr>
806
+ <td>2020</td>
807
+ <td><a href="https://openaccess.thecvf.com/content_CVPR_2020/papers/Sanakoyeu_Transferring_Dense_Pose_to_Proximal_Animal_Classes_CVPR_2020_paper.pdf">Sanakoyeu et al.</a></td>
808
+ <td>AM</td>
809
+ <td>Chimp</td>
810
+ <td><a href="https://github.com/asanakoy/densepose-evolution">Kind of</a></td>
811
+ <td>N/A</td>
812
+ <td>N/A</td>
813
+ </tr>
814
  <tr>
815
  <td>2020</td>
816
  <td><a href="https://www.nature.com/articles/s41592-020-0961-2">EthoLoop</a></td>
817
  <td>3D BPE</td>
818
  <td>Lemur</td>
819
+ <td>N/A</td>
820
  <td>Upon request</td>
821
  <td>N/A</td>
822
  </tr>
 
825
  <td><a href="https://arxiv.org/pdf/1909.08950.pdf">Bain et al.</a></td>
826
  <td>PD, FD, FR</td>
827
  <td>Chimp</td>
828
+ <td>N/A</td>
829
+ <td>N/A</td>
830
  <td>N/A</td>
831
  </tr>
832
  <tr>
 
834
  <td><a href="https://www-science-org.proxy.library.upenn.edu/doi/full/10.1126/sciadv.aaw0736">Schofield et al.</a></td>
835
  <td>FD, FR</td>
836
  <td>Chimp</td>
837
+ <td>N/A</td>
838
+ <td>N/A</td>
839
  <td>N/A</td>
840
  </tr>
841
  <tr>
 
843
  <td>Yang et al.</td>
844
  <td>PD</td>
845
  <td>Chimp</td>
846
+ <td>N/A</td>
847
  <td><a href="https://data.bris.ac.uk/data/dataset/jh6hrovynjik2ix2h7m6fdea3">Yes: Labeled Pan African</a></td>
848
  <td>180,000</td>
849
  </tr>
 
852
  <td>Labuguen et al.</td>
853
  <td>2D BPE</td>
854
  <td>Macaque</td>
855
+ <td>N/A</td>
856
+ <td>N/A</td>
857
  <td>N/A</td>
858
  </tr>
859
  <tr>
 
861
  <td><a href="https://openaccess.thecvf.com/content_ECCVW_2018/papers/11129/Sinha_Exploring_Bias_in_Primate_Face_Detection_and_Recognition_ECCVW_2018_paper.pdf">Sinha, Agarwal et al.</a></td>
862
  <td>PD</td>
863
  <td>Cross-species</td>
864
+ <td>N/A</td>
865
+ <td>N/A</td>
866
  <td>N/A</td>
867
  </tr>
868
  <tr>
 
870
  <td><a href="https://ieeexplore-ieee-org.proxy.library.upenn.edu/abstract/document/8698538/authors">Deb et al.</a></td>
871
  <td>FR</td>
872
  <td>Cross-species</td>
873
+ <td>N/A</td>
874
+ <td>N/A</td>
875
  <td>N/A</td>
876
  </tr>
877
  <tr>
 
879
  <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5909037/">Witham</a></td>
880
  <td>FLE</td>
881
  <td>Macaque</td>
882
+ <td>N/A</td>
883
  <td><a href="https://figshare.com/articles/dataset/Macaque_Faces/9862586/1?file=17682749">Yes</a></td>
884
  <td>4,000</td>
885
  </tr>
 
888
  <td><a href="https://www.biorxiv.org/content/10.1101/377895v1.full.pdf">Labuguen et al.</a></td>
889
  <td>PD</td>
890
  <td>Macaque</td>
891
+ <td>N/A</td>
892
+ <td>N/A</td>
893
  <td>N/A</td>
894
  </tr>
895
+ <tr>
896
+ <td>2017</td>
897
+ <td><a href="https://link-springer-com.proxy.library.upenn.edu/article/10.1186/s40850-016-0011-9">LemurFaceID</a></td>
898
+ <td>FD, FR</td>
899
+ <td>Lemur</td>
900
+ <td>N/A</td>
901
+ <td><a href="http://biometrics.cse.msu.edu/Publications/Databases/MSU_LemurFaceID/">Yes</a></td>
902
+ <td>462</td>
903
+ </tr>
904
  <tr>
905
  <td>2017</td>
906
  <td><a href="https://openaccess.thecvf.com/content_ICCV_2017_workshops/papers/w41/Brust_Towards_Automated_Visual_ICCV_2017_paper.pdf">Brust et al.</a></td>
907
  <td>FD, FR</td>
908
  <td>Gorilla</td>
909
+ <td>N/A</td>
910
+ <td>N/A</td>
911
  <td>N/A</td>
912
  </tr>
913
  <tr>
 
915
  <td><a href="https://onlinelibrary.wiley.com/doi/epdf/10.1002/ajp.22627">Crunchant et al.</a></td>
916
  <td>FD</td>
917
  <td>Chimp</td>
918
+ <td>N/A</td>
919
+ <td>N/A</td>
920
  <td>N/A</td>
921
  </tr>
922
  <tr>
923
  <td>2016</td>
924
  <td><a href="https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0166154">Nakamura et al.</a></td>
925
+ <td>AM</td>
926
  <td>Macaque</td>
927
+ <td>N/A</td>
928
+ <td>N/A</td>
929
  <td>N/A</td>
930
  </tr>
931
  <tr>
 
933
  <td><a href="https://link-springer-com.proxy.library.upenn.edu/chapter/10.1007/978-3-319-45886-1_5">Freytag et al.</a></td>
934
  <td>FR</td>
935
  <td>Chimp</td>
936
+ <td>N/A</td>
937
  <td><a href="https://github.com/cvjena/chimpanzee_faces">Yes</a></td>
938
  <td>6,486</td>
939
  </tr>
 
942
  <td><a href="https://www-sciencedirect-com.proxy.library.upenn.edu/science/article/pii/S0165027014001848?via%3Dihub">Ballesta et al.</a></td>
943
  <td>3D, O</td>
944
  <td>Macaque</td>
945
+ <td>N/A</td>
946
+ <td>N/A</td>
947
  <td>N/A</td>
948
  </tr>
949
  <tr>
 
951
  <td><a href="https://link-springer-com.proxy.library.upenn.edu/article/10.1186/1687-5281-2013-49">Loos & Ernst</a></td>
952
  <td>FD, FR</td>
953
  <td>Chimp</td>
954
+ <td>N/A</td>
955
  <td>N/A</td>
956
  <td>6,522</td>
957
  </tr>
 
960
  <td><a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6208167">Loos & Pfitzer</a></td>
961
  <td>FR</td>
962
  <td>Chimp</td>
963
+ <td>N/A</td>
964
+ <td>N/A</td>
965
  <td>N/A</td>
966
  </tr>
967
  <tr>
968
  <td>2012</td>
969
  <td><a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6424643">Loos & Ernst</a></td>
970
+ <td>FD, FR</td>
971
  <td>Chimp</td>
972
+ <td>N/A</td>
973
+ <td>N/A</td>
974
  <td>N/A</td>
975
  </tr>
976
  <tr>
 
978
  <td><a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7074032">Loos et al.</a></td>
979
  <td>FR</td>
980
  <td>Chimp</td>
981
+ <td>N/A</td>
982
+ <td>N/A</td>
983
  <td>N/A</td>
984
  </tr>
985
  <tr>
 
987
  <td><a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6027337">Ernst & Küblbeck</a></td>
988
  <td>FD, SI</td>
989
  <td>Chimp, Gorilla</td>
990
+ <td>N/A</td>
991
+ <td>N/A</td>
992
  <td>N/A</td>
993
  </tr>
994
  </tbody>