NVIDIAGameWorks / kaolin

A PyTorch Library for Accelerating 3D Deep Learning Research
Apache License 2.0
4.43k stars 543 forks source link

Potential error in Image Reconstruction using DIB-R #164

Closed avik-pal closed 3 years ago

avik-pal commented 4 years ago

From what I understand, laplacian loss is used as a regularizer in single view mesh reconstruction pipelines. However, this code seems to compute the laplacian smoothening factor for the original base spherical mesh, instead of the reconstructed mesh which has vertices pred_verts.

Caenorst commented 3 years ago

Hi, thank you for using Kaolin! The library went through a major rewrite with the version 0.9.0, and only the core library components we can thoroughly test and maintain are now part of this repository. Please refer to our latest documentation: https://kaolin.readthedocs.io/en/latest/

We are planning to release the improved model zoo as a separate repository, but cannot comment on the ETA at this time. Please Watch the github repository for updates.

Closing the bug as it is no longer relevant to this repo.