Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
tags:
|
| 4 |
+
- facial-recognition
|
| 5 |
+
- face-embedding
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Facetorch Model
|
| 9 |
+
|
| 10 |
+
This model is part of the [Facetorch](https://github.com/tomas-gajarsky/facetorch) library, a Python toolkit for facial detection and analysis using PyTorch.
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
## Usage
|
| 14 |
+
|
| 15 |
+
This model is designed to be used with the Facetorch library. For usage instructions, please refer to the [Facetorch documentation](https://tomas-gajarsky.github.io/facetorch/facetorch/index.html).
|
| 16 |
+
|
| 17 |
+
## Citation
|
| 18 |
+
|
| 19 |
+
If you use this model in your work, please make sure to appropriately credit the original authors. You may also consider citing the Facetorch library itself:
|
| 20 |
+
|
| 21 |
+
```
|
| 22 |
+
@misc{facetorch,
|
| 23 |
+
author = {Gajarsky, Tomas},
|
| 24 |
+
title = {Facetorch: A Python Library for Analyzing Faces Using PyTorch},
|
| 25 |
+
year = {2024},
|
| 26 |
+
publisher = {GitHub},
|
| 27 |
+
journal = {GitHub Repository},
|
| 28 |
+
howpublished = {\url{https://github.com/tomas-gajarsky/facetorch}}
|
| 29 |
+
}
|
| 30 |
+
```
|