mip-NeRF - Jon Barron
jonbarron.info › mipnerfMip-NeRF We use integrated positional encoding to train NeRF to generate anti-aliased renderings. Rather than casting an infinitesimal ray through each pixel, we instead cast a full 3D cone. For each queried point along a ray, we consider its associated 3D conical frustum.
mip-NeRF - Jon Barron
https://jonbarron.info/mipnerfMip-NeRF We use integrated positional encoding to train NeRF to generate anti-aliased renderings. Rather than casting an infinitesimal ray through each pixel, we instead cast a full 3D cone.For each queried point along a ray, we consider its associated 3D conical frustum.
GitHub - ankurhanda/nerf2D: Adding positional encoding to the ...
github.com › ankurhanda › nerf2DApr 03, 2020 · nerf2D. nerf2D is a 2D toy illustration of the Neural Radiance Fields. The code shows how adding the gamma encoding (also referred to as positional encoding and Eq. 4 in the NeRF paper) improves results significantly. The task is to reconstruct an image (pixel colour values) from its 2D coordinates. The dataset consists of tuples ( (x, y), (r, g, b)) where the input is (x, y) and output is (r, g, b).