NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.
Deploying AI Inference on UAV Edge Compute
A repeatable workflow for choosing and validating an inference runtime for an onboard UAV computer.
how to Reviewed 8/14/2026
Problem definition
How do I pick an inference runtime and validate a model on my UAV's onboard compute before flight testing?
Steps
- Define the runtime target
Identify your onboard compute vendor and accelerator (NVIDIA GPU/Jetson, Intel, Rockchip NPU or a generic CPU). This is a hardware fact, not a compatibility claim.
- Choose the runtime family
Record which official runtime matches your target: TensorRT for NVIDIA, OpenVINO for Intel, RKNN-Toolkit2 for Rockchip, or ONNX Runtime for portable deployment.
- Convert a representative model
Use the official conversion toolchain on one representative model and record the exact version of the model, runtime and toolchain.
- Measure on target hardware
Measure latency and accuracy on the actual onboard hardware with a documented evaluation set. Do not assume desktop results transfer.
- Record evidence
Record the runtime, model, conversion toolchain, hardware and measured numbers with their dates in your integration notes.
Guide
Scope
This guide links the runtimes and toolchains; it does not certify any runtime-hardware combination and it does not replace vendor documentation.
Judgment criteria
- The model runs on the target hardware with recorded versions.
- No performance or compatibility claim is made without a measurement.
Common risks
- Assuming desktop-GPU benchmarks transfer to edge hardware.
- Inferring compatibility from a generic format such as ONNX alone.
Checklist
Related technical resources
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Show 8 more keywords
OpenVINO™ is an open source toolkit for optimizing and deploying AI inference
Show 10 more keywords
Official tool repository; review the linked source before use.
Implementation of popular deep learning networks with TensorRT network definition API
Show 10 more keywords
An easy to use PyTorch to TensorRT converter
Show 6 more keywords
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
Show 10 more keywords
A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.