Processing video files
XuanSAMA1872 opened this issue · 1 comments
XuanSAMA1872 commented
Hi author!
I am a C# beginner. I follow the standard code and this model handles images very well, and I want to estimate posture for a video.
Can this model handle this kind of problem?
If the model works, can you give an example?
Thank's!
dme-compunet commented
No, currently the library does not support video, you can use ffmpeg to
extract frames from the video, and predict the frames. you can then
reassemble them to a video file.