broadinstitute / keras-rcnn

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

create anchors once and save #147

Closed jhung0 closed 6 years ago

jhung0 commented 6 years ago

Create anchors once and save to speed up training

codecov-io commented 6 years ago

Codecov Report

Merging #147 into master will decrease coverage by 0.3%. The diff coverage is 9.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
- Coverage   69.17%   68.86%   -0.31%     
==========================================
  Files          27       27              
  Lines        1025     1031       +6     
==========================================
+ Hits          709      710       +1     
- Misses        316      321       +5
Impacted Files Coverage Δ
...ras_rcnn/layers/object_detection/_anchor_target.py 75.31% <9.09%> (-2.32%) :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 688be63...0e608e5. Read the comment docs.

0x00b1 commented 6 years ago

@jhung0 Would you mind sending a pull request to send this into the 0.0.3 branch?