Skip to content

OCR Implementation - Guidance #44

Answered by kris-himax
Excustic asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Excustic ,

  1. Yes, it can run multiple models sequentially. You can reference tflm_fd_fm example which run 3 models sequentially.

You can reference https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/docs/memory_management.md to see the memory management of tensor arena because the tail part of tensor arena can not be share and other part of tensor arena can be reuse at difference model.

  1. You can not load full resolution image to WE2 internal SRAM because of the memory limit.
  2. Yes, you can just disable the flag OV5647_SUPPORT_BINNING at here and disable the sub-sample and binning and set the crop position where you want. But be careful that each cropped areas coul…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Excustic
Comment options

@kris-himax
Comment options

Answer selected by Excustic
@CEGC2024
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants