Multithreading on FOMO and OCR

Can we do multithreading by concurrently running FOMO for object detection and optical character recognition?

At the moment, multithreading a single model from Edge Impulse is not supported. However, you could potentially have 2 processes running with different models. One that does object detection (e.g. FOMO) that passes any found objects to the other process, which runs OCR.

1 Like