mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
fix: fp32 changes
This commit is contained in:
parent
aad9697feb
commit
9889356b7b
@ -1734,7 +1734,7 @@ def load_facenet512d_model(
|
||||
|
||||
|
||||
def load_facenet512d_onnx_model(
|
||||
url="https://github.com/ShivamSinghal1/deepface/releases/download/v1/facenet512_fp16.onnx",
|
||||
url="https://github.com/ShivamSinghal1/deepface/releases/download/v1/facenet512_fp32.onnx",
|
||||
) -> Any:
|
||||
"""
|
||||
Download Facenet512d ONNX model weights and load
|
||||
|
Loading…
x
Reference in New Issue
Block a user