broadinstitute / keras-rcnn

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

fix bbox_transform_inv to allow inputs of different shape #93

Closed jhung0 closed 6 years ago

jhung0 commented 6 years ago

input deltas could have shape of the last dimension be classes * 4

codecov-io commented 6 years ago

Codecov Report

Merging #93 into master will increase coverage by 0.28%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   74.57%   74.85%   +0.28%     
==========================================
  Files          25       25              
  Lines         704      712       +8     
==========================================
+ Hits          525      533       +8     
  Misses        179      179
Impacted Files Coverage Δ
...s_rcnn/layers/object_detection/_object_proposal.py 97.43% <100%> (+0.29%) :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 4db706d...3ffae30. Read the comment docs.