roatienza / deep-text-recognition-benchmark

PyTorch code of my ICDAR 2021 paper Vision Transformer for Fast and Efficient Scene Text Recognition (ViTSTR)
Apache License 2.0
287 stars 59 forks source link

What is the meaning of 'delta' in plot_error.py? Is it the subtraction between previous model and ViTSTR-Base? #4

Open huihui0000 opened 3 years ago

roatienza commented 3 years ago

plot_error.py is error analysis when data augmentation with rand augment was applied on baseline str models. plot of increase in accuracy and the corresponding std. not included in this paper but on a separate technical report.

huihui0000 commented 3 years ago

on

Many thanks for your rely! Is the xlabel is the number of randomly selected augmentation? And what is the data of your proposed method?

roatienza commented 3 years ago

The xlabel is the number of samples used by rand augment. We will release the technical report (arxiv) on this part including the data/analysis.

huihui0000 commented 3 years ago

Look forward to this. Many thanks.