mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-18 05:07:55 +00:00
10 lines
194 B
Matlab
10 lines
194 B
Matlab
clear;
|
|
|
|
% Make sure we have the dependencies for convolution
|
|
od = cd('../../face_validation');
|
|
setup;
|
|
cd(od);
|
|
|
|
img = imread('test1.jpg');
|
|
|
|
[bboxes, lmarks, confidences] = detect_face_mtcnn(img); |