- Notifications
You must be signed in to change notification settings - Fork10
Tensorflow implementation for paper Dense Human Body Correspondences Using Convolutional Networks.
License
halimacc/DenseHumanBodyCorrespondences
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
2021-10-25: This repo is no longer under maintenance. My apologies, should have done this a long time ago.
This is a tensorflow implementation for paperDense Human Body Correspondences Using Convolutional Networks.
ATTENTION: This repo is currently semi-finished, in next few weeks, the newest:
- visualize scripts
- training tutorial
will be updated.
- Clone this repository to your computer.
- Modify
project_dir
inconfig.py
to the path of this repo. - Download 3D human model meshesdata.zip (48M), unzip it to the repo directory. The structure should be like
path/to/repo/data/..
. - Download pretrained modelalex-SM-5 (121M), unzip it to the models directory. The structure should be like
path/to/repo/models/alex-SM-5/..
For input depth image with shape [H, W, 1], outputs [H, W, 16] numpy array. Example:
python predict.py --checkpoint ./models/alex-SM-5/model --output feature.npy --depth ./test.png
For input human mesh model (supportobj
andply
), outputs [vertex_count, 16] numpy array.The input mesh will be format as 1.8m tall, zero-centerd.
python predict.py --checkpoint ./models/alex-SM-5/model --output feature.npy --mesh ./test.obj --flipyz
About
Tensorflow implementation for paper Dense Human Body Correspondences Using Convolutional Networks.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.