Git Product home page Git Product logo

nerf-in-raytracing's Introduction

NeRF-in-RayTracing

  • Team: TaiDenG
  • Project: NeRF in ray tracing

Description


This project is in the early stages of development.

Neural radiance field (NeRF) is a state-of-the-art novel view synthesis method capable of rendering photorealistic scenes by only training with collective images and camera pose.

However, NeRF uses an implicit modeling style that inputs a position with viewing direction and outputs the color and density of that position, which can not be used as a general object file that contains geometric vertices.

As a result, the traditional pipeline of a path tracer is not able to do ray tracing for a learned NeRF model. But, there is a workaround that you can extract the geometric and color from NeRF using methods like marching cubes so that it can be compatible with a standard ray tracing renderer. Unfortunately, the extraction is not perfect, and the extracted model will have lower quality than the original NeRF.

This project aims to integrate the NeRF model into a ray tracer so that the NeRF can be directly rendered and participate in ray tracing without previously extracting the geometric and color.

nerf-in-raytracing's People

Contributors

linyou avatar

Stargazers

 avatar Jingchen Ye avatar Cenbylin avatar

Watchers

 avatar PeterZs avatar  avatar Cenbylin avatar Richa 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.