Skip to content

Commit 8da97a7

Browse files
committed
detect_face_by_facedetectoryn
1 parent 8e736a6 commit 8da97a7

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

Diff for: detect_face_by_facedetectoryn.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
$scalar = new Scalar(0, 0, 255);
88

99
$netDet = CV\FaceDetectorYN::create('models/opencv_zoo/face_detection_yunet_2022mar.onnx', '', $src->size());
10-
$netRecogn = CV\FaceRecognizerSF::create('models/opencv_zoo/face_recognition_sface_2021dec.onnx', '');
1110

1211
$r = $netDet->detect($src);
1312

Diff for: results/detect_face_by_facedetectoryn.jpg

278 KB
Loading

0 commit comments

Comments
 (0)