RangiLyu / nanodet

NanoDet-Plusāš”Super fast and lightweight anchor-free object detection model. šŸ”„Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphonešŸ”„
Apache License 2.0
5.77k stars 1.04k forks source link

onnxruntime c++ #326

Open smallwillie opened 3 years ago

smallwillie commented 3 years ago

Has anyone tried to use onnxruntime c++ to detect?

raisinglc commented 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.

DefTruth commented 3 years ago

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 ~