Skip to content

Commit

Permalink
add master benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Sep 29, 2023
1 parent c017783 commit df1b686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/using_doctr/using_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ For a comprehensive comparison, we have compiled a detailed benchmark on publicl
+----------------+---------------------------------+-----------------+--------------+------------+---------------+------------+---------------+--------------------+
| PyTorch | crnn_mobilenet_v3_large | (32, 128, 3) | 4.5 M | 87.38 | 88.09 | 94.46 | 94.92 | 0.08 |
+----------------+---------------------------------+-----------------+--------------+------------+---------------+------------+---------------+--------------------+
| PyTorch | master | (32, 128, 3) | 58.7 M | | | | | 17.6 |
| PyTorch | master | (32, 128, 3) | 58.7 M | 88.57 | 89.39 | 95.73 | 96.21 | 17.6 |
+----------------+---------------------------------+-----------------+--------------+------------+---------------+------------+---------------+--------------------+
| PyTorch | sar_resnet31 | (32, 128, 3) | 55.4 M | | | | | 4.9 |
+----------------+---------------------------------+-----------------+--------------+------------+---------------+------------+---------------+--------------------+
Expand Down Expand Up @@ -240,7 +240,7 @@ For a comprehensive comparison, we have compiled a detailed benchmark on publicl
+----------------+----------------------------------------------------------+------------+---------------+------------+---------------+
| PyTorch | db_resnet50 + sar_resnet31 | | | | |
+----------------+----------------------------------------------------------+------------+---------------+------------+---------------+
| PyTorch | db_resnet50 + master | | | | |
| PyTorch | db_resnet50 + master | 69.22 | 75.46 | 86.11 | 84.54 |
+----------------+----------------------------------------------------------+------------+---------------+------------+---------------+
| PyTorch | db_resnet50 + vitstr_small | 68.13 | 74.27 | 85.70 | 84.14 |
+----------------+----------------------------------------------------------+------------+---------------+------------+---------------+
Expand Down

0 comments on commit df1b686

Please sign in to comment.