URGENT!!! TEDS score different from the one reported in the paper. #14574
Replies: 1 comment
-
It appears that your observed TEDS score of 0.468942475598164 for SLANet on the PubTabNet dataset is significantly lower than the reported official TEDS score of 95.89%. Below are potential causes and solutions for this discrepancy: 1. Mismatch in Input Data or GT Labels
2. Model Configuration Issues
3. Command Line Parameters
4. Ground Truth Dataset
5. Environment Differences
6. Debugging TipsTo debug further:
Final RecommendationIf the above steps do not resolve the issue, consider:
Let me know if you need help with any of the steps! Response generated by feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
-
I already asked this but I didnt received any response.
As a report for a work I wanted to test the TEDS of various models but the TEDS score of SLANet on PubTabNet is different from the one reported in the documentations.
I downloaded SLANet from here and tested with PubTabNet but I ended with a TEDS of 0.468942475598164
code:
python3 ppstructure/table/eval_table.py --det_model_dir=output2/en_ppocr_mobile_v2.0_table_det_infer --rec_model_dir=output2/en_ppocr_mobile_v2.0_table_rec_infer --table_model_dir=output2/en_ppstructure_mobile_v2.0_SLANet_infer --image_dir=/data/Datasets/pubtabnet/pubtabnet/val_/ --rec_char_dict_path=ppocr/utils/dict/table_dict.txt --table_char_dict_path=ppocr/utils/dict/table_structure_dict.txt --det_limit_side_len=736 --det_limit_type=min --rec_image_shape=3,32,320 --gt_path=output2/gt_.txt
I would like to know if someone has tested the TEDS score and how he did it please it is urgent.
Beta Was this translation helpful? Give feedback.
All reactions