Skip to content

Releases: ShenhanQian/VHAP

v0.0.3

07 Mar 11:04
Compare
Choose a tag to compare

Major changes:

  • Support cameras whose principal points are not at the image center. (34afb35)

  • Simplify rendering functions and allow FlameViewer to load a texture map. (d8ce4e9)

  • Add temporal smoothness term for the expression. Refract and simplify loss names. (1603303)

v0.0.2

29 Oct 10:42
Compare
Choose a tag to compare

Since nvdiffrast now supports non-multiple-of-8 resolutions (https://github.com/NVlabs/nvdiffrast/releases/tag/v0.3.2) and resolutions over 2048x2048 (https://github.com/NVlabs/nvdiffrast/releases/tag/v0.3.3) in CUDA rasterizer, we switch from OpenGL rasterizer to CUDA rasterizer to simplify installation. You need to upgrade nvdiffrast via

 pip install nvdiffrast@git+https://github.com/ShenhanQian/nvdiffrast@backface-culling -U
 rm -r ~/.cache/torch_extensions/*/nvdiffrast*