pmh47 / dirt

DIRT: a fast differentiable renderer for TensorFlow
MIT License
312 stars 63 forks source link

square_test fails with CUDA 11 and tensorflow 2.4.1 #97

Open Grieverheart opened 3 years ago

Grieverheart commented 3 years ago

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 rasterization are rather peculiar as you can see.

dirt_pixels

MartinDupont commented 2 years ago

Did you ever get this working? I've been struggling trying to get this to work with tensorflow > 2.0 for over a week now.