monibuca
monibuca copied to clipboard
Integration onnxruntime
How to integrate onnxruntime analytics in moniubuca?
If you're not in a hurry, you can wait for the official onnxruntime plugin, which should be completed around the end of May. You'll only need to configure the model through a configuration file. If you want to do it yourself, it's a bit complicated. You can refer to the transcode plugin to subscribe to video streams, use ffmpeg to decode them into images, then use cgo to call onnxruntime, pass in the images, and perform various processing tasks.
is there any update regarding onnxruntime plugin?