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

************cmake ../csrc -- The CXX compiler identification is GNU 7.5.0 -- The CUDA compiler identification is NVIDIA 10.0.130 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX...

Hi @pmh47. Thanks for sharing this wonderful project. I wonder whether Dirt is differentiable wrt vertex colors? I tried to learn some uv but I get `None` when trying to...

Has anyone attempted to port to Windows? I am unfamiliar with the build/linking questions on windows, since this libtensorflow_framework.so (DLL) seems to be missing.

run the 'square_test.py', have a problem: WARNING: failed to load librasterise.so; rasterisation functions will be unavailable: /home/nd/PycharmProjects/dirt-master/dirt/librasterise.so: cannot open shared object file: No such file or directory AttributeError: 'NoneType' object...

Small changes to fix build and tensorflow 2.4 compatibility. Configured using cmake 3.18.5, CUDA version = 11.2

Processing /home/ankur/ankur/project/dirt Requirement already satisfied: tensorflow-gpu>=1.4 in /home/ankur/.conda/envs/octopus/lib/python2.7/site-packages (from dirt==0.2.0) (1.13.1) Requirement already satisfied: numpy in /home/ankur/.conda/envs/octopus/lib/python2.7/site-packages (from dirt==0.2.0) (1.16.3) Requirement already satisfied: keras-preprocessing>=1.0.5 in /home/ankur/.conda/envs/octopus/lib/python2.7/site-packages (from tensorflow-gpu>=1.4->dirt==0.2.0) (1.0.9) Requirement...

Thank you for opensourcing the great work. I've built and install dirt, but when I run `python test/square_test.py`, I got ``` WARNING:tensorflow:From tests/square_test.py:43: The name tf.Session is deprecated. Please use...

My setting is Ubuntu16.04, cuda10.0, python3.6.12, tensorflow-gpu==1.15.0 when I was trying to use pip install . for installation, the errors are: Defaulting to user installation because normal site-packages is not...

Using TensorFlow 1.14 in the Dockerfile results in a segfault in square_test.py. Backtrace: ``` #0 0x00007fff9f2877b7 in tensorflow::Status tensorflow::shape_inference::InferenceContext::GetAttr(absl::string_view, int*) const () from /usr/local/lib/python2.7/dist-packages/dirt/librasterise.so #1 0x00007fff9f280ae6 in {lambda(tensorflow::shape_inference::InferenceContext*)#1}::operator()(tensorflow::shape_inference::InferenceContext*) const ()...

Hi, when I run command `pip install .`, the error information is as below: ``` Building wheels for collected packages: dirt Building wheel for dirt (setup.py) ... error ERROR: Command...