Skip to content

Commit

Permalink
rknn: use correct nativeId for text recognition (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed May 31, 2024
1 parent cdd81da commit 03588be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions plugins/rknn/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/rknn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.0"
"version": "0.1.1"
}
2 changes: 1 addition & 1 deletion plugins/rknn/src/rknn/text_recognition.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import rec_utils.rec_postprocess


TEXT_RECOGNITION_NATIVE_ID = "rknntextrecognition"
TEXT_RECOGNITION_NATIVE_ID = "textrecognition"
DET_IMG_SIZE = (480, 480)

RKNN_DET_PREPROCESS_CONFIG = [
Expand Down

0 comments on commit 03588be

Please sign in to comment.