fire717 / movenet.pytorch

A Pytorch implementation of MoveNet from Google. Include training code and pre-trained model.
MIT License
374 stars 87 forks source link

Implement into Real Time #45

Open alantiong16 opened 1 year ago

alantiong16 commented 1 year ago

Hi, currently i wanted to implement this into a real time using webcam. May i know is it possible? and how?

fire717 commented 1 year ago

Of course it is possible, movenet is a light network, it runs fast, all you need to do is to finish webcam part code and run movenet to infer.