open source pkg v1

This commit is contained in:
Vijay Yadev
2020-08-04 19:12:31 -04:00
parent bef213dba9
commit c389fc2c47
3708 changed files with 1624220 additions and 1 deletions

View 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);