Skip to main content

Run YOLOv9 MIT model with ONNX Runtime

Project description

ONNX YOLOv9 MIT Object Detection

Python scripts performing object detection using the YOLOv9 MIT model in ONNX.

!ONNX YOLOv9 Object Detection

[!CAUTION] I skipped adding the pad to the input image when resizing, which might affect the accuracy of the model if the input image has a different aspect ratio compared to the input size of the model. Always try to get an input size with a ratio close to the input images you will use.

Requirements

  • Check the requirements.txt file.
  • For ONNX, if you have a NVIDIA GPU, then install the onnxruntime-gpu, otherwise use the onnxruntime library.

Installation PyPI

pip install yolov9-onnx

Or, clone this repository:

git clone https://github.com/ibaiGorordo/ONNX-YOLOv9-MIT-Object-Detection.git
cd ONNX-YOLOv9-MIT-Object-Detection
pip install -r requirements.txt

ONNX Runtime

For Nvidia GPU computers: pip install onnxruntime-gpu

Otherwise: pip install onnxruntime

ONNX model

  • If the model file is not found in the models directory, it will be downloaded automatically from the release page.
  • Or, for exporting the models with a different input size, use the Google Colab notebook to convert the model: Open In Colab
  • Available models:
    • MIT: v9-s_mit.onnx, v9-m_mit.onnx, v9-c_mit.onnx
    • Official: gelan-c.onnx, gelan-e.onnx, yolov9-c.onnx, yolov9-e.onnx

Original YOLOv9 MIT model

The original YOLOv9 MIT model can be found in this repository: YOLOv9 MIT Repository

  • The License of the models is MIT license: License

Examples

  • Image inference:
python image_object_detection.py
  • Webcam inference:
python webcam_object_detection.py
python video_object_detection.py

https://github.com/user-attachments/assets/71b3ef97-92ef-4ddb-a62c-5e52922a396d

References:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yolov9_onnx-0.4.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

yolov9_onnx-0.4.0-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page