I have vim3 pro, and two yolo3 trained models.
First model for detect a license plate.
Second for recognize license plate characters.
How can I run two models in single apllication?
There are in samples i found global functions for init model in global context.
I dont know how can I init both models at the same time (process the image with one model, then with the second model).
What should I do ?
My OS is Ubuntu.