Pose estimation using MoveNet on videos

558 views
Skip to first unread message

hamza naeem

unread,
Aug 25, 2021, 9:20:47 AM8/25/21
to TensorFlow Hub
I am trying to pass the video to movenet model for pose estimation, I have successfully run the model on image but I am stucked on passing video to it . How can we pass the video like mp4 extension to it .

Notebook link:

Morgan Roff

unread,
Aug 26, 2021, 3:53:57 AM8/26/21
to TensorFlow Hub, hamzan...@gmail.com
You will need to extract the individual frames from the video, and pass those to the MoveNet model. Within TensorFlow, the tfds.features.Video feature connector might help. If that doesn't meet your needs, I expect there are other Python libraries that can help you retrieve frames from videos as images.

I hope that helps.

hamza naeem

unread,
Aug 26, 2021, 4:20:51 AM8/26/21
to TensorFlow Hub, mr...@google.com, hamza naeem
Can you please view the notebook and change the respective changes you think please
Reply all
Reply to author
Forward
0 new messages