aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.38k stars 648 forks source link

e2e results of ABCNet on full lexicon #316

Open HumanZhong opened 3 years ago

HumanZhong commented 3 years ago

@Yuliang-Liu Hi Liu, I'm trying to evaluate ABCNet on totaltext/CTW1500 with full lexicon. But I noticed that this repo didn't provide full-lexicon result and evaluation code on both datasets. I checked the totaltext repo and it said full lexicon consists of all words in test set. So I'm wondering, is there an official script/code/rule for how to replace predicted words with lexicon words? And can you provide your script/code/rule, on both totaltext and CTW1500, if possible? Thanks.

Yuliang-Liu commented 2 years ago

@HumanZhong Lexicon evaluation for totaltext, ctw1500, and icdar2015 has now been supported in the repo. Thanks for your attention!