bubbliiiing / yolact-pytorch

这是一个yolact-pytorch的库,可用于训练自己的数据集
MIT License
70 stars 12 forks source link

How to deploy onnx models in C++? #16

Open williamForHSP opened 1 year ago

williamForHSP commented 1 year ago

Given that your preditc module contains convert_to_onnx features and I need to use C++ for inference deployment, how do I do that?

bubbliiiing commented 1 year ago

sorry, i don't know how to do…… maybe you can add the decode code to onnx, which will help