shape_templates
shape_templates copied to clipboard
code from cvpr 2021 paper 'Unsupervised Human Pose Estimation through Transforming Shape Templates'
Hi there, May I know will the checkpoints and inference code be released soon? Thank you.
Hello, I don't know how to use my own dataset in pretrained_model.py. Could you please tell me how the arameter ’frame‘ in predict is passed into my own dataset path?...
Hello, Could you tell me if I should modify 'frames_path' in default.yaml to load my own dataset? Also, if I would like to use my own dataset, how to implement...
Hello, I just have a quick clarification about the number of images you used in training. You mentioned using about 600K images for training. Could you please let me know...
Hi, I am using the pre-trained model and running inference on my own dataset.I wasnt able to find any code that would convert the returned heatmaps to keypoints. I want...
Hello! I have been trying to reproduce the pretrained checkpoint using the uploaded code (model.py, networks.py, the utils, train.py) to train on human3.6m, but it is not successful. Could you...