Skip to content
Discussion options

You must be logged in to vote

The warning message you're seeing is normal and not a cause for concern (1). This warning appears when using ONNX with TensorRT and indicates that some memory copy operations are being added to the computation graph, which might have a minor performance impact but doesn't affect functionality (1).

Your configuration is correct. When using the -tensorrt Frigate image with ONNX, TensorRT will automatically be detected and used as a detector when a supported ONNX model is configured (2). The fact that you're seeing GPU usage in your system metrics (as shown in your screenshots) confirms that the GPU is being utilized for inference, which indicates the TensorRT execution provider is active (1).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NickM-27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment