dirt icon indicating copy to clipboard operation
dirt copied to clipboard

DIRT: a fast differentiable renderer for TensorFlow

Results 36 dirt issues
Sort by recently updated
recently updated
newest added

it will support tensorflow 2.0? thanks for your reply!

Building wheels for collected packages: dirt Building wheel for dirt (setup.py) ... error ERROR: Command errored out with exit status 1: command: /home/ybb/.virtualenvs/py27/bin/python2.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0]...

Hi, when I run the tests/square_test.py. It said, undefined symbol: glNamedBufferData when running test code ![1](https://user-images.githubusercontent.com/19725489/47769518-27695180-dd17-11e8-8ee5-6b7b4e9946b0.png) the result of $ ldd dirt/librasterise.so is as below. ![2](https://user-images.githubusercontent.com/19725489/47769582-57185980-dd17-11e8-835e-9bcda95d0a2c.png) There might be something...

Building wheels for collected packages: dirt Building wheel for dirt (setup.py) ... error ERROR: Failed building wheel for dirt Running setup.py clean for dirt Failed to build dirt ERROR: tensorflow...

Hi, Thanks a lot for open sourcing the project, it is awesome! After a few tries, it seems that the current rasterise function only supports 1 or 3 channels, I...

i installed dirt successfully,but when i ran import dirt,it will appear this >>> import dirt Traceback (most recent call last): File "", line 1, in File "dirt/__init__.py", line 2, in...

`Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Processing /home/yaolin/Documents/dirt Requirement already satisfied: tensorflow-gpu>=1.4 in /usr/local/lib/python2.7/dist-packages (from dirt==0.2.0) (1.10.0) Requirement already satisfied: numpy in /usr/local/lib/python2.7/dist-packages (from dirt==0.2.0) (1.14.5) Requirement already satisfied: setuptools=1.4->dirt==0.2.0) (39.1.0) Requirement...

Hi, I was going through your code and noticed some external reference, i.e. `see notes p37-38`. Would it be possible to have these references ? Christophe

First for all thanks for making this open source! For a 3D veteran like me, these differentiable rendering engine are very exciting. I'm a compleet newbie in AI, so I...

Do you have an example of dirt's use as (say) the output layer of a neural net? Thanks