#66 · Primary category: Computer Vision

jetson-inference

caffe computer-vision deep-learning digits embedded image-recognition inference jetson jetson-nano jetson-tx1 jetson-tx2 jetson-xavier jetson-xavier-nx machine-learning nvidia object-detection robotics segmentation tensorrt video-analytics

Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.

Project last updated:10/16/25

GitHub Stars

9.0K

Forks

3.1K

Contributors

23

License

MIT

Why we included this project

If you build real-time vision systems on NVIDIA Jetson hardware, this is one of the most practical starting points available. It bundles TensorRT-optimized implementations of the core deep vision primitives, image classification, object detection, semantic segmentation, pose estimation, and action recognition, with C++ and Python APIs plus console and camera-based examples. Rather than just dropping in pretrained models, it walks you through the whole onboard workflow, from collecting your own datasets and fine-tuning with PyTorch to converting to TensorRT and deploying with low latency on embedded GPUs. That makes it especially useful for robotics engineers and embedded developers who need vision to run reliably at the edge off a live camera feed. The ROS/ROS2 support and WebRTC webapp examples also smooth the path from a working demo to a real deployed system.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category