redner icon indicating copy to clipboard operation
redner copied to clipboard

Differentiable rendering without approximation.

Results 53 redner issues
Sort by recently updated
recently updated
newest added

I tried the [test_two_triangles.py](https://github.com/BachiLi/redner/blob/master/tests/test_two_triangles.py) test case with the `EdgeSamplingIntegrator` in the `experimental` (warped area) branch but it failes super hard. Also the result is different (both fail) when using the...

It is mentioned in the paper that the internal terms can be implemented using the automatic differentiation provided by pytorch, but obviously internal term in Redner is also implemented by...

For a Python 3.9 environment, `pip install redner-gpu` gives the following error: ``` ERROR: Could not find a version that satisfies the requirement redner-gpu (from versions: none) ERROR: No matching...