where is the synthdata.
i am very glad to see you have uploaded your training code.so i want to reproduce your result because of the paper's author did not release the training code. so i want to know where is your synthdata from. can your share the link? thank again.
@ganliqiang Sorry,there are some problems with dataloader code now. I am trying to fix out it and I will release the dataloader code as soon as possible. Maybe I think just 2 or 3 days. Thanks for your attention.
@backtime92 Did you used this synthdata for training ? http://www.robots.ox.ac.uk/~vgg/data/scenetext/
@cong235 yes.
@backtime92 You should note that in the readme and closed this issue.
gt = scio.loadmat(os.path.join(synthtext_folder, 'gt.mat')) I can't find 'gt.mat'file @backtime92
gt = scio.loadmat(os.path.join(synthtext_folder, 'gt.mat')) I can't find 'gt.mat'file @backtime92
I met the same problem,did you fix it?
好像是需要下载合成数据,但是我缺少x_utils文件。
gt = scio.loadmat(os.path.join(synthtext_folder, 'gt.mat')) 我找不到'gt.mat'文件 @backtime92
我遇到了同样的问题,你解决了吗?
你们解决了吗?我也缺少这个文件。
This issue can be closed!
@ganliqiang @Ffmydy ,
Hi, I met the same questions when looking for gt, but finally solved it.
see my blog https://blog.csdn.net/qq_43110298/article/details/120999183.
The 'gt.mat' is exactly in the zip file!!!