Init commit for using rknn, RecognitionFormDataLoadTest doesnt work

This commit is contained in:
Yoni Yang
2024-12-04 14:31:41 +00:00
parent 4140e93aea
commit 257cc6c963
5 changed files with 102 additions and 10 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class Settings(BaseSettings):
ann: bool = True
ann_fp16_turbo: bool = False
ann_tuning_level: int = 2
rknn: bool = False
rknn: bool = True
preload: PreloadModelData | None = None
max_batch_size: MaxBatchSize | None = None