Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with gt_reading_mod with newest groundtruth datasets #28

Closed
mandytoh1212 opened this issue Jan 21, 2020 · 2 comments
Closed

Issue with gt_reading_mod with newest groundtruth datasets #28

mandytoh1212 opened this issue Jan 21, 2020 · 2 comments

Comments

@mandytoh1212
Copy link

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
Copy link
Collaborator

ckchng commented Mar 15, 2020

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
Copy link
Collaborator

ckchng commented Mar 19, 2020

I'm closing this for now.

@ckchng ckchng closed this as completed Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants