Video inference using glow

Hi Guys,
I am new to this world of glow,
I can use ffmpeg or gstreamer to do video decode and infernence.
I
want to use glow for the same. Could you help me, if there is some sample code/docs, to explain, How video decode and inference could be achieved using glow.

Thanks
Udit

Hi @Udit_Kumar,

Thanks for your interest! Do you have an initial starting point, e.g. some ONNX model that you want to run? And do you have a specific architecture you’d like to run on?

We have some documentation on how to run models such as image classification here. However this is not going to satisfy your desire for video specifically. We do intend to improve our video based operators and coverage over the next half year or so.

Thanks,
Jordan