Usage Guide

This section provides detailed documentation for using trtutils. For step-by-step tutorials, see the Tutorial Overview section.

Core Components

The main components of trtutils are:

  • TRTEngine: Core class for running TensorRT engines

  • TRTModel: High-level interface with preprocessing/postprocessing

  • YOLO: Specialized interface for YOLO models

For detailed tutorials on using these components, see:

API Reference

Additional Resources