AdvancedLiterateMachinery icon indicating copy to clipboard operation
AdvancedLiterateMachinery copied to clipboard

The "test_data_path" for LISTER

Open icecream-Tnak opened this issue 2 years ago • 1 comments
trafficstars

Thank you for your excellent work and releasing the source code. LISTER is very inspiring for solving the corner cases of STR on long text.

Could you give more details of the specific "test_data_path" settings for different comparison on CoB, TUL and more challenging datasets. I notived that the code lines for "Art, COCOv1.4, Uber and TUL" are not used in the current code. What is the reason for doing this?

icecream-Tnak avatar Sep 27 '23 08:09 icecream-Tnak

Hi Tnak,

In test_data_path of config/lister.yml, one can specify any lmdb paths if they want to evaluate the model on it. In current version, the six common benchmarks are evaluated by default. Feel free to comment these and uncomment those to evaluate on other datasets. During our training, we took only CoB as the validation set.

ccx1997 avatar Oct 07 '23 14:10 ccx1997