Giter VIP home page Giter VIP logo

4d_3drecon's Introduction

4Dager-3D Reconstruction Pack

概述

3D Reconstruction包基于SFM等算法,可以用多张图片还原物体的3D模型。代码使用C++编写,并能够在linux和windows上使用。


安装

1. 源码编译

项目中提供了Makefile,使用linux的用户可以直接使用make命令完成编译。 同时也在windows上完成build,用户可以根据需要用visual studio编辑工程文件。

1.1 安装编译

linux:

    $ git clone https://github.com/4Dager/4D_3DRecon
    $ cd 4D_3DRecon/source
    $ make -j8

windows:

VS工程文件位于4D_3DRecon/build/4D_3DRecon.sln

1.2 源代码依赖项

2. 运行测试

2.1 3D重建 Pipeline

使用预置的 run_3drecon.bat ,位于 4D_3DRecon\build\build_and_install

    $ cd bin
    $ run_3drecon.bat ${data_set_name}

2.2 数据接口 Input and Output

4D_3DRecon/data 下创建文件夹 ${data_set_name} 。将图片放入 4D_3DRecon/data/${data_set_name}/images 中。

运行后,结果位于 4D_3DRecon/data/${data_set_name}/results 中,其中 final.ply 是最终结果。


4d_3drecon's People

Contributors

4dager avatar

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.