File size: 551 Bytes
4a0a71b
 
 
 
e3ec5b2
 
 
 
4a0a71b
 
e3ec5b2
1
2
3
4
5
6
7
8
9
10
11
# FaceNet-ONNX

FaceNet-ONNX is the ONNX version of FaceNet weights published in [lllyasviel/Annotators](https://huggingface.co/lllyasviel/Annotators/tree/main).

# Usage

`facenet.py` file can be used as base to implement your functions. This file is based on the openpose preprocessor script of the [sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet/blob/main/annotator/openpose/face.py) project by Mikubill.

# Credits

Special thanks to lllyasviel for sharing the original model, and Mikubill for sharing the pre-processor code.