Skip to content

Commit

Permalink
add example image
Browse files Browse the repository at this point in the history
  • Loading branch information
Linyou committed Oct 20, 2022
1 parent d967675 commit 95a34bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This is an [Instant-NGP](https://github.com/NVlabs/instant-ngp) renderer implemented using [Taichi](https://github.com/taichi-dev/taichi). It is fun to write this very simple code that allows me to implement even just the rendering part of the NGP, especially when you compare it original repo, which is a hundred lines verse thousands (Instant-NGP and [tiny-cuda-nn](https://github.com/NVlabs/tiny-cuda-nn)).

<p align="center">
<img src="https://raw.githubusercontent.com/Linyou/taichi-ngp-renderer/main/example.png", width="45%">
<br>
</p>

## Description

This repository only implemented the forward part of the **Instant-NGP**, which include:
Expand Down

0 comments on commit 95a34bd

Please sign in to comment.