yangxue0827 / R2CNN_FPN_Tensorflow

R2CNN: Rotational Region CNN Based on FPN (Tensorflow)
419 stars 139 forks source link

Model for R2CNN Text Detection #6

Closed lijiah33 closed 6 years ago

lijiah33 commented 6 years ago

Hello! Thank you for sharing your code! I have successfully run the python script inference1.py and got the result figure. But the model v5 seems to be applied for ships detection(object detection?). Can you offer the model for text detection? Thanks.

yangxue0827 commented 6 years ago

Sorry, I did not train the scene text.

lijiah33 commented 6 years ago

OK. Thank you anyway

beacandler commented 6 years ago

@yangxue0827 great work! @lijiah33 Meanwhile, there is a complete re-implemeation of R2CNN:https://github.com/beacandler/R2CNN. You can refer this.