cs-chan / Total-Text-Dataset

Total Text Dataset. It consists of 1555 images with more than 3 different text orientations: Horizontal, Multi-Oriented, and Curved, one of a kind.
BSD 3-Clause "New" or "Revised" License
747 stars 140 forks source link

Confusion in input directory in Python Scripts #12

Closed sv2812 closed 5 years ago

sv2812 commented 5 years ago

Hi , What is the detection text file that we are including in input_dir in Python Scripts ?

ckchng commented 5 years ago

Hi there,

It should include the detection output (text file format) of your model. Inside the text file it should be stored in format below.

'img_1.txt' y0,x0, y1,x1, ...... yn, xn y0,x0, y1,x1, ...... yn, xn y0,x0, y1,x1, ...... yn, xn

sv2812 commented 5 years ago

Oh alright . I'll try that . Thanks !