lars76 / object-localization

Object localization in images using simple CNNs and Keras
MIT License
137 stars 60 forks source link

Model? #19

Open samrawitergrtr opened 4 years ago

samrawitergrtr commented 4 years ago

What model did you use, is that Faster_RCNN or other ?I was trying to do object localization using Faster_RCNN and i only prepare datasets with annotation but i don't know how to extract features from annotation file as an input to fed to region proposal layer?Can you help please?