tensorflow / graphics

TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow
Apache License 2.0
2.75k stars 361 forks source link

Missed import in tensorflow/graphics/rendering/__init__.py #22

Closed frankhome61 closed 5 years ago

frankhome61 commented 5 years ago

Hi! I found this issue when importing the differentiable renderer module (which was pushed last night), that the module was not imported in graphics/rendering/init.py after line 20. I believe adding this import should fix the issue.

julienvalentin commented 5 years ago

Hi @frankhome61

Thanks for raising this, I will have a look at this shortly.

Best.

julienvalentin commented 5 years ago

This has been resolved. Thanks for reporting!