# wang-xinyu/tensorrtx

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/wang-xinyu-tensorrtx).**

7,802 stars · 1,866 forks · C++ · MIT

## Links

- GitHub: https://github.com/wang-xinyu/tensorrtx
- awesome-repositories: https://awesome-repositories.com/repository/wang-xinyu-tensorrtx.md

## Topics

`arcface` `crnn` `detr` `mnasnet` `mobilenetv2` `mobilenetv3` `resnet` `retinaface` `squeezenet` `swin-transformer` `tensorrt` `yolo11` `yolov3` `yolov3-spp` `yolov4` `yolov5` `yolov7` `yolov8` `yolov9`

## Description

tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor acceleration. It provides a framework for optimizing deep learning models through a GPU inference optimizer, a deep learning model converter for transforming weights from frameworks like TensorFlow and PyTorch, and a custom plugin library to implement operations not natively supported by the TensorRT API.

The project distinguishes itself through a comprehensive collection of pre-defined network implementations, ranging from various YOLO versions and DETR transformers for object detection to Vision Transformers and diverse image classification architectures. It enables high-performance deployment by compiling trained model parameters into hardware-specific binary engines and implementing custom C++ extensions for non-standard neural network layers.

The system covers a broad range of visual processing capabilities, including face and human pose analysis, image segmentation, and text recognition. It also supports road analysis for driving perception, such as lane detection and panoptic segmentation, as well as temporal analysis for action recognition in video.

Performance is managed through quantization calibration for integer precision, dynamic shape profiling for variable batch sizes, and multi-GPU scaling to distribute inference tasks across multiple hardware contexts.

## Tags

### Artificial Intelligence & ML

- [GPU Accelerated Computer Vision](https://awesome-repositories.com/f/artificial-intelligence-ml/gpu-accelerated-computer-vision.md) — Provides a high-performance engine for executing computer vision tasks accelerated by graphics hardware.
- [TensorRT Model Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/tensorrt-model-implementations.md) — Provides a comprehensive library of popular deep learning networks implemented via the TensorRT API for high-performance inference.
- [Object Detection](https://awesome-repositories.com/f/artificial-intelligence-ml/computer-vision-systems/computer-vision/object-detection-tracking/object-detection.md) — Identifies and locates objects within images using a wide variety of high-performance architectures on graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/yolov8))
- [Deep Learning Inference Engines](https://awesome-repositories.com/f/artificial-intelligence-ml/deep-learning-inference-engines.md) — Implements common deep learning networks like vision transformers and object detectors for accelerated hardware inference. ([source](https://github.com/wang-xinyu/tensorrtx#readme))
- [GPU-Accelerated Inference](https://awesome-repositories.com/f/artificial-intelligence-ml/gpu-accelerated-inference.md) — Optimizes inference latency on GPUs through quantization, dynamic shape profiling, and precision management.
- [Inference Network Definition APIs](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-network-definition-apis.md) — Implements deep learning architectures using network definition APIs to run optimized inference on graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx#readme))
- [Inference Deployment Engines](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/frameworks/inference-runtimes/inference-deployment-engines.md) — Builds convolutional neural network engines from weights for optimized execution on graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/tree/master/lenet))
- [Model Inference](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-inference-serving/model-integration-pipelines/model-inference.md) — Processes input data through defined network architectures to generate predictions and outputs. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/lenet))
- [ONNX-to-TensorRT Conversions](https://awesome-repositories.com/f/artificial-intelligence-ml/ml-library-integrations/tensorrt-framework-integrations/onnx-to-tensorrt-conversions.md) — Transforms models into ONNX format or TensorRT engines for lower latency on NVIDIA GPUs. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/dbnet))
- [Calibration-Driven Quantization](https://awesome-repositories.com/f/artificial-intelligence-ml/model-quantization/8-bit-inference-quantizers/static-quantization/calibration-driven-quantization.md) — Analyzes representative image sets to determine optimal dynamic ranges for converting floating-point weights to 8-bit integers. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/retinaface))
- [Model Serializers](https://awesome-repositories.com/f/artificial-intelligence-ml/model-serializers.md) — Saves compiled network engines to persistent storage to avoid repeating the build process. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/lenet))
- [Model Weight Converters](https://awesome-repositories.com/f/artificial-intelligence-ml/model-weight-converters.md) — Transforms trained weights from TensorFlow and PyTorch into formats compatible with hardware-accelerated engines.
- [Runtime Weight Loading](https://awesome-repositories.com/f/artificial-intelligence-ml/model-weight-management/dynamic-weight-updates/training-weight-adjustments/runtime-weight-loading.md) — Loads trained parameters from external files to initialize hardware-based network engines at runtime. ([source](https://github.com/wang-xinyu/tensorrtx#readme))
- [Neural Network Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/neural-network-implementations.md) — Utilizes pre-defined model implementations to run high-performance inference via network definition APIs. ([source](https://github.com/wang-xinyu/tensorrtx#readme))
- [Precision Configuration Tools](https://awesome-repositories.com/f/artificial-intelligence-ml/precision-configuration-tools.md) — Provides utilities for configuring various numerical precision modes to balance throughput and accuracy. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/rcnn))
- [Precision Quantization](https://awesome-repositories.com/f/artificial-intelligence-ml/precision-quantization.md) — Reduces model precision using calibration images to decrease memory consumption and increase inference throughput. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/yolov7))
- [YOLO Object Detectors](https://awesome-repositories.com/f/artificial-intelligence-ml/video-object-tracking/yolo-object-detectors.md) — Implements object detection architectures to perform high-performance visual recognition across various model scales. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/yolov12))
- [Engine Serialization](https://awesome-repositories.com/f/artificial-intelligence-ml/weight-reconstruction/weight-serialization/engine-serialization.md) — Compiles trained model parameters into hardware-specific binary engines to avoid repeated optimization during deployment.
- [Action Recognition](https://awesome-repositories.com/f/artificial-intelligence-ml/action-recognition.md) — Classifies human actions in video sequences using a GPU-optimized Temporal Shift Module. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/tsm))
- [Asynchronous Layer Execution](https://awesome-repositories.com/f/artificial-intelligence-ml/asynchronous-layer-execution.md) — Executes specialized network layers using non-blocking streams to prevent processor synchronization and increase throughput. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/tutorials/multi_GPU_processing.md))
- [Instance Segmentation Engines](https://awesome-repositories.com/f/artificial-intelligence-ml/computer-vision-libraries/instance-segmentation-engines.md) — Generates pixel-level masks to identify and isolate individual object instances using high-performance hardware. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/rcnn))
- [Face Detection](https://awesome-repositories.com/f/artificial-intelligence-ml/computer-vision-systems/computer-vision/facial-analysis-systems/face-detection.md) — Implements RetinaFace architectures to identify faces in images using hardware-accelerated inference. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/retinafaceAntiCov))
- [Image Classification Models](https://awesome-repositories.com/f/artificial-intelligence-ml/computer-vision-systems/computer-vision/image-classification-models.md) — Builds an Alexnet image classification model using convolutional and fully connected layers. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/alexnet))
- [Panoptic Segmentation](https://awesome-repositories.com/f/artificial-intelligence-ml/computer-vision-systems/image-segmentation/panoptic-segmentation.md) — Implements panoptic segmentation to identify and mask both individual objects and drivable road areas. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/yolop))
- [ResNet Variants](https://awesome-repositories.com/f/artificial-intelligence-ml/convolutional-neural-network-architectures/resnet-variants.md) — Executes image recognition using various ResNet architectures optimized for high-performance acceleration. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/resnet))
- [Dynamic Tensor Shapes](https://awesome-repositories.com/f/artificial-intelligence-ml/dynamic-tensor-shapes.md) — Provides capabilities for managing variable batch sizes and input dimensions through optimization profiles during model execution.
- [EfficientNet Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/efficientnet-implementations.md) — Executes EfficientNet model predictions by converting weights into a serialized hardware engine. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/efficientnet))
- [DETR Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/end-to-end-inference-pipelines/detr-implementations.md) — Executes end-to-end object detection using transformer architectures optimized for high-performance hardware. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/detr))
- [Face Detection](https://awesome-repositories.com/f/artificial-intelligence-ml/face-detection.md) — Identifies human faces within images using high-performance neural network architectures optimized for GPU acceleration. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/retinaface))
- [Face Recognition](https://awesome-repositories.com/f/artificial-intelligence-ml/face-recognition.md) — Executes ArcFace network architectures to calculate similarity scores for biometric identification and verification. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/arcface))
- [Feed-Forward Neural Networks](https://awesome-repositories.com/f/artificial-intelligence-ml/feed-forward-neural-networks.md) — Builds a basic feed-forward neural network architecture to perform inference on graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/mlp))
- [Image Classification](https://awesome-repositories.com/f/artificial-intelligence-ml/image-classification.md) — Executes high-resolution network architectures to classify images using optimized inference. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/hrnet))
- [Inception Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-accelerators/inception-implementations.md) — Implements InceptionV3 and InceptionV4 networks optimized for hardware acceleration via C++. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/inception))
- [VGG Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-accelerators/vgg-implementations.md) — Executes the VGG convolutional neural network to perform image recognition using hardware acceleration. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/vgg))
- [YOLOv5 Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-accelerators/yolov5-implementations.md) — Implements various versions of the YOLOv5 architecture optimized for graphics processor acceleration. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/yolov5))
- [RepVGG Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-execution/repvgg-implementations.md) — Executes VGG-style convolutional networks optimized for graphics processors via the API. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/repvgg))
- [SqueezeNet Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-execution/squeezenet-implementations.md) — Executes the SqueezeNet architecture on graphics processors to perform classification with reduced computation. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/squeezenet))
- [YOLO11 Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-execution/yolo11-implementations.md) — Implements YOLO11 network architectures optimized for high-performance inference on graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/yolo11))
- [YOLOv7 Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-execution/yolov7-implementations.md) — Implements YOLOv7 network architectures optimized for high-performance inference on graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/yolov7))
- [CenterNet Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-performance-optimization/centernet-implementations.md) — Runs an object detection network using a high-performance inference engine optimized for graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/centernet))
- [RefineDet Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-performance-optimization/refinedet-implementations.md) — Executes object detection networks using optimized hardware acceleration for high-performance predictions. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/refinedet))
- [Scaled-YOLOv4 Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-scaling/scaled-yolov4-implementations.md) — Performs object detection by loading pre-trained weights and configurations into a hardware-accelerated environment. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/scaled-yolov4))
- [Inference Stream Parallelism](https://awesome-repositories.com/f/artificial-intelligence-ml/inference-stream-parallelism.md) — Distributes inference tasks across multiple hardware contexts and non-blocking streams to increase total device throughput.
- [Lane Detection](https://awesome-repositories.com/f/artificial-intelligence-ml/lane-detection.md) — Executes high-performance lane detection inference using optimized network architectures for real-time processing. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/ufld))
- [License Plate Recognition](https://awesome-repositories.com/f/artificial-intelligence-ml/license-plate-recognition.md) — Provides an optimized network architecture specifically for identifying and recognizing vehicle license plates. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/lprnet))
- [Transformer-Based Architectures](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/architectures/computer-vision-segmentation-models/object-detection-models/transformer-based-architectures.md) — Executes end-to-end object detection using transformer-based architectures optimized for hardware acceleration. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/detr))
- [Swin Transformer Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/frameworks/model-construction/transformer-architectures/swin-transformer-implementations.md) — Executes semantic segmentation tasks using Swin Transformer architectures optimized for graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/swin-transformer/semantic-segmentation))
- [Mixed-Precision Computing](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/machine-learning-training/distributed-and-accelerated-compute/training-acceleration-tools/mixed-precision-training/mixed-precision-computing.md) — Allows toggling between FP32, FP16, and INT8 compute modes to balance numerical accuracy and hardware throughput.
- [SENet Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-inference-serving/model-integration-pipelines/model-inference/senet-implementations.md) — Implements the Squeeze-and-Excitation Network architecture for high-performance inference on graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/senet))
- [ShuffleNet Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-inference-serving/model-integration-pipelines/model-inference/shufflenet-implementations.md) — Runs the ShuffleNetV2 architecture using custom plugins for channel shuffling and chunking. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/shufflenetv2))
- [YOLO12 Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-inference-serving/model-integration-pipelines/model-inference/yolo12-implementations.md) — Implements YOLO12 network architectures optimized for high-performance inference on graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/yolov12))
- [Multi-GPU Execution Scaling](https://awesome-repositories.com/f/artificial-intelligence-ml/model-optimization/inference-deployment/model-deployment-toolkits/distributed-deployment-utilities/multi-gpu-execution-scaling.md) — Distributes model execution across multiple devices by creating independent contexts and streams for each processor. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/tutorials/multi_GPU_processing.md))
- [LeNet-5 Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/network-inference-execution/lenet-5-implementations.md) — Executes a lightweight convolutional neural network for basic image classification using hardware acceleration. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/lenet))
- [Normalization-Enhanced Architectures](https://awesome-repositories.com/f/artificial-intelligence-ml/neural-network-architectures/u-net-architectures/normalization-enhanced-architectures.md) — Executes IBN-Net architectures to enhance learning through combined batch and instance normalization. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/ibnnet))
- [MobileNet Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/neural-network-implementations/lightweight-model-implementations/mobilenet-implementations.md) — Executes MobileNet architectures on graphics processors to achieve low-latency image classification. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/mobilenet))
- [YOLOv1 Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/object-detection/yolov1-implementations.md) — Implements the YOLOv1 network architecture optimized for graphics processor acceleration. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/yolov1))
- [Optical Character Recognition](https://awesome-repositories.com/f/artificial-intelligence-ml/optical-character-recognition.md) — Executes convolutional recurrent neural networks to perform high-performance optical character recognition. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/crnn))
- [Road Boundary Detection](https://awesome-repositories.com/f/artificial-intelligence-ml/road-boundary-detection.md) — Provides hardware-accelerated execution of the PSENet boundary detection network. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/psenet))
- [Road Scene Parsing](https://awesome-repositories.com/f/artificial-intelligence-ml/road-scene-parsing.md) — Implements a full pipeline for segmenting road scenes using the PSENet architecture. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/psenet))
- [Semantic Segmentation](https://awesome-repositories.com/f/artificial-intelligence-ml/semantic-segmentation.md) — Performs pixel-level image labeling using high-resolution networks to identify object boundaries. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/hrnet))
- [Text Detection Algorithms](https://awesome-repositories.com/f/artificial-intelligence-ml/text-detection-algorithms.md) — Implements the DBNet architecture for high-performance text region detection in images. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/dbnet))
- [Layer Construction](https://awesome-repositories.com/f/artificial-intelligence-ml/transformer-architectures/layer-construction.md) — Constructs transformer encoder blocks using primitives for normalization, attention, and feed-forward networks. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/vit))
- [Vision Transformer Implementations](https://awesome-repositories.com/f/artificial-intelligence-ml/transformer-inference-engines/vision-transformer-implementations.md) — Constructs high-performance ViT architectures using hardware primitives for accelerated inference. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/vit))

### Data & Databases

- [Model Weight Conversions](https://awesome-repositories.com/f/data-databases/vector-data-formats/format-conversion-utilities/model-weight-conversions.md) — Converts PyTorch pretrained weights into specialized execution formats for GPU optimization. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/superpoint))
- [Custom Inference Operations](https://awesome-repositories.com/f/data-databases/collective-communication-operations/custom-operation-definitions/custom-inference-operations.md) — Provides plugin-based solutions for complex neural network operations not natively supported by the inference engine. ([source](https://github.com/wang-xinyu/tensorrtx#readme))
- [Dynamic Inference Batching](https://awesome-repositories.com/f/data-databases/request-batching/dynamic-inference-batching.md) — Implements dynamic batching for inference workloads to optimize the balance between throughput and latency. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/vit))

### DevOps & Infrastructure

- [Inference Engine Compilers](https://awesome-repositories.com/f/devops-infrastructure/inference-engine-compilers.md) — Compiles neural network architectures into optimized hardware-specific engines for high-performance execution. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/lenet))
- [Model Conversion](https://awesome-repositories.com/f/devops-infrastructure/model-conversion.md) — Transforms trained model checkpoints into optimized formats for accelerated hardware deployment. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/tsm))
- [TensorFlow](https://awesome-repositories.com/f/devops-infrastructure/model-conversion/tensorflow.md) — Converts TensorFlow model formats into optimized representations for C++ inference execution. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/psenet))

### Software Engineering & Architecture

- [Custom Operator Plugins](https://awesome-repositories.com/f/software-engineering-architecture/software-architecture/architectural-patterns/plugin-module-systems/modular-plugin-architectures/plugin-based-architectures/plugin-based-architectures/custom-operator-plugins.md) — Provides custom operator plugins to implement non-standard neural network layers not natively supported by the TensorRT API.

### Part of an Awesome List

- [Image Classification Architectures](https://awesome-repositories.com/f/awesome-lists/ai/image-classification-architectures.md) — Implements the Inception v1 architecture for image classification and feature extraction on graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/googlenet))
- [MnasNet Implementations](https://awesome-repositories.com/f/awesome-lists/ai/image-classification-architectures/mnasnet-implementations.md) — Executes the MnasNet architecture using depth multipliers and group convolutions for image classification. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/mnasnet))
- [UNet Implementations](https://awesome-repositories.com/f/awesome-lists/ai/image-segmentation/unet-implementations.md) — Executes image segmentation using the UNet architecture optimized for graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/unet))
- [Object Detection and Segmentation](https://awesome-repositories.com/f/awesome-lists/ai/object-detection-and-segmentation.md) — Identifies and delineates objects within images using specialized deep learning architectures for detection and segmentation. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/rcnn))
- [YOLOv3 Implementations](https://awesome-repositories.com/f/awesome-lists/ai/object-detection-frameworks/yolov3-implementations.md) — Provides a high-performance implementation of the YOLOv3 architecture for real-time object detection. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/yolov3))
- [YOLOv3-SPP Implementations](https://awesome-repositories.com/f/awesome-lists/ai/object-detection-frameworks/yolov3-implementations/yolov3-spp-implementations.md) — Implements the YOLOv3-SPP architecture with support for fixed and dynamic input shapes. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/yolov3-spp))
- [YOLOv3-Tiny Implementations](https://awesome-repositories.com/f/awesome-lists/ai/object-detection-frameworks/yolov3-implementations/yolov3-tiny-implementations.md) — Implements a lightweight YOLOv3-Tiny architecture for efficient, low-latency object detection. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/yolov3-tiny))
- [YOLOv10 Implementations](https://awesome-repositories.com/f/awesome-lists/ai/object-detection-models/yolov10-implementations.md) — Implements YOLOv10 network architectures optimized for high-performance inference on graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/yolov10))
- [YOLOv9 Implementations](https://awesome-repositories.com/f/awesome-lists/ai/object-detection-models/yolov9-implementations.md) — Implements various YOLOv9 model scales and architectures optimized for real-time inference. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/yolov9))
- [Text Recognition](https://awesome-repositories.com/f/awesome-lists/ai/text-recognition.md) — Converts images of text into machine-readable strings using optimized CRNN architectures. ([source](https://github.com/wang-xinyu/tensorrtx/tree/main/crnn))

### Development Tools & Productivity

- [Variable Input Shape Support](https://awesome-repositories.com/f/development-tools-productivity/input-binding-libraries/variable-input-shape-support.md) — Processes input data with varying batch sizes and dimensions without requiring a static input size. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/psenet))

### Game Development

- [Lane-Based Road Representations](https://awesome-repositories.com/f/game-development/road-infrastructure-modeling/lane-based-road-representations.md) — Provides a high-performance implementation of ultra-fast lane detection for graphics processors. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/ufld))

### Graphics & Multimedia

- [Human Pose Detections](https://awesome-repositories.com/f/graphics-multimedia/video-frame-processing/real-time-model-inference-on-frames/human-pose-detections.md) — Detects and tracks human body keypoints to reconstruct poses using specialized network configurations. ([source](https://github.com/wang-xinyu/tensorrtx/blob/main/yolov8))
