SPIN
SPIN copied to clipboard
Request for OpenPose H36M detections
Hi there,
Just hope I could ask a big favour that would really help!
I've been struggling to get openpose installed, and therefore am struggling to run the datasets/preprocess/h36m_train.py script.
# read openpose detections
json_file = os.path.join(openpose_path, 'coco', imgname.replace('.jpg', '_keypoints.json'))
openpose = read_openpose(json_file, part, 'h36m')
As far as I know, think the only dependency on openpose is in the generation of these dataset_extras *.npz files. I also believe the only missing file is the one for H36M which I understand you don't supply for licensing reasons.
HOWEVER, it would be incredibly useful if you could please supply the h36m_train.npz file but with the SMPL parameters omitted. This would really help me and additionally avoid the need for others to install openpose & ensure they are using the same run parameters to reproduce your results.
Many thanks! Ben
Hi there, I'm facing the same problem (about openpose result of h36m for h36m_train.npz). I wonder how you've managed with this problem, and want to know if there are any solutions to get h36m_train.npz file.
p.s. I liked your work about SMALify and 3D Multi-bodies! I'm a newbie at this 3D linear model field and happily following your works :)
Same quesion!
Hi @benjiebob, I have same problem with you. Can you send me your solution for openpose code? Thank you so much