Skip to content

Fix GenCeption demo imports and installation - #8

Open
sylvesterkaczmarek wants to merge 1 commit into
google-deepmind:mainfrom
sylvesterkaczmarek:fix/genception-demo-package-imports
Open

Fix GenCeption demo imports and installation#8
sylvesterkaczmarek wants to merge 1 commit into
google-deepmind:mainfrom
sylvesterkaczmarek:fix/genception-demo-package-imports

Conversation

@sylvesterkaczmarek

Copy link
Copy Markdown

The Colab demo and pipeline example import genception, but the installed wheel provides representations4d.genception. The original import raises ModuleNotFoundError before model loading.

Use the installed package path in both examples and install the existing genception extra, including the PyTorch reader used for VAE safetensors checkpoints.

Validation

Built and installed the wheel in a clean Python 3.12 environment, outside the source checkout. Reproduced the original import failure, then verified both corrected examples' imports, compilation of every notebook code cell, a small PyTorch safetensors round-trip, and video preprocessing. No model weights or GPU inference were run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant