You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
When I tried to convert ICDAR2013, I got the error below:
I found that there are no
test_gts
inicdar2013.zip
. But there are rotated ground truths inevaluation/rotated_icdar2013/gt/
.And those ground truths are named as
gt_' + img_name.split('.')[0] + '.txt
, which is the same as the one intools/convert_dataset.py
as below:MaskTextSpotterV3/tools/convert_dataset.py
Line 163 in 9bd595e
Does it mean that I don't need to generate the rotated ground truths?
The text was updated successfully, but these errors were encountered: