broadinstitute / keras-rcnn

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

Refactor data generator #71

Closed mihaimorariu closed 6 years ago

mihaimorariu commented 6 years ago

This PR refactors the data generator code. The data generator now outputs ground truth boxes with classes and metadata (shape and scale of rescaled image).

0x00b1 commented 6 years ago

Hi, @mihaimorariu! I appreciate the contribution! I'll review either this evening or tomorrow. Meanwhile, would you mind adding yourself to AUTHORS.rst.

0x00b1 commented 6 years ago

@mihaimorariu Would you mind rebasing?

mihaimorariu commented 6 years ago

Hi, @0x00b1! Thank you!

I am new to this, but I would gladly like to contribute as well. I have rebased and added myself to AUTHORS.rst, as requested.

0x00b1 commented 6 years ago

Thanks, @mihaimorariu! This was great. I requested a few changes. Let me know if you need help!