facenet-onnx / README.md
doguscank's picture
Update README.md
e3ec5b2 verified
# 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.