OpenGVLab / InternImage

[CVPR 2023 Highlight] InternImage: Exploring Large-Scale Vision Foundation Models with Deformable Convolutions
https://arxiv.org/abs/2211.05778
MIT License
2.47k stars 231 forks source link

Tensorrt engine inference of C++ API #279

Open GitHubYuxiao opened 7 months ago

GitHubYuxiao commented 7 months ago

I convert the semantic segmentation model to tensorrt engine, then I need to deploy it by C++ environment ,any one experienced could tell me how to infer the end2end.engine of C++ API.