Home

Awesome

Learning Symmetric Shapes

In this work, we propose an efficient iterative planar parameterization for disk topology shapes. The parameterization is used as a tool to regularize the mesh onto a square grid and encoded with vertex position. The resultant encoding is an image with rgb denoting xyz positions on the mesh.

The ICCV workshop paper can be found here. First part of this project deals with parameterization and second deals with learning of shapes from geometry images.

teaser

Installation

Code for Parameterization has been written in C++ and requires:

Deep network code is based on Tensorflow and is tested on Ubuntu with:

Usage

Part I: Parameterization

Code contains functionality for:

Part II: Learning Shapes

python based functionality which contains:

Citation

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

@inproceedings{jain2019learning,
  title={Learning to Reconstruct Symmetric Shapes using Planar Parameterization of 3D Surface},
  author={Jain, Hardik and Wöllhaf, Manuel and Hellwich, Olaf},
  booktitle={The IEEE International Conference on Computer Vision (ICCV) Workshops},
  year={2019}
}