broadinstitute / keras-rcnn

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

load malaria data #19

Closed jhung0 closed 7 years ago

jhung0 commented 7 years ago

load training, validation, test data as a list of dictionaries

jhung0 commented 7 years ago

14

JihongJu commented 7 years ago

@jhung0 What do you think to organize the datasets as

from keras_rcnn.datasets import malaria, pascal, coco
train_data, test_data, validate_data = malaria.load_data()
train_data, test_data = pascal.load_data()
# and coco is alike.
0x00b1 commented 7 years ago

@JihongJu I agree! 👍

0x00b1 commented 7 years ago

@jhung0 Add yourself to AUTHORS.rst

jhung0 commented 7 years ago

Check again?

jhung0 commented 7 years ago

14

codecov-io commented 7 years ago

Codecov Report

Merging #19 into master will increase coverage by 1.52%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   49.91%   51.43%   +1.52%     
==========================================
  Files          13       14       +1     
  Lines         573      591      +18     
==========================================
+ Hits          286      304      +18     
  Misses        287      287
Impacted Files Coverage Δ
keras_rcnn/datasets/malaria.py 100% <100%> (ø)

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...187c0ab. Read the comment docs.