SkillAgentSearch skills...

Movenet

Google's Next Gen Pose Estimation in PyTorch

Install / Use

/learn @lucasjinreal/Movenet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Workable MoveNet on PyTorch

Movenet is Google's next generation fast pose detection model. However, there seems not PyTorch version.

I ported original tensorflow weights to pytorch, using CenterNet code base to inference. The result is fully right.

Hopefully, you can even train it on pytorch if you have time.

If you are interested on Movenet, open an issue and I will guide you have to contribute.

Demo

Run:

python demo.py single_pose --dataset active --arch movenet --demo data/input_image.jpeg --load_model ./weights/movenet.pth --K 1 --gpus -1 --debug 2

Runing on WNN:

View on GitHub
GitHub Stars137
CategoryDevelopment
Updated1mo ago
Forks25

Languages

Python

Security Score

80/100

Audited on Feb 9, 2026

No findings