Rao Jie

Results 5 issues of Rao Jie

Hello, thank you for your excellent work! I am a beginner of 3D reconstruction,There are some doubts when reading your code ``` class OptimzeCamLayer(nn.Module): def __init__(self): super(OptimzeCamLayer, self).__init__() self.img_res =...

Hello, thank you for your excellent work! I use surreal dataset to train the model,When reading smpl parameter data,I have done the preprocessing according to your method`pose[0:3] = rotateBody(RzBody, pose[0:3])`,However,...

Hello, I use the smplx template for training and only train the graphcnn module. In the process of training, I get good output results, but when I load checkpoint to...

Hello,Thank you for your excellent work! I can get normal tx, ty and shape-loss during training process, but it's hard for me to get the normal camera parameter "sc", so...

Hello! I want to try use other human template(SMPLX) in your work, I need precompuute 'A', 'D', 'U' matrices according [this](https://github.com/anuragranj/coma) , so I test using the smpl template first,...