Recent Releases of vhap

vhap - v0.0.3

Major changes: - Support cameras whose principal points are not at the image center. (https://github.com/ShenhanQian/VHAP/commit/34afb35bfe71a8b31d4a95fa41ef9b625bc1fc24)

  • Simplify rendering functions and allow FlameViewer to load a texture map. (https://github.com/ShenhanQian/VHAP/commit/d8ce4e97a38c85bb22cfee5dacced09d51723b36)

  • Add temporal smoothness term for the expression. Refract and simplify loss names. (https://github.com/ShenhanQian/VHAP/commit/1603303eb8c60bab3a8d8f47c03386f8dfffa04b)

- Python
Published by ShenhanQian over 1 year ago

vhap - v0.0.2

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

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

- Python
Published by ShenhanQian over 1 year ago