pyRender:轻量级Cuda渲染器与Python包装器

时间:2024-04-03 01:21:12
【文件属性】:

文件名称:pyRender:轻量级Cuda渲染器与Python包装器

文件大小:1.15MB

文件格式:ZIP

更新时间:2024-04-03 01:21:12

python cuda renderer Python

pyRender 带有Python包装器的轻量级Cuda渲染器。 编译 将compile.sh第5行更改为glm库include路径。 可以从此下载该库。 cd lib sh compile.sh 请记住通过以下方式正确设置库路径 export LD_LIBRARY_PATH=/your/cuda/library/path 例子 cd src python example.py ../resources/occlude.obj 您将能够在资源文件夹中查看渲染的图像。 作者 :copyright:2019经纬黄版权所有 重要说明:该代码是以下论文的一部分。 如果使用此代码,请在任何所得的出版物中引用以下内容: @article{huang2019framenet, title={FrameNet: Learning Local Canonical Frames of 3D Surfaces from


【文件预览】:
pyRender-master
----src()
--------objloader.py(3KB)
--------example.py(3KB)
--------example_off.py(3KB)
----lib()
--------render.cu(10KB)
--------buffer.cpp(5KB)
--------buffer.hpp(2KB)
--------main.cpp(2KB)
--------render.py(1KB)
--------mesh.hpp(173B)
--------render.hpp(316B)
--------compile.sh(684B)
----LICENSE(1KB)
----README.md(1KB)
----resources()
--------vweights.png(57KB)
--------teaser.jpg(30KB)
--------human.off(649KB)
--------texture.jpg(658KB)
--------diffuse.png(158KB)
--------depth.png(31KB)
--------occlude.obj(11KB)
--------occlude.mtl(247B)
----.gitignore(672B)

网友评论