NVIDIA Jetson (Legacy)
Deploy your Roboflow model on the edge to the NVIDIA Jetson
Last updated
Was this helpful?
Deploy your Roboflow model on the edge to the NVIDIA Jetson
Last updated
Was this helpful?
This is the legacy (outdated) version of this page. See the updated page .
The is a drop-in replacement for the I that can be deployed on your own hardware. We have optimized it to get maximum performance from the NVIDIA Jetson line of edge-AI devices by specifically tailoring the drivers, libraries, and binaries specifically to its CPU and GPU architectures.
The following task types are supported by the hosted API:
Object Detection
Classification
Instance Segmentation
Semantic Segmentation
You can take the edge acceleration version of your model to the NVIDIA Jetson, where you may need realtime speeds with limited hardware resources.
Ensure that your Jetson is flashed with Jetpack 4.5, 4.6, or 5.1. You can check you existing with this repository from Jetson Hacks
Next, run the Roboflow Inference Server using the accompanying Docker container:
The docker image you need depends on what Jetpack version you are using.
Jetpack 4.5: roboflow/roboflow-inference-server-jetson-4.5.0
Jetpack 4.6: roboflow/roboflow-inference-server-jetson-4.6.1
Jetpack 5.1: roboflow/roboflow-inference-server-jetson-5.1.1
You can now use the server to run inference on any of your models. The following command shows the syntax for making a request to the inference API via curl
:
When you send a request for the first time, your model will compile on your Jetson device for 5-10 minutes.
There are many factors that affect the performance of a particular inference pipeline including model size, input image size, model input size, confidence threshold, etc. For those looking for a rough estimate of performance, we provide the benchmarks below:
Config:
Model Type: Roboflow 3.0 Fast
Model Input Resolution: 640 x 640
Input Image Size: 1024 x 1024
Hardware: Jetson Orin Nano running Jetpack 5.1.1
Performance:
Python Script via : 30 FPS
HTTP Requests to : 15FPS