broadinstitute / keras-rcnn

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

Fix IoU #50

Closed yanfengliu closed 7 years ago

yanfengliu commented 7 years ago

This PR proposes to fix issue https://github.com/broadinstitute/keras-rcnn/issues/47

codecov-io commented 7 years ago

Codecov Report

Merging #50 into master will increase coverage by 0.19%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   53.64%   53.83%   +0.19%     
==========================================
  Files          17       17              
  Lines         563      561       -2     
==========================================
  Hits          302      302              
+ Misses        261      259       -2
Impacted Files Coverage Δ
keras_rcnn/preprocessing/_object_detection.py 0% <0%> (ø) :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 7b570f0...49dfb6b. Read the comment docs.

0x00b1 commented 7 years ago

Thanks, @yanfengliu!

yanfengliu commented 7 years ago

@0x00b1 You are welcome :)