Code Monkey home page Code Monkey logo

ngp_renderer's Introduction

NGP_Renderer

Introduction

一个简单的 Instant-NGP 渲染仿真器。

实现这个仿真器的主要目的:

  1. 督促自己了解和掌握 NGP 的实现细节
  2. 适当锻炼代码能力
  3. 为 ISCAS 的实验搭建基础框架

仿真器的功能

  • 读取 .msgpack 并正确加载到 tiny-cuda-nn 的网络中(暂时只支持 nerf_synthetic)
    • 是的,连 FOX 都不能跑,问就是 Ray Marching 部分还米有实现好
    • 但这部分并不简单,事实上大部分 NGP 的复现都抛弃了 .msgpack ,比如 torch-ngp
  • 渲染出图片
    • 已经结合 NeRFAcc 实现了快速渲染!

后续开发计划?

  • 在这个版本里对 Ray Marching 做仿真
  • 以 C++ 为基础的项目实现

文件结构:

  • main_new.py 是结合 NeRFAcc 的版本,速度很快
  • main_old.py 是手写版本的主程序,主要手写了渲染部分
  • main_naive_ngp.py 是用朴素的 ray marching 加上多像素并行实现的版本,速度更快一点

ngp_renderer's People

Contributors

hypoxanthineovo avatar

Stargazers

Di Zhu avatar  avatar  avatar

Watchers

 avatar

Forkers

bighead-liat

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.