Overview
- A code plugin for Unreal Engine 4 to use ONNX model.
- Provides easy-to-use functions for accelerated machine learning inference callable from BP and C++ using ONNX Runtime native library.
- Also, provides utility functions such as resizing, cropping, rotating UTexture and converting it to int8 array.
- Demo project of human pose estimation and facial capture using a single RGB camera is available on GitHub.