yhenon / keras-spp

Spatial pyramid pooling layers for keras
MIT License
394 stars 143 forks source link

ROI Example #7

Open vmesel opened 7 years ago

vmesel commented 7 years ago

Hey @yhenon! Thanks for creating a repository on SPP methods!

Could you please post an example of a convolutional neural network that classifies the image and works on creating the binding box?

alekol commented 7 years ago

+1 here. the example on the main page seems good, but an end-to-end roi sample would be great!

yhenon commented 7 years ago

I'm not sure I fully understand what kind of example is being sought - I do have a repo here https://github.com/yhenon/keras-frcnn that show bounding box prediction using faster-rcnn. But it's well beyond the scope of this repo, which is just minimal layers.