Open smallwillie opened 3 years ago
I haven't used nanodet to do detection with onnxruntime. I just used this project to train a model to do classification and usedonnxruntime to run it.
Has anyone tried to use onnxruntime c++ to detect?
@smallwillie there is an onnxruntime c++ version reimplementation of nanodet in my repo. see:
I hope this helps you ~
Has anyone tried to use onnxruntime c++ to detect?