matlab-deep-learning / mtcnn-face-detection

Face detection and alignment using deep learning
Other
26 stars 18 forks source link

Fixes #12 #13

Closed justinpinkney closed 4 years ago

justinpinkney commented 4 years ago

If using a dag net don't create gpuArray (fixes #12)

Also extracts application of pnet to network strategy object.

codecov-io commented 4 years ago

Codecov Report

Merging #13 into master will decrease coverage by 0.37%. The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   72.29%   71.91%   -0.38%     
==========================================
  Files          15       15              
  Lines         296      292       -4     
==========================================
- Hits          214      210       -4     
  Misses         82       82              
Impacted Files Coverage Δ
code/mtcnn/+mtcnn/+util/DagNetworkStrategy.m 94.44% <90.00%> (-5.56%) :arrow_down:
code/mtcnn/+mtcnn/+util/DlNetworkStrategy.m 85.71% <100.00%> (+2.38%) :arrow_up:
code/mtcnn/+mtcnn/Detector.m 92.85% <100.00%> (ø)
code/mtcnn/+mtcnn/proposeRegions.m 100.00% <100.00%> (+3.12%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 87173dd...755e64f. Read the comment docs.