Giter Site home page Giter Site logo

pp's Introduction

PP

The code is an implementation of the siggraph 2018 paper Progressive Parameterizations .

  1. Download and install Mingw-w64 from here.

  2. Download and install Cmake from here.

  3. Apply for download following the official instructions from https://pardiso-project.org/, it will send you an email which contains the download link and the license number of Pardiso v6.

    • Create a new file named as pardiso.lic and copy the license number into it.
    • Download the pardiso library from the download link provided by the email.
    • Put the pardiso.lic and pardiso library(libpardiso600-WIN-X86-64.dll) into the same folder.
    • Set the environment variable PARDISO_LIC_PATH to the path of that folder(use "/" instead of "\" on Windows when filling the path).
    • The environment variable OMP_NUM_THREADS should be set according to your CPU cores number( In my experience, 1 is the best choice for pardiso V6. By contrast, full-cores performs the best for pardiso V5).
  4. Download the OpenMesh from here and compile it with Mingw-w64, copy the libOpenMeshCore.a and libOpenMeshTools.a to the folder "Library/".

  5. Other dependences such as libgfortran-3.dll, libgfortran-4.dll, libopenblas.dll are provided in the folder “build/”.

  6. Cmake with the generator options="MinGW Makefiles", mingw32-make, and then it will generate the executable file named PP.exe in the "build/".

  7. Decompress the data file("data/*.zip") into the "data/" folder directly, run the batch processing file "build/run.bat". The unfolded meshes of all the models appear in the paper will be produced and saved into "build/result/".

pp's People

Contributors

chunyangye 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.