zjykzj / deploy

Pytorch -> ONNX -> ONNXRuntime/OpenCV/MNN/TensorRT/OpenVINO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch -> ONNX -> ONNXRuntime/OpenCV/MNN/TensorRT/OpenVINO

Table of Contents

Background

As a computer vision engineer, how to better apply image algorithms to landing scenes is crucial. In practice, C++ can provide a faster reasoning speed and a more practical deployment platform; In addition, Python can provide more convenient simulation and processing.

Requirements

Troubleshooting

[ERROR:0@2.663] global onnx_importer.cpp:1051 handleNode DNN/ONNX: ERROR during processing node with 2 inputs and 3 outputs: [Split]:(onnx_node!/model.24/Split) from domain='ai.onnx'

In short, OpenCV 4.7.0 only supports ONNX models with fixed input sizes, and this issue will be resolved after the 5. X. X series

Maintainers

  • zhujian - Initial work - zjykzj

Thanks

Contributing

Anyone's participation is welcome! Open an issue or submit PRs.

Small note:

License

Apache License 2.0 © 2021 zjykzj

About

Pytorch -> ONNX -> ONNXRuntime/OpenCV/MNN/TensorRT/OpenVINO

License:Apache License 2.0


Languages

Language:Python 68.8%Language:C++ 27.6%Language:CMake 3.6%