Skip to content

Releases: matajoh/fourier_feature_nets

v1.1.1

12 May 12:27
Compare
Choose a tag to compare

Addresses some parts of the code that were causing problems with newer versions of Pytorch.

v1.1.0 - New Dataset + various post-release fixes

26 Nov 12:15
cd0cecd
Compare
Choose a tag to compare

Various improvements in this release:

  1. New trex_400 and trex_800 datasets, perfect for testing view-dependent effects, self-occlusion, and thin structures.
  2. cuda device flag is now configurable everywhere. I don't recommend running this on CPU, but the scripts/notebook no longer require a GPU
  3. The volume_raycasting animation is much cleaner and easier to follow now
  4. OcTree algorithms are a bit cleaner
  5. RayDataset handles the Sparse sampling mode correctly now
  6. Miscellaneous bug fixes

Initial Release

23 Nov 12:13
Compare
Choose a tag to compare

First version of the library.