dongjk / faster_rcnn_keras

faster RCNN keras step by step implementation
51 stars 23 forks source link

Would you share me weight RPN model ? #4

Open nhokconan opened 6 years ago

nhokconan commented 6 years ago

I just read your post about faster RCNN, this is amazing and very clearly , it's help me a lot in my work. I want to extract region from RPN model but i training model very long . Would you share me weight RPN model . Thank you so much.

dongjk commented 6 years ago

This repo is using simple code to explain the model details, avoid engineering tricks so training time is very long, you can try multi thread branch which is much faster.