HumanDepth icon indicating copy to clipboard operation
HumanDepth copied to clipboard

MuPoTS-3D datasets code?

Open YangJae96 opened this issue 5 years ago • 4 comments

Hello. Is there a datasets code for MuPoTS-3D datasets? Like Human36M.py code! or could you give some help?!

It would be great if you provide additional code for MuPoTs-3D datasets to match the paper results!!

YangJae96 avatar Sep 01 '20 13:09 YangJae96

@YangJae96

We will consider uploading that part of the code. For now, you can refer to https://github.com/mks0601/3DMPPE_ROOTNET_RELEASE which our data preparation code is based on.

jiahaoLjh avatar Sep 07 '20 03:09 jiahaoLjh

When loading Human36M datasets the value are setted below self.img_effective_width = 1000 self.img_effective_height = 1000

For MuCO and MuPoTS, how should I set the value self.img_effective_width and self.img_effective_height for training and testing?..

YangJae96 avatar Oct 01 '20 15:10 YangJae96

@YangJae96

You can set these two values freely, as long as the cropped image is large enough to hold the target person. In our implementation, we also set the two values to 1000.

jiahaoLjh avatar Oct 10 '20 15:10 jiahaoLjh

Hi, Thanks for sharing your code on this great work.

Can you provide the pre-trained model weights for testing in the MuPoTS-3D dataset? or can I use the weights you already provide to get MuPoTS-3D results?

Thanks

nicolasugrinovic avatar Feb 17 '22 17:02 nicolasugrinovic