Media-Smart / vedastr

A scene text recognition toolbox based on PyTorch
Apache License 2.0
535 stars 100 forks source link

What is the mean of best_edit and edit parameters? #38

Closed Wzj02200059 closed 4 years ago

Wzj02200059 commented 4 years ago

and what is the difference of saved models between best_acc.pth and best_norm.pth Thx

ChaseMonsterAway commented 4 years ago

best_acc: The model which have the best word accuracy on validation dataset. best_norm: The model which have the best norm edit distance on validation dataset.

Wzj02200059 commented 4 years ago

ok,so what is the mean of edit。。。

ChaseMonsterAway commented 4 years ago

Normed edit distance.