模型实战(18)之C++ - tensorRT部署GAN模型实现人脸超分辨重建
- 一个实现人脸超分辨率重建的demo
 - 支持StyleGAN: GPEN or GFPGAN
 - 通过C++ - tensorrt 快速部署,推理速度每帧 在RTX3090上5.5ms+,RTX3050上10ms+
 - 下边是实现效果(图片来源于网络search,如若侵权,联系删除)

 - 下边给出实现步骤:
 
1. 模型转换
- 下载模型至本地
Download the model (BaiduPan pwd: yxt7 or Google Drive) - 通过tensorrt安装路径下的
./bin文件夹中的trtexec工具编译生成engine 











![PnetLab[网络虚拟化实验平台]下载地址](https://img-blog.csdnimg.cn/img_convert/9b3ca3ec9ec9e7811b7d222dc0881a86.png)







