Skip to content

The code for CVPR2019 paper "A Skeleton-bridged Deep Learning Approach for Generating Meshes of Complex Topologies from Single RGB Images"

Notifications You must be signed in to change notification settings

XrosLiang/SkeletonBridgeRecon

 
 

Repository files navigation

This repository constains the codes and ShapeNet-Skeleton datasets for the Paper.

This implementation uses Pytorch and TensorFlow.

Implementation details

For each stage, please follow the README.md under the Skeleton_inference/Volume_refinement/Mesh_refinement folder.

Fast demo

  • Skeleton inference from the RGB images, and then extract coarse meshes from refined volumes.
python demo_im2mesh.py
  • Reuse the input images to deform coarse meshes for surface fitting.
python demo_deform.py

Citing this work

If you find this work useful in your research, please consider citing:

@InProceedings{Tang_2019_CVPR,
author = {Tang, Jiapeng and Han, Xiaoguang and Pan, Junyi and Jia, Kui and Tong, Xin},
title = {A Skeleton-Bridged Deep Learning Approach for Generating Meshes of Complex Topologies From Single RGB Images},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2019}
}

About

The code for CVPR2019 paper "A Skeleton-bridged Deep Learning Approach for Generating Meshes of Complex Topologies from Single RGB Images"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Cuda 1.9%
  • Shell 1.5%
  • C++ 0.3%