Face-Restoration-TensorRT
Face-Restoration-TensorRT copied to clipboard
A simple face restoration TensorRT deployment solution.
How to integrate the engine file in python, inorder to inference.
请问如何实现fp16的trt模型
通过C++得到的engien模型, 如何用python程序推理? The engien model obtained by C++, How to use Python program inference?
I have successfully converted to ONNX, but I'm getting an error when converting to TensorRT. What should I do? [TRT] [E] /ecd1/ecd1.0/ecd1.0.0/Conv: two inputs (data and weights) are allowed only...
Thanks, It's a great project. How this model to support dynamic batch. I set the model input first dim -1, and change code to create engine of tensorRT with method...
Hello, this project is fantastic, and I have a question: are there any plans to support CodeFormer? CodeFormer should be better than GFPGAN! Thank you!
My code is for 512*512. The code is simple but can run. ``` import logging import os.path import sys import time from cuda import cudart import tensorrt as trt logger...