CMU-Perceptual-Computing-Lab / openpose

OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
https://cmu-perceptual-computing-lab.github.io/openpose
Other
30.92k stars 7.84k forks source link

OpenPose Fine-Tuning with customized data #2295

Open ReetKaur15 opened 5 months ago

ReetKaur15 commented 5 months ago

Hi Team,

I want to fine-tune the Openpose Body-25 model with my dataset. I have checked on the website where a link was provided to some .txt file. However, when I tried to open that link, it could not reach the server.

Could you please guide me on how I can fine-tune the OpenPose with my dataset?

Thanks in advance :)

arcfun commented 2 months ago

can you share your mathod with me for that how you dimension your datasets?

ReetKaur15 commented 2 months ago

@arcfun, Currently, i have data in .csv files with labels for all keypoints. Rows in csv file presents frames and columns represent labels .
Could you please guide me on how I can convert my dataset as per OpenPose format and how I can train the model? Thanks :)