broadinstitute / keras-rcnn

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

Remove anchor #26

Closed jhung0 closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #26 into master will decrease coverage by 7.44%. The diff coverage is 86.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   55.29%   47.84%   -7.45%     
==========================================
  Files          14       14              
  Lines         586      627      +41     
==========================================
- Hits          324      300      -24     
- Misses        262      327      +65
Impacted Files Coverage Δ
keras_rcnn/layers/object_detection/_anchor.py 25.92% <ø> (-55.03%) :arrow_down:
keras_rcnn/backend/common.py 78.26% <100%> (-21.74%) :arrow_down:
keras_rcnn/losses/rpn.py 92.59% <50%> (-7.41%) :arrow_down:
keras_rcnn/backend/tensorflow_backend.py 94.11% <89.18%> (-2.81%) :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 29e2ee9...fbfe29f. Read the comment docs.

jhung0 commented 7 years ago

Doesn't pass tests... try #34 instead