Git Product home page Git Product logo

robust-fit's Introduction

Saerom Ha, Sojin Oh, Jonghee Back, Sung-Eui Yoon, Bochang Moon

teaser

Overview

This code is the implementation of the method demonstrated in the paper Gradient Outlier Removal for Gradient-Domain Path Tracing by Ha et al. It is based on gradient-domain path tracing (G-PT) by Kettunen et al., and improves the rendering quality by adding gradient outlier detection & removal process to G-PT. For more details, please refer to our project page.

Our solution is separated into two parts.

  • dependencies implemented on top of G-PT
  • our gradient outlier removal project (RobustFit)

The first one is implemented on top of G-PT to get sample buffers, so G-PT framework which extended Mitsuba 0.5.0 should be set up beforehand. Please refer to the G-PT framework (https://github.com/mmanzi/gradientdomain-mitsuba.git) for more details.

Using the sample buffers, our method (the second one) conduct reconstruction with detecting and rejecting gradient outliers. This code is implemented and tested using Visual C++ 2013 and CUDA Toolkit 9.0 in Windows 10. Unfortunately, Linux and Mac OS are not supported yet.

If there is any problem, question or comment, feel free to contact us:
Saerom Ha([email protected]), Sojin Oh([email protected]) or Jonghee Back([email protected])

Usage

Build and Run

Gradient-domain rendering framework must be prepared first.

  1. Prepare gradient-domain path tracing (G-PT) framework
  2. Build RobustFit project and copy RobustFit.lib and cudart_static.lib into dependencies folder of G-PT
    • Copy into $(GPT_PATH)/dependencies/lib/x64_vc12/
    • cudart_static.lib is located on $(CUDA_PATH)/lib/x64/
  3. Copy source code files in the RobustFit project (9 code files) into dependencies folder of G-PT
    • Copy into $(GPT_PATH)/dependencies/include/RobustFit/
  4. Unzip robustfit_dependencies.zip and overwrite the files in G-PT framework
  5. Build gradient-domain path tracing (G-PT) and run mitsuba.exe the same as the usage of G-PT

Scene

Please make sure the xml scene files include attributes for using G-PT, as the scenes can be downloaded from G-PT project homepage (https://mediatech.aalto.fi/publications/graphics/GPT/).

License

All source code files in robustfit_dependencies.zip are released under the GNU GPLv3. A software list that we use is as follow.

  • Mitsuba 0.5.0 released by Wenzel Jakob under the terms of the GNU GPLv3

Separately, the RobustFit project is under a BSD License. Please refer to our license file.

Citation

If you use our code or paper, please check below.

@article{Ha19,
  author = {Ha, Saerom and Oh, Sojin and Back, Jonghee and Yoon, Sung-Eui and Moon, Bochang},
  title = {Gradient Outlier Removal for Gradient-Domain Path Tracing},
  journal = {Computer Graphics Forum},
  year = {2019}
}

Release Notes

v1.0

Initial version of robust-fit.

robust-fit's People

Contributors

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