broadinstitute / keras-rcnn

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

RPN loss #35

Closed 0x00b1 closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #35 into master will decrease coverage by 2.35%. The diff coverage is 95.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   54.89%   52.54%   -2.36%     
==========================================
  Files          17       17              
  Lines         592      668      +76     
==========================================
+ Hits          325      351      +26     
- Misses        267      317      +50
Impacted Files Coverage Δ
keras_rcnn/backend/common.py 100% <100%> (ø) :arrow_up:
keras_rcnn/losses/rpn.py 100% <100%> (ø) :arrow_up:
keras_rcnn/backend/tensorflow_backend.py 94.87% <92.15%> (-2.1%) :arrow_down:
keras_rcnn/layers/object_detection/_anchor.py 26.19% <0%> (-54.77%) :arrow_down:

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 9dc29a6...6992516. Read the comment docs.