- nvidiffrast主页
- https://arxiv.org/pdf/2011.03277.pdf
- https://github.com/NVlabs/nvdiffrast
CSC2547 Differentiable Rendering A Survey
https://www.youtube.com/watch?v=7LU0KcnSTc4
DR https://blog.qarnot.com/an-overview-of-differentiable-rendering/
知乎 https://www.zhihu.com/question/364770565
Monte Carlo Ray Tracing
安装指引
有两种安装方法,使用pip安装服务器源、使用pip安装github仓库。
使用pip安装服务器源
pip install nvdiffrast
可能会安装0.2.7的版本
使用pip安装github仓库
git clone https://github.com/NVlabs/nvdiffrast
cd nvdiffrast
pip install .
而从下图可见,github仓库的版本是0.3.0。