NextFace
NextFace copied to clipboard
Does this is a typo??
I nerver know a lib called pyredner, just pyrender if it is typo, how to able to run your code? if it is a typo, how do u make twice of them?
very very strange...
BTW, I think this is a great lib, but can u please coding python in pythononic way? at least follow PEP8 standard, all your python method name like this renderAlbedo
, please using render_albedo
, sorrry, I am just have some python cleanliness
Oh, seems you actually using a strange lib: But
pip install redner-gpu 1 ↵
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement redner-gpu (from versions: none)
ERROR: No matching distribution found for redner-gpu
Oh, seems you actually using a strange lib: But
pip install redner-gpu 1 ↵ Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ERROR: Could not find a version that satisfies the requirement redner-gpu (from versions: none) ERROR: No matching distribution found for redner-gpu
Maybe you should use vpn ? Usually mirrors only hold commonly used packages.
No, it has nothing to do with network or VPN.
Hi, Basically, redner is a differentiable ray tracing library written in C++ and pyredner is a python wrapper for redner. Did u follow the installation instructions in the INSTALL file ? there is also an environment.yml file to create a compatible environment. hope this help u.