File size: 3,734 Bytes
1ee06a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
license: other
license_name: mixed-see-table
library_name: exordium
tags:
  - exordium
  - mirror
---

# exordium-weights

Model weights used by [**exordium**](https://github.com/fodorad/exordium).

> **This is an unofficial mirror, maintained for availability only.**
> Every checkpoint below belongs to its original authors and is redistributed **under its
> original licence** — nothing here is relicensed. The mirror exists so exordium keeps
> working when an upstream source moves or disappears (which has already happened once).
> **Please cite the original authors**, not this repo, and follow each licence: in
> particular the MARLIN weights are **CC BY-NC — non-commercial use only**.
>
> If you are an author and would like a file removed, open an issue on the exordium
> repository and it will be taken down.

## Available weights

| File | Used by | Original project | Licence | Credit |
|------|---------|------------------|---------|--------|
| `fabnet_weights.pth` | FabNetWrapper | [github.com/oawiles/FAb-Net](https://github.com/oawiles/FAb-Net) | see original project | FAb-Net — Wiles et al., BMVC 2018 |
| `iris_weights.pth` | IrisWrapper | [github.com/google/mediapipe](https://github.com/google/mediapipe) | Apache-2.0 | MediaPipe Iris — Google |
| `l2csnet_weights.pkl` | L2csNetWrapper | [github.com/Ahmednull/L2CS-Net](https://github.com/Ahmednull/L2CS-Net) | MIT | L2CS-Net — Abdelrahman et al., 2022 |
| `opengraphau-swint-1s_weights.pth` | OpenGraphAuWrapper (stage 1) | [github.com/lingjivoo/OpenGraphAU](https://github.com/lingjivoo/OpenGraphAU) | see original project | OpenGraphAU / ME-GraphAU — Luo et al., 2022 |
| `opengraphau-swint-2s_weights.pth` | OpenGraphAuWrapper (stage 2) | [github.com/lingjivoo/OpenGraphAU](https://github.com/lingjivoo/OpenGraphAU) | see original project | OpenGraphAU / ME-GraphAU — Luo et al., 2022 |
| `swin_tiny_patch4_window7_224.pth` | OpenGraphAU backbone | [github.com/microsoft/Swin-Transformer](https://github.com/microsoft/Swin-Transformer) | MIT | Swin Transformer — Liu et al., Microsoft, ICCV 2021 |
| `sixdrepnet_weights.pth` | SixDRepNetWrapper | [github.com/thohemp/6DRepNet](https://github.com/thohemp/6DRepNet) | MIT | 6DRepNet — Hempel et al., ICIP 2022 |
| `marlin_vit_small_ytf.safetensors` | MarlinWrapper (small) | [github.com/ControlNet/MARLIN](https://github.com/ControlNet/MARLIN) | CC BY-NC 4.0 — non-commercial use only | MARLIN — Cai et al., CVPR 2023 |
| `marlin_vit_base_ytf.safetensors` | MarlinWrapper (base) | [github.com/ControlNet/MARLIN](https://github.com/ControlNet/MARLIN) | CC BY-NC 4.0 — non-commercial use only | MARLIN — Cai et al., CVPR 2023 |
| `marlin_vit_large_ytf.safetensors` | MarlinWrapper (large) | [github.com/ControlNet/MARLIN](https://github.com/ControlNet/MARLIN) | CC BY-NC 4.0 — non-commercial use only | MARLIN — Cai et al., CVPR 2023 |
| `adaface_ir18.safetensors` | AdaFaceWrapper (ir_18) | [github.com/mk-minchul/AdaFace](https://github.com/mk-minchul/AdaFace) | MIT (per the original AdaFace repository) | AdaFace — Kim et al., CVPR 2022 |
| `adaface_ir50.safetensors` | AdaFaceWrapper (ir_50) | [github.com/mk-minchul/AdaFace](https://github.com/mk-minchul/AdaFace) | MIT (per the original AdaFace repository) | AdaFace — Kim et al., CVPR 2022 |
| `adaface_ir101.safetensors` | AdaFaceWrapper (ir_101) | [github.com/mk-minchul/AdaFace](https://github.com/mk-minchul/AdaFace) | MIT (per the original AdaFace repository) | AdaFace — Kim et al., CVPR 2022 |
| `emotion2vec_plus_seed.pt` | Emotion2vecWrapper | [github.com/ddlBoJack/emotion2vec](https://github.com/ddlBoJack/emotion2vec) | FunASR model licence (see original project) | emotion2vec — Ma et al., 2023 |