ying09 / TextFuseNet

A PyTorch implementation of "TextFuseNet: Scene Text Detection with Richer Fused Features".
MIT License
474 stars 121 forks source link

Classification of text #74

Open haythemBD opened 3 years ago

haythemBD commented 3 years ago

Hello, can we use this model to detect the class of a given detected text, for example name, last name (NER)? If yes, how the is data going to be or what modifcation should we add to the labels? Cordially,

Real-YeJ commented 3 years ago

@haythemBD hey, our model only aims to detect texts on a scene images.

haythemBD commented 3 years ago

@Real-YeJ thanks for the quick reply, just another question can I train it on arabic data without having characters labels of the image, only word annotations?

Real-YeJ commented 2 years ago

@haythemBD yes