Skip to content

Instantly share code, notes, and snippets.

@Mason-McGough
Last active June 25, 2021 18:24
Show Gist options
  • Save Mason-McGough/8baac053745d5dee35a054c36e115015 to your computer and use it in GitHub Desktop.
Save Mason-McGough/8baac053745d5dee35a054c36e115015 to your computer and use it in GitHub Desktop.
GIRAFFE generator dict
# adapted from https://github.com/autonomousvision/giraffe (MIT License)
from im2scene.giraffe.models import generator
# ...
generator_dict = {
'simple': generator.Generator,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment