Skip to content

Conversation

@mkopcins
Copy link
Collaborator

Description

  • In hooks replaced the links to specific models with links to the corresponding collections on Hugging Face (related to issue Model constants grouped by type #612)
  • Included image segmentation results in the aggregate benchmarks
  • Standardized usage of warnings (instead of warnings and cautions) in both next and 0.5 versions

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Related issues

#612

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Comment on lines -32 to -43
| Model | iPhone 16 Pro (XNNPACK) [ms] | iPhone 14 Pro Max (XNNPACK) [ms] | iPhone SE 3 (XNNPACK) [ms] | Samsung Galaxy S24 (XNNPACK) [ms] | Samsung Galaxy S21 (XNNPACK) [ms] |
| --------------------- | :--------------------------: | :------------------------------: | :------------------------: | :-------------------------------: | :-------------------------------: |
| Detector (CRAFT_800) | 2099 | 2227 | | 2245 | 7108 |
| Recognizer (CRNN_512) | 70 | 252 | | 54 | 151 |
| Recognizer (CRNN_256) | 39 | 123 | | 24 | 78 |
| Recognizer (CRNN_128) | 17 | 83 | | 14 | 39 |
| Model | iPhone 16 Pro (XNNPACK) [ms] | iPhone 14 Pro Max (XNNPACK) [ms] | iPhone SE 3 (XNNPACK) | Samsung Galaxy S24 (XNNPACK) [ms] | Samsung Galaxy S21 (XNNPACK) [ms] |
| --------------------- | :--------------------------: | :------------------------------: | :-------------------: | :-------------------------------: | :-------------------------------: |
| Detector (CRAFT_800) | 2099 | 2227 | | 2245 | 7108 |
| Recognizer (CRNN_512) | 70 | 252 | | 54 | 151 |
| Recognizer (CRNN_256) | 39 | 123 | | 24 | 78 |
| Recognizer (CRNN_128) | 17 | 83 | | 14 | 39 |

❌ - Insufficient RAM.

## Vertical OCR

| Model | iPhone 16 Pro (XNNPACK) [ms] | iPhone 14 Pro Max (XNNPACK) [ms] | iPhone SE 3 (XNNPACK) [ms] | Samsung Galaxy S24 (XNNPACK) [ms] | Samsung Galaxy S21 (XNNPACK) [ms] |
Copy link
Member

@msluszniak msluszniak Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bring back removed [ms], also needs fix in versioned docs as well

@msluszniak msluszniak added documentation Improvements or additions to documentation improvement PRs or issues focused on improvements in the current codebase labels Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation improvement PRs or issues focused on improvements in the current codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants