Multi Camera Multi Target Python* Demo in OpenVINO™ Is Slow When Using Many Tracks
Content Type: Maintenance & Performance | Article ID: 000088711 | Last Reviewed: 09/07/2022
Option 1: Validate the model by evaluating model performance on unseen data in PyTorch.
Use the function:
with torch.no_grad():
for i,data in enumerate(X_test):
y_val = model.forward(data) #this function is to grab prediction
Option 2: Accelerate the inference of deep learning models using Post-Training Optimization (POT).