How to run multiple neural networks in parallel to classify images

Hi,

You can create multiple threads or multiple process for the different models.
A sample for TensorRT with python mulit-threading can be found here:

Thanks.