xmba15 / onnx_runtime_cpp

small c++ library to quickly deploy models using onnxruntime
MIT License
327 stars 49 forks source link

pipline for superpoint #33

Closed bb67ao closed 1 year ago

bb67ao commented 1 year ago

could you please show me the pipline about superpoint,I faced some problems when inferenced my superpoint.onnx.so I hope to get inspired from your code

xmba15 commented 1 year ago

@bb67ao here is how you build and run the model. https://github.com/xmba15/onnx_runtime_cpp/issues/34

bb67ao commented 1 year ago

good work ,thanks a lot