cj-mills / unity-onnx-inference-cv-plugin

This repository houses a simple native plugin for the Unity game engine, built in Visual Studio, that leverages the ONNX Runtime to perform inference with computer vision models. The plugin works with models that take a single RGB image.

Home Page:https://christianjmills.com/posts/unity-onnxruntime-cv-plugin-tutorial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity ONNX Computer Vision Inference Plugin

This repository houses a simple native plugin for the Unity game engine, built in Visual Studio, that leverages the ONNX Runtime to perform inference with computer vision models. The plugin works with models that take a single RGB image.

Demo Projects

Setup Steps:

  1. Ensure the Solution Configuration for the Visual Studio project is in Release mode.
  2. Restore the NuGet packages.
  3. You might need to relaunch the Visual Studio project.

About

This repository houses a simple native plugin for the Unity game engine, built in Visual Studio, that leverages the ONNX Runtime to perform inference with computer vision models. The plugin works with models that take a single RGB image.

https://christianjmills.com/posts/unity-onnxruntime-cv-plugin-tutorial/

License:MIT License


Languages

Language:C++ 92.2%Language:C 7.8%