tensorflow / tensorflow/graphics
Colab demo for Neural Voxel Renderer is broken
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 374
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the README entry under projects/neural_voxel_renderer and open the linked demo.ipynb in Colab. Reproduce the missing tensorflow_graphics.rendering.voxels import and determine whether the notebook should use a current graphics-library API or a compatible library version. Done means the inference demo runs without that ModuleNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- computer-graphics, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100