broadinstitute / keras-rcnn

Keras package for region-based convolutional neural networks (RCNNs)
Other
553 stars 224 forks source link

Fix Tests #90

Closed jhung0 closed 6 years ago

jhung0 commented 6 years ago

75

codecov-io commented 6 years ago

Codecov Report

Merging #90 into master will increase coverage by 6.53%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   68.03%   74.57%   +6.53%     
==========================================
  Files          25       25              
  Lines         704      704              
==========================================
+ Hits          479      525      +46     
+ Misses        225      179      -46
Impacted Files Coverage Δ
keras_rcnn/backend/common.py 92.22% <0%> (ø) :arrow_up:
keras_rcnn/backend/tensorflow_backend.py 97.77% <0%> (+2.22%) :arrow_up:
...ras_rcnn/layers/object_detection/_anchor_target.py 99.13% <0%> (+9.56%) :arrow_up:
keras_rcnn/layers/losses/_rpn.py 96.15% <0%> (+65.38%) :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 c18fada...b5f5765. Read the comment docs.

0x00b1 commented 6 years ago

Woo!