I was looking at the sample in: 使用膨胀 3D CNN 进行动作识别 | TensorFlow Hub
and works just fine but how to run this against a life feed? is it possible? and how to train my own model if required?
I was looking at the sample in: 使用膨胀 3D CNN 进行动作识别 | TensorFlow Hub
and works just fine but how to run this against a life feed? is it possible? and how to train my own model if required?
For streaming I suggest you to take a look at the streaming models in:
You can finetune these on your data or train from scratch.
Thank you for answering i did review that one but i am a bit confuse, i would like to test this against a webcam on life feed. i dont see how the code would work for this, as i believe this will read the hole video but in live data there is no end.
You can pass a stream chunk as you can see in the example at:
You need to access to the camera with your code (Opencv, TFIO, Video4Linux etc…)
Instead If you want to run this on Android you need to use TF lite and write your own demo/example.
You can also try to use Mediapipe if you like:
Thank you very much, this TFHUB Is new to me but this seems to be the solution.
I really appreciate your time, thank you.
Have you successfully used movinet by shooting real-time video with your webcam? I’m researching right now, but it’s so difficult. help me
hi hamseungmi796, welcome to the TF Forum
what part are you finding hard?
did you check this tutorial: MoViNet for streaming action recognition | TensorFlow Hub
this may help you with your task