Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrevithick authored Oct 12, 2020
1 parent 7599451 commit 40f4d04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ This is the official repository for General Radiance Field (GRF) from:
![](https://github.com/alextrevithick/GRF/blob/main/figs/qual_comp_real.png)

## Qualitative Results on Shapenet
![](https://github.com/alextrevithick/GRF/blob/main/gifs/car.gif) ![](https://github.com/alextrevithick/GRF/blob/main/gifs/chair.gif)
<p align="center">
<img src="https://github.com/alextrevithick/GRF/blob/main/gifs/car.gif" />
</p>
<p align="center">
<img src="https://github.com/alextrevithick/GRF/blob/main/gifs/chair.gif" />
</p>

## Method
GRF is a powerful implicit neural function that can represent and render arbitrarily complex 3D scenes in a single network only from 2D observations. GRF takes a set of posed 2D images as input, constructs an internal representation for each 3D point of the scene, and renders the corresponding appearance and geometry of any 3D point viewing from an arbitrary angle. The key to our approach is to explicitly integrate the principle of multi-view geometry to obtain features representative of an entire ray from a given viewpoint. Thus, in a single forward pass to render a scene from a novel view, GRF takes some views of that scene as input, computes per-pixel pose-aware features for each ray from the given viewpoints through the image plane at that pixel, and then uses those features to predict the volumetric density and rgb values of points in 3D space. Volumetric rendering is then applied.
Expand Down

0 comments on commit 40f4d04

Please sign in to comment.