weigq / 3d_pose_baseline_pytorch

A simple baseline for 3d human pose estimation in PyTorch.
MIT License
367 stars 66 forks source link

Stacked Hourglass Detections #3

Closed mkocabas closed 6 years ago

mkocabas commented 6 years ago

Hi @weigq,

Thanks for the great implementation. I'm trying to train on SHG detections but the .zip file doesn't contain the test_2d_ft.pth.tar file.

Could you provide detection files or processing script for that?

weigq commented 6 years ago

I used the fine-tuned 2d poses from the original implementation.

I will upload it asap

mkocabas commented 6 years ago

Thanks for quick answer. I look forward to it!

mkocabas commented 6 years ago

Hi @weigq, any update on this? Did you have a chance to upload it?

mkocabas commented 6 years ago

@weigq, any update?

weigq commented 6 years ago

@mkocabas Sorry, I will update by the end of this month.

mkocabas commented 6 years ago

Thanks @weigq, but I don't need them anymore. I've adapted the original dataloaders to pytorch.

vasusingla commented 5 years ago

I can't reproduce results from stacked hourglass predictions for 3D pose baseline. Can anyone provide the results they obtained or the code for the stacked hourglass predictions?

@mkocabas @weigq

benjiebob commented 5 years ago

Wondering if there might be any update on this issue before I write the code to convert the predictions from https://drive.google.com/file/d/0BxWzojlLp259S2FuUXJ6aUNxZkE/view

mkocabas commented 5 years ago

Dear @vasusingla619, @benjiebob,

I modified the original tf preprocessing to pytorch instead of depending preprocessed *.tars provided by @weigq. I would share it if you need.

zhangyahu1 commented 5 years ago

Dear @mkocabas,

Could you please share your modified version? Thanks!