Skip to content

Clothing and human depth estimation from "A Neural Network for Detailed Human Depth Estimation from a Single Image"

License

Notifications You must be signed in to change notification settings

minar09/cloth-human-depth-estimation

Repository files navigation

Disclaimer

This is a slighly modified version of original Deep_human repository, for testing with custom sized custom images of clothing and human.

Deep_human (Clothing/Human Depth Estimation)

Code for iccv2019 paper "A Neural Network for Detailed Human Depth Estimation from a Single Image" (Under construction)

Requirements
CUDA 9.0
OpenCV 3.2
Python 3.5
tensorflow >= 1.6.0
numpy

Preparation
Download model from https://drive.google.com/open?id=16CWE_1tx3IfWDucfkTmOnRPylvv2ekRM
mkdir models
tar -xf models.tar -C models

Demo:
run python demo.py
model and test dir can be set in file params/params_iccv.py
results will be saved in output/

The input image should be 256x256 sized and tightly cropped image, and the network predict the depth for all pixels, the computed depth image needs to be cropped by silhouette, you can use some off-the-shelf tools(e.g. MaskRCNN) to get the foreground region, or use the segmentation result obtained from segmentation-net.

Training data can be downloaded here:
https://drive.google.com/file/d/18tXcv68ke3ln0ITE-DbjnvIBiQV1QYbb/view?usp=sharing

References:
@InProceedings{Tang_2019_ICCV, author = {Tang, Sicong and Tan, Feitong and Cheng, Kelvin and Li, Zhaoyang and Zhu, Siyu and Tan, Ping}, title = {A Neural Network for Detailed Human Depth Estimation From a Single Image}, booktitle = {The IEEE International Conference on Computer Vision (ICCV)}, month = {October}, year = {2019} }

About

Clothing and human depth estimation from "A Neural Network for Detailed Human Depth Estimation from a Single Image"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages