open source pkg v1
This commit is contained in:
10
pkg/OpenFace/matlab_version/face_detection/mtcnn/demo.m
Normal file
10
pkg/OpenFace/matlab_version/face_detection/mtcnn/demo.m
Normal file
@@ -0,0 +1,10 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user