Band-limited Coordinate Networks for Multiscale Scene Representation
Project Page | Video | Paper Official PyTorch implementation of BACON.BACON: Band-limited Coordinate Networks for Multiscale Scene RepresentationDavid B. Lindell*,Dave Van Veen,Jeong Joon Park,Gordon WetzsteinStanford University Quickstart To setup a conda environment use these commands conda env create -f environment.yml conda activate bacon # download all datasets python download_datasets.py Now you can train networks to fit a 1D function, images, signed distance fields, or neural radiance fields with the following commands.
Read more