twlelev / OpenVINO_CPP_YOLOX-YOLOV5-YOLOV8-YOLOV9

C++ inference of YOLOX/YOLOV5/YOLOV8/YOLOV9 for OpenVINO,Support float32、float16 and int8.
57 stars 18 forks source link

Yolov8n doesn't give results. #5

Open yonisoft opened 11 months ago

yonisoft commented 11 months ago

Tried with yolov8n, it's doesn't work the onnx file work with python but after converting it to bin/xml it gives 0 outputs: I converted it with: yolo export model=best640.pt opset=12 simplify=True dynamic=False format=onnx imgsz=640 mo --input_model best.onnx -s 255 --reverse_input_channel True --compress_to_fp16=False