项目作者: hjwdzh

项目描述 :
TextureNet: Consistent Local Parametrizations for Learning from High-Resolution Signals on Meshes
高级语言: C++
项目地址: git://github.com/hjwdzh/TextureNet.git
创建时间: 2019-03-30T03:53:50Z
项目社区:https://github.com/hjwdzh/TextureNet

开源协议:MIT License

下载


TextureNet: Consistent Local Parametrizations for Learning from High-Resolution Signals on Meshes

Source code for the paper:

Jingwei Huang, Haotian Zhang, Li Yi, Thomas Funkhouser, Matthias Niessner, and Leonidas Guibas. TextureNet: Consistent Local Parametrizations for Learning from High-Resolution Signals on Meshes, CVPR 2019 ([Oral Presentation]).

TextureNet Teaser

Usage Pipeline

Data Preparation

Please refer to data directory for details.

Training, Testing and Result Generation

Please refer to src directory for details.

Preparing the Final Results and Evaluation Scores

Please refer to evaluate directory for details.

Author

© 2019 Jingwei Huang All Rights Reserved

IMPORTANT: If you use this code please cite the following in any resulting publication:

  1. @inproceedings{huang2019texturenet,
  2. title={Texturenet: Consistent local parametrizations for learning from high-resolution signals on meshes},
  3. author={Huang, Jingwei and Zhang, Haotian and Yi, Li and Funkhouser, Thomas and Nie{\ss}ner, Matthias and Guibas, Leonidas J},
  4. booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  5. pages={4440--4449},
  6. year={2019}
  7. }