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 142 forks source link

Issue with gt_reading_mod with newest groundtruth datasets #28

Closed mandytoh1212 closed 4 years ago

mandytoh1212 commented 4 years ago

With the newest ground truth labels, should gt_reading_mod now look like this? I couldn't ge thte evaluation script to run with the existing version

def gt_reading_mod(gt_dir, gt_id):
    gt_id = gt_id.split('.')[0]
    gt = io.loadmat('%s/gt_%s.mat' % (gt_dir, gt_id))
    gt = `gt['gt']`
    return gt
ckchng commented 4 years ago

Hi there sorry for getting back so late. Have you manage to solve this problem? There is no new version of test set ground truth so the code should remain the same.

ckchng commented 4 years ago

I'm closing this for now.