broadinstitute / keras-rcnn

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

fix init file so import keras-rcnn has the right attributes #24

Closed jhung0 closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #24 into master will increase coverage by 1.8%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #24     +/-   ##
=========================================
+ Coverage   49.91%   51.71%   +1.8%     
=========================================
  Files          13       14      +1     
  Lines         573      582      +9     
=========================================
+ Hits          286      301     +15     
+ Misses        287      281      -6
Impacted Files Coverage Δ
keras_rcnn/__init__.py 100% <100%> (ø)
keras_rcnn/layers/__init__.py 100% <100%> (ø) :arrow_up:
keras_rcnn/models.py 30% <0%> (+30%) :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 8fadd0c...db9e888. Read the comment docs.

0x00b1 commented 7 years ago

Fixed by 079d276