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

Hi everyone. I am trying to install Dirt but I had lots of trouble with CUDA, version mismatches, OpenGL libraries and so on. I tried many times to do a...

Traceback (most recent call last): File "tests/square_test.py", line 61, in main() File "tests/square_test.py", line 47, in main dirt_pixels = get_dirt_pixels().eval() File "tests/square_test.py", line 35, in get_dirt_pixels height=canvas_height, width=canvas_width, channels=1 File...

hey,guys! my computer is Ubuntu 18.04. the first is my Installed version before run: pip install -e . ![11](https://user-images.githubusercontent.com/105466900/177465569-2e4b256a-c78e-4abf-a691-affba1511788.jpg) the second and third pictures are versions after run: pip install...

After a lot of effort I was able to install DIRT using CUDA 11 and tensorflow 2.4.1. Unfortunately, when running square_test.py, it fails and the results I get from the...

ERROR: Command errored out with exit status 1: command: /home/p16/anaconda3/envs/HOnnotate/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-8j27e0g5/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-8j27e0g5/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-f0dzrlsm cwd: /tmp/pip-req-build-8j27e0g5/...

![Screenshot from 2019-11-26 09-49-28](https://user-images.githubusercontent.com/48718462/69592902-6a891780-1032-11ea-99ae-d848a669b7b9.png) ![Screenshot from 2019-11-26 09-50-01](https://user-images.githubusercontent.com/48718462/69592905-6d840800-1032-11ea-96db-ea910af7ccb1.png) ![Screenshot from 2019-11-26 09-50-33](https://user-images.githubusercontent.com/48718462/69592909-6fe66200-1032-11ea-9186-bb26c2e20fa7.png) We have a requirement to use Dirt as a dependency for another project that runs in Python2.7 only....

Hi,thank you for your great work! when I run tf.load_op_library('dirt/librasterise.so'),it has error: Traceback (most recent call last): File "", line 1, in File "/home/lj/software/anaconda3/envs/MGN_py2.7/lib/python2.7/site-packages/tensorflow/python/framework/load_library.py", line 60, in load_op_library lib_handle =...

Just have a try using https://gist.github.com/pmh47/c91ad993c5676e604e3fcbe3c4599215, and always get error back. /content/dirt-repo/dirt/lighting.py in _get_face_normals(vertices, faces) 27 vertices_by_index = tf.transpose(vertices, [vertices_ndim - 2] + list(range(vertices_ndim - 2)) + [vertices_ndim - 1])...

Hi, I just encountered this project. Lots of reading to do, but a cursory search didn't reveal anything. Is it be possible to train on glsl SDF primitives driven by...

**System information** - Linux Ubuntu 16.04 - TensorFlow version: 1.15.0 - Python version: py3.6 - Installed using virtualenv? pip? conda?: pip - GCC/Compiler version (if compiling from source): - CUDA/cuDNN...