dafanghe / Tensorflow_SceneText_Oriented_Box_Predictor

This project modify tensorflow object detection api code to predict oriented bounding boxes. It can be used for scene text detection.
29 stars 13 forks source link

What type of annotations to use #4

Open ajinkya933 opened 5 years ago

ajinkya933 commented 5 years ago

@dafanghe What annotations did you use to train your dataset.

1) Did you draw boxes for multiple text lines in images. 2) Or did you draw boxes like its done in ctpn (https://github.com/ajinkya933/text-detection-ctpn)

I want to know which method to follow when annotating text?

balajihosur commented 3 years ago

@ajinkya could you please tell me how to directly evalute using pretrained model on custom images.