postech-ami / Paint-it

[CVPR'24] Official PyTorch Implementation of "Paint-it: Text-to-Texture Synthesis via Deep Convolutional Texture Map Optimization and Physically-Based Rendering"
https://kim-youwang.github.io/paint-it
MIT License
199 stars 6 forks source link

how to get the depth image #14

Closed ghost closed 7 months ago

Youwang-Kim commented 7 months ago

Hi, For rendering the depth image, you may refer to the below links (from NVDiffRast repository)

  1. https://github.com/NVlabs/nvdiffrast/issues/172
  2. https://github.com/NVlabs/nvdiffrast/issues/118#issuecomment-1666875029

Thanks.

Youwang-Kim commented 7 months ago

Please reopen this issue if you need more help regarding this.