broadinstitute / keras-rcnn

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

inputs/outputs #153

Closed jhung0 closed 6 years ago

jhung0 commented 6 years ago

Maybe the input should be image and the outputs boxes and scores? I bring it up because otherwise there's a problem in ProposalTarget with distinguishing validation vs. testing behavior.