broadinstitute / keras-rcnn

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

Unable to load the datasets in keras_rcnn #216

Open jrtk opened 5 years ago

jrtk commented 5 years ago

After successful installation, while loading the datasets training_dictionary, test_dictionary = keras_rcnn.datasets.shape.load_data()

i have encountered below error: KeyError: 'keras_rcnn/data/schema.json'

Anything missed while installation?