mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-07-26 06:17:46 +00:00
Initial Matlab version of MTCNN.
This commit is contained in:
@@ -83,7 +83,7 @@ function WriteOutFaceCheckersCNNbinary(locationTxt, faceCheckers)
|
||||
|
||||
for k=1:num_in_map
|
||||
for k2=1:num_out_kerns
|
||||
% Write out the bias term
|
||||
% Write out the kernel
|
||||
W = squeeze(cnn.layers{layers}.weights{1}(:,:,k,k2));
|
||||
writeMatrixBin(faceCheckerFile, W, 5);
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user