Skip to content

Conversation

@justinpinkney
Copy link
Collaborator

@justinpinkney justinpinkney commented Apr 9, 2020

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

Also extracts application of pnet to network strategy object.

If using a dag net don't create gpuArray.

Also extracts application of pnet to network strategy object.
@codecov-io
Copy link

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%) ⬇️
code/mtcnn/+mtcnn/+util/DlNetworkStrategy.m 85.71% <100.00%> (+2.38%) ⬆️
code/mtcnn/+mtcnn/Detector.m 92.85% <100.00%> (ø)
code/mtcnn/+mtcnn/proposeRegions.m 100.00% <100.00%> (+3.12%) ⬆️

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.

@justinpinkney justinpinkney merged commit a0a8ecc into master Apr 12, 2020
@justinpinkney justinpinkney deleted the bugfix/12 branch April 12, 2020 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Detection with UseGPU=true and UseDagNet=true fails due to gpuArray image.

3 participants