Allen Goodman

Results 38 issues of Allen Goodman

keras-rcnn should include an ImageSegmentationGenerator class like Keras’s [ImageDataGenerator](https://keras.io/preprocessing/image/#imagedatagenerator).

enhancement
help wanted

keras-rcnn should include an implementation of [Mask R-CNN](https://arxiv.org/abs/1703.06870).

enhancement
help wanted

Keras-rcnn was written to be compatible with a number of third-party frameworks and services like Apple’s Core ML framework that enables developers to embed Keras models into their iOS applications....

keras-rcnn has two region proposal network (RPN) loss layers (`RPNClassificationLoss` and `RPNRegressionLoss`) and two region-based convolutional neural network (RCNN) layers (`RCNNClassification` and `RCNNRegression`). I think it makes sense to combine...

Theano backend needs an implementation of `keras_rcnn.backend.crop_and_resize`.

enhancement
help wanted

Prerequisites - [ ] #63 - [x] #70

enhancement

Fully factorized distribution based on neural network cumulative. Prerequisites - [x] #65 - [x] #66 - [x] #71

enhancement