tensorflow / graphics

TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow
Apache License 2.0
2.76k stars 365 forks source link

Colab demo for Neural Voxel Renderer is broken #706

Open Km3888 opened 2 years ago

Km3888 commented 2 years ago

The colab demo for network inference given in the ReadMe under projects/neural_voxel_renderer appear to rely on a voxel package that no longer exists.

It throws the following error:

ModuleNotFoundError: No module named 'tensorflow_graphics.rendering.voxels' Does anyone know what the more current version of this would be or which version of the graphics library I could use that would be compatible with this demo?