Skip to content

T2Kim/Sptiotemporal-Texture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aae2c44 · Mar 22, 2021

History

15 Commits
Jan 18, 2021
Jan 18, 2021
Jan 18, 2021
Jan 18, 2021
Jan 17, 2021
Mar 22, 2021
Jan 18, 2021
Jan 18, 2021
Jan 10, 2021
Jan 18, 2021
Jan 18, 2021

Repository files navigation

Spatiotemporal Texture Reconstruction

This repository contains the official implementation of the following paper:

Spatiotemporal Texture Reconstruction for Dynamic Objects Usinga Single RGB-D Camera (Eurographics 2021) Teaser

Requirements

  • Windows 10
  • CUDA >= 10.2
  • python >= 3.6
  • MSVC++ >= 14.2
  • OpenCV >= 3.4
  • Eigen
  • OpenGL
  • jsoncpp
  • TBB
  • mapmap (https://github.com/dthuerck/mapmap_cpu)
    Libaries are in zip file. Please extract them before build program.

Quick Start

  1. Parameterization
    UVAtlas code: https://github.com/microsoft/UVAtlas
  2. Foreground extraction
    You can find foreground extraction code in https://github.com/csaishih/foreground-extraction
  3. Global texture coordinate optimization
    Build and execute TextureMappingNonRigid project.
  4. Prepare labeling
    In ./Similarity folder, python ./simchek.py python ./variance.py In SHOT folder, python ./shot.py
  5. Labeling
    Re-execute TextureMappingNonRigid project.
  6. Color correction
    We use Texture Stitching program: https://github.com/mkazhdan/TextureSignalProcessing
  7. View result
    In conf.json file, convert "is_viewer" false to true, and execute.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published