yxgeee / FD-GAN

[NeurIPS-2018] FD-GAN: Pose-guided Feature Distilling GAN for Robust Person Re-identification.
https://yxgeee.github.io/projects/fdgan.html
281 stars 80 forks source link

About Pose #26

Open jackie840129 opened 5 years ago

jackie840129 commented 5 years ago

Would you mind providing your script for generating the pose files? I try to generate the pose for other datasets according to the RTP repo, but it seems hard to understand all scripts. Thanks!!!

deep0learning commented 5 years ago

Can you please share the code to generate the pose text file?

yxgeee commented 5 years ago

@jackie840129 @deep0learning I don't have much time for re-arranging the pose generation scripts currently. But you could refer to the original (but ugly) script here: https://github.com/yxgeee/pytorch_Realtime_Multi-Person_Pose_Estimation/blob/generate/gen.sh

yxgeee commented 5 years ago

@jackie840129 @deep0learning I don't have much time for re-arranging the pose generation scripts currently. But you could refer to the original (but ugly) script here: https://github.com/yxgeee/pytorch_Realtime_Multi-Person_Pose_Estimation/blob/generate/gen.sh

I modified the original open-pose repo by the main file (https://github.com/yxgeee/pytorch_Realtime_Multi-Person_Pose_Estimation/blob/generate/landmark.py)