DefTruth / lite.ai.toolkit

🛠 A lite C++ toolkit of 100+ Awesome AI models, support ORT, MNN, NCNN, TNN and TensorRT. 🎉🎉
GNU General Public License v3.0
3.67k stars 701 forks source link

[TRT] Support RealESRGAN #441

Closed wangzijian1010 closed 1 month ago

wangzijian1010 commented 1 month ago

This pull request introduces support for TensorRT-based Real-ESRGAN upscaling in the lite module. The most important changes include the addition of a new test function, updates to the models.h file to include the new model, and the implementation of the Real-ESRGAN class for TensorRT.

TensorRT Real-ESRGAN Integration: