Open Michel-liu opened 10 months ago
Hi, is the path for the GT and lexicon correct?
Hi~ My directory structure is as follows:
I didn't modify the paths for GT or lexicon settings. I just put the totaltext dataset in ./datasets
and ran the evaluation code.
How can I link the GT or lexicon path with the evaluation code? Thanks!
Hi~, I update the evaluation. You can fix this by updating the this file.
Has this problem been solved? I also encountered the same problem
Hi~ Thanks for your work. When I try to evaluate the performance of the pretrain ckpt, I got the empty OrderedDict() as follows,
I have tried the following evaluation commands,
bash scripts/test.sh config/ESTS/ESTS_5scale_pretrain.py ./datasets 0 ./pretrain.pth totaltext_val
,bash scripts/test.sh config/ESTS/ESTS_5scale_pretrain.py ./datasets 1 ./pretrain.pth totaltext_val
,bash scripts/test.sh config/ESTS/ESTS_5scale_tt_finetune.py ./datasets 0 ./pretrain.pth totaltext_val
andbash scripts/test.sh config/ESTS/ESTS_5scale_tt_finetune.py ./datasets 0 ./pretrain.pth totaltext_val
, all failed.