Provide c++ onnxruntime usage to let yolov7-tiny inference, and python srcipt to do static quantization with int8.
yolov7-tiny reference to https://github.com/bubbliiiing/yolov7-tiny-pytorch.
- onnxruntime 1.17.1 (c++ & python)
- opencv 4.5.2
- ./build.sh
- ./run.sh
Reference to link