Skip to content

Commit a85f1ea

Browse files
authored
update doc of yunet with specification of detectable face sizes (#118)
1 parent 63ac96c commit a85f1ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/face_detection_yunet/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ YuNet is a light-weight, fast and accurate face detection model, which achieves
55
Notes:
66

77
- Model source: [here](https://github.com/ShiqiYu/libfacedetection.train/blob/a61a428929148171b488f024b5d6774f93cdbc13/tasks/task1/onnx/yunet.onnx).
8+
- This model can detect **faces of pixels between around 10x10 to 300x300** due to the training scheme.
89
- For details on training this model, please visit https://github.com/ShiqiYu/libfacedetection.train.
910
- This ONNX model has fixed input shape, but OpenCV DNN infers on the exact shape of input image. See https://github.com/opencv/opencv_zoo/issues/44 for more information.
1011

0 commit comments

Comments
 (0)