broadinstitute / keras-rcnn

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

DSB2018 #152

Closed 0x00b1 closed 6 years ago

0x00b1 commented 6 years ago

There's a bug where the generator will randomly hang. You can reproduce with:

generator = ImageSegmentationGenerator()

generator = generator.flow(training, classes)

for _ in range(100):
    generator.next()
0x00b1 commented 6 years ago

Moved to #164