WongKinYiu / yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
GNU General Public License v3.0
8.8k stars 1.36k forks source link

yolov9 in C++ with onnx #464

Open SylvainArd opened 3 months ago

SylvainArd commented 3 months ago

Hi, for easy distributing of my application using yolov9 I would like a C++ onnx-compatible version of YoloV9, I found this repo : https://github.com/spacewalk01/yolov9-onnx-segmentation/ which propose onnx implementation of yolov9 in Python. I think it would be useful for numerous users. The code must include all types of models and must be compatible with Visual Studio 2019 and 2022 (for Windows) and g++ (for Linux for web servers for example) Thank you Best regards

SylvainArd commented 3 months ago

onnx for speeding prediction

SylvainArd commented 2 months ago

up please

SylvainArd commented 1 month ago

noone answer ?