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

FileNotFoundError while converting ICDAR2013. Ground truth txt files not found. #50

Open
HsuWanTing opened this issue Jan 29, 2021 · 0 comments

Comments

@HsuWanTing
Copy link

When I tried to convert ICDAR2013, I got the error below:

FileNotFoundError: [Errno 2] No such file or directory: '../datasets/icdar2013/test_gts/img_1.jpg.txt'

I found that there are no test_gts in icdar2013.zip. But there are rotated ground truths in evaluation/rotated_icdar2013/gt/.
And those ground truths are named as gt_' + img_name.split('.')[0] + '.txt, which is the same as the one in tools/convert_dataset.py as below:

new_gt_path = os.path.join(new_gt_dir, 'gt_' + img_name.split('.')[0] + '.txt')

Does it mean that I don't need to generate the rotated ground truths?

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

1 participant