HumanDepth
HumanDepth copied to clipboard
MuPoTS-3D datasets code?
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
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.
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
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.
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