broadinstitute / keras-rcnn

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

RCNN loss #97

Closed jhung0 closed 7 years ago

jhung0 commented 7 years ago

fix bugs in RCNN regression loss calculation, add tests

codecov-io commented 7 years ago

Codecov Report

Merging #97 into master will increase coverage by 3.33%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
+ Coverage   75.17%   78.51%   +3.33%     
==========================================
  Files          25       25              
  Lines         721      726       +5     
==========================================
+ Hits          542      570      +28     
+ Misses        179      156      -23
Impacted Files Coverage Δ
keras_rcnn/layers/losses/_rcnn.py 95.34% <100%> (+61.13%) :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 d782b80...2a1e299. Read the comment docs.