This project demonstrates how to deploy the RT-DETR model using C++ and TensorRT. For the model details, please refer to the RT-DETR GitHub Repository.
Before getting started, ensure that the following software versions are installed:
- TensorRT: 10.0.1.6
- OpenCV: 4.8.1
- CUDA: 12.3
RT-DETR is a high-performance real-time detection model that is deployed using TensorRT to maximize inference efficiency. This project provides a clean and optimized C++ implementation to help users integrate RT-DETR into their own applications.
To get started with this project, make sure the required dependencies are installed, and follow the steps below to build and run the deployment engine.
- Clone the repository:
git clone https://github.com/Anunnaki-Panda/RTDETR-TensorRT-Engine cd RTDETR-TensorRT-Engine
- Build the project with CMake:
mkdir build && cd build cmake .. make
- Run the deployment:
./RTDETR