DenseHumanBodyCorrespondences icon indicating copy to clipboard operation
DenseHumanBodyCorrespondences copied to clipboard

Tensorflow implementation for paper Dense Human Body Correspondences Using Convolutional Networks.

Results 5 DenseHumanBodyCorrespondences issues
Sort by recently updated
recently updated
newest added

Hi, Could you please give more details on the environments, for example, version of tensorflow, python, and the versions of other libraries? Thanks

Thank for your wonderful contributions. Actually, I have a problem to download 3D human model meshes(data.zip) and pretrained model(alex-SM-5) through baidu link. Can I have other cloud link such as...

I tried to test the trained model with my synthetic data which is attached in this issue following the instructions, yet with the coming issue `Extract feature for depth image...

I am trying to predict feature for 3D human mesh using the command: ``` python predict.py --checkpoint ./models/alex-SM-5/model --output feature.npy --mesh ./test.obj --flipyz ``` However, there is an error: ```...