jason-li-831202 / YOLO-NAS-onnxruntime

This repo provides the C++ implementation of YOLO-NAS based on ONNXRuntime for performing object detection in real-time.Support float32/float16/int8 inference.
GNU General Public License v3.0
40 stars 7 forks source link

How to run inference with ONNX uint8 model? #12

Open Lars-Codes opened 3 months ago

Lars-Codes commented 3 months ago

Hi! The ReadMe says to run ./demo but I don't see that script anywhere or how to draw the bounding boxes on the images. If anyone can send some resources that would be great thanks!