Skip to content

Face Detection Node

AI/ML/ONNX/Face

Face Detection

Detect faces in images. Download models from: UltraFace (https://github.com/onnx/models/tree/main/validated/vision/body_analysis/ultraface), RetinaFace (https://huggingface.co/arnabdhar/retinaface-onnx), SCRFD (https://huggingface.co/onnx-community/scrfd_10g_bnkps)

onnx_face_detectiononnx
Inputs6
Outputs3
Security exposure10/10
Packageonnx

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

6

Input

Execution
exec_in

Initiate Execution

Model

Struct
model

ONNX Face Detection Model

NodeOnnxSessionNodeOnnxSession1 fields
session_refstringrequired

Cache ID for Session

Schema enforced

Image

Struct
image

Input Image

NodeImageNodeImage1 fields
image_refstringrequired
Schema enforced

Threshold

Float
threshold

Detection confidence threshold

Default 0.5

NMS Threshold

Float
nms_threshold

Non-maximum suppression threshold

Default 0.4

Input Size

Integer
input_size

Model input size

Default 640

Output Pins

3

Output

Execution
exec_out

Done

Faces

Generic
faces

Detected faces

Count

Integer
count

Number of detected faces

Node Info

Internal name
onnx_face_detection
Category
AI/ML/ONNX/Face
Version
1