Skip to content

Commit

Permalink
eval tf vitstr-small
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Aug 14, 2023
1 parent 5efc3df commit 74d2af0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/using_doctr/using_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ For a comprehensive comparison, we have compiled a detailed benchmark on publicl
+----------------+---------------------------------+-----------------+--------------+------------+---------------+------------+---------------+--------------------+
| TensorFlow | sar_resnet31 | (32, 128, 3) | 57.2 M | | | | | 7.1 |
+----------------+---------------------------------+-----------------+--------------+------------+---------------+------------+---------------+--------------------+
| Tensorflow | vitstr_small | (32, 128, 3) | 21.4 M | | | | | 2.0 |
| Tensorflow | vitstr_small | (32, 128, 3) | 21.4 M | 83.01 | 83.84 | 86.57 | 87.00 | 2.0 |
+----------------+---------------------------------+-----------------+--------------+------------+---------------+------------+---------------+--------------------+
| TensorFlow | vitstr_base | (32, 128, 3) | 85.2 M | | | | | 5.8 |
+----------------+---------------------------------+-----------------+--------------+------------+---------------+------------+---------------+--------------------+
Expand Down Expand Up @@ -218,6 +218,8 @@ For a comprehensive comparison, we have compiled a detailed benchmark on publicl
+----------------+----------------------------------------------------------+------------+---------------+------------+---------------+
| TensorFlow | db_resnet50 + crnn_vgg16_bn | 70.82 | 75.56 | 83.97 | 81.40 |
+----------------+----------------------------------------------------------+------------+---------------+------------+---------------+
| TensorFlow | db_resnet50 + vitstr_small | 64.58 | 68.91 | 74.66 | 72.37 |
+----------------+----------------------------------------------------------+------------+---------------+------------+---------------+
| PyTorch | db_resnet50 + crnn_vgg16_bn | 67.82 | 73.35 | 84.84 | 83.27 |
+----------------+----------------------------------------------------------+------------+---------------+------------+---------------+
| None | Gvision text detection | 59.50 | 62.50 | 75.30 | 59.03 |
Expand Down Expand Up @@ -368,4 +370,3 @@ For reference, here is a sample XML byte string output:
</div>
</body>
</html>

0 comments on commit 74d2af0

Please sign in to comment.