You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes it is totally posible, you just need to instantiate two interpreters, each one with their respective model. Then parse the output of each one according to their output tensor. The only thing that may prohibit you of using more than one model, is the available RAM on your device, since allocating the model and the output result requires a specific amount of memory. Also you should try to create the interpreters on different isolates for better perfomance.
is there any way to use yolov5 and osnet tflite models at same time?
The text was updated successfully, but these errors were encountered: