DefTruth / lite.ai.toolkit

🛠 A lite C++ toolkit of awesome AI models, support ONNXRuntime, MNN, TNN, NCNN and TensorRT.
https://github.com/DefTruth/lite.ai.toolkit
GNU General Public License v3.0
3.59k stars 684 forks source link

Nanodet onnx model? #337

Closed antithing closed 2 years ago

antithing commented 2 years ago

Hi, I am trying to detect humans in an image very fast. (less than 10ms)

Yolox gives me around 30ms, so I would like to try:

auto *detector = new lite::cv::detection::NanoDet(onnx_path); // Super fast and tiny!
auto *detector = new lite::cv::detection::NanoDetPlus(onnx_path); // Super fast and tiny! 2021/12/25
auto *detector = new lite::cv::detection::NanoDetEfficientNetLite(onnx_path); // Super fast and tiny!

But I don't see the onnx models in your model zoo. Would you be able to share them pleae?

Thanks!

DefTruth commented 2 years ago

已经在百度网盘中了,你可以从百度网盘下载

antithing commented 2 years ago

Ah I cannot access Baidu, is it possible to upload it to Google drive? Thank you very much!