microsoft / human-pose-estimation.pytorch

The project is an official implement of our ECCV2018 paper "Simple Baselines for Human Pose Estimation and Tracking(https://arxiv.org/abs/1804.06208)"
MIT License
2.96k stars 606 forks source link

How to perform inferencing on my own datasets? #105

Open JeremyXSC opened 5 years ago

JeremyXSC commented 5 years ago

How can I use this pose estimation model trained on COCO to get keypoint coordinates of my own dataset? In other words, so just use pre-trained model trained on COCO dataset to perform inferencing.

SanduIrina commented 4 years ago

I would like to know the answer to this as well. I am trying to test the network on VGG dataset.

tucachmo2202 commented 3 years ago

I want to know too.

zorica-zdravkovska commented 1 year ago

Hello can you please explain how did you use the model for your own dataset?