Hongsuk Benjamin Choi
Hongsuk Benjamin Choi
@dzyjjpy No, I can't either. I wonder why they don't provide the best model weight and accessible train dataset.
@dzyjjpy Thanks for your kindness. But I am having trouble downloading it. Do I have to sign in to Baidu?
Hi @djeh012, Actually it's a good point. NaN shouldn't be in the input, so the 0s will be better. However, the pretrained networks I provide are not trained to handle...
Hi! Maybe you can checkout this issue: https://github.com/hongsukchoi/Pose2Mesh_RELEASE/issues/14
Hi, thanks for your interest. I'm not sure I understand your question, but currently Pose2Mesh cannot measure the exact length of human body parts as most of other methods. If...
Check `replace_joint_img` function of [this](https://github.com/hongsukchoi/Pose2Mesh_RELEASE/blob/master/data/COCO/dataset.py). It is adding synthetic noises to the GT 2D joints. You can change the code to add noise to specific joints and leave other joints...
You can just change this condition to True [line](https://github.com/hongsukchoi/Pose2Mesh_RELEASE/blob/e91bdd69077e964c5591f7c52b6f484d5180bd12/data/Human36M/dataset.py#L369), if you want test with noisy 2D input. But why are trying to test with synthetic noises?
I can’t understand your question. What is the loss MPJPE? and can you give me the train or test log?
Hi, I am not sure which dataset you are downloading. But if it’s about downloading data from google drive, check this out. 
I used Pycharm!