Giter Site home page Giter Site logo

nasen23 / jointtg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fdp0525/jointtg

0.0 1.0 0.0 101.62 MB

The implementation of "Joint Texture and Geometry Optimization for RGB-D Reconstruction (CVPR2020)"

QMake 0.03% Makefile 0.40% C 65.99% C++ 33.30% GLSL 0.27% Dockerfile 0.01%

jointtg's Introduction

JointTG

This repository contains the implementation of "Joint Texture and Geometry Optimization for RGB-D Reconstruction (CVPR2020)" based on Open3D. Due to the agreement with other company, some parts can only be released in the form of .so files. More information and the paper can be found on our group website and Qingan's homepage.

Publication

If you find this code useful for your research, please cite our work:

Yanping Fu, Qingan Yan, Jie Liao, Chunxia Xiao. Joint Texture and Geometry Optimization for RGB-D Reconstruction. In CVPR. 2020.

@inproceedings{fu2020joint,
  title={Joint Texture and Geometry Optimization for RGB-D Reconstruction},
  author={Fu, Yanping and Yan, Qingan and Liao, Jie and Xiao, Chunxia},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={5950--5959},
  year={2020}
}

How to use

1. Run

To test our algorithm. run G2LTex in command line:

./bin/JointTG [IAMGESDIR] [PLY] [TRAJECTORY] 

Params explanation:

-`IAMGESDIR`:The texture image directory, include rgb images, depth images.
-`PLY`: The reconstructed model for texture mapping.
-`TRAJECTORY`:  The camera pose of each key-frame.

The parameters of the camera and the system can be set in the config file.

Config/config.yml

How to install and run this code.

git clone https://github.com/fdp0525/JointTG.git
cd JointTG/bin
./JointTG ./bricks/images ./bricks/bricks-fusion.ply ./bricks/traj.log

We need to modify the configuration file config.yml before running the other datasets.

2. Dependencies

The code has following prerequisites:

  • ubuntu 16.04
  • gcc (5.4.0)
  • OpenCV (2.4.10)
  • Eigen (>3.0)
  • Flann (1.9.1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.