diff --git a/docs/source/using_doctr/using_models.rst b/docs/source/using_doctr/using_models.rst index 10ce23a9f8..d2c44fd3fa 100644 --- a/docs/source/using_doctr/using_models.rst +++ b/docs/source/using_doctr/using_models.rst @@ -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 | +----------------+---------------------------------+-----------------+--------------+------------+---------------+------------+---------------+--------------------+ @@ -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 | @@ -368,4 +370,3 @@ For reference, here is a sample XML byte string output: -