osmr / imgclsmob

Sandbox for training deep learning networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use it for pose estimation

hundanLi opened this issue · comments

How to use it for pose estimation, please? Thank you for your reply.

I would recommend to explore https://gluon-cv.mxnet.io/tutorials/index.html to start.

Yes, I have try it out. It's wonderful. What about implementation version in pytorch?

In fact, what is in the repository now for the human pose estimation is primarily the machanical transfer of the gluon-cv code on pytorch.

Thank you for your reply.